Tagged: x
-
AuthorPosts
-
November 20, 2016 at 12:22 am #1264038
DodgersWinParticipantOn my portfolio page: ../thefaculty the items are not clickable and do not go anywhere (it points to ../thefaculty/#). Not sure what I’m doing wrong.
November 20, 2016 at 12:33 am #1264042
DodgersWinParticipantThis reply has been marked as private.November 20, 2016 at 3:23 am #1264132
ChristopherModeratorHi there,
Please clear cache on caching plugin and check again.
Also edit portfolio item and set their parent to ‘The faculty’.Hope it helps.
November 20, 2016 at 5:39 pm #1264631
DodgersWinParticipantStill not working. I cleared the cache using the super cache plug in and checked again, same issue. I changed the parent for the portfolio items as well… not sure what I’m doing wrong.
November 20, 2016 at 10:56 pm #1264876
RupokMemberHi there,
Did you add any custom function to your Child Theme? You can try installing a fresh copy of X and switch to X from Child Theme.
Let us know how it goes.
November 21, 2016 at 8:45 am #1265465
DodgersWinParticipantI uploaded a child theme but have not made any customizations. How do I install a fresh copy of the child theme? I can’t seem to simply upload over it as it give me an error “Destination folder already exists. /home/……” do I erase the child directory and then upload it again? Is that safe for my CSS and pages?
November 21, 2016 at 9:04 am #1265496
RupokMemberHi there,
Thanks for writing back. Let’s remove the X theme (x folder) from wp-content/themes/ and upload a fresh copy. It won’t affect the pages or your Custom CSS.
Cheers!
November 21, 2016 at 10:45 am #1265645
DodgersWinParticipantStill not working. Removed the directory (and the child directory) and reinstalled a fresh copy. I also purged the cache again and tried from various browsers.
November 21, 2016 at 11:09 am #1265672
DodgersWinParticipantI also deactivated three third party plugins (
All-in-One WP Migration, Disable Comments, Duplicate page). still not working.November 21, 2016 at 11:14 am #1265681
RupokMemberHi there,
That’s really looks weird and not sure what’s causing this as everything seems fine. Would you provide your FTP credentials as well?
November 21, 2016 at 11:27 am #1265701
DodgersWinParticipantThis reply has been marked as private.November 21, 2016 at 8:14 pm #1266312
LelyModeratorHello There,
Thank you for the credentials. Upon checking, you have a custom javascript code that is changing portfolio link to just # and disable the link event. Please remove the following code from Appearance > Customize > Custom > Edit Global Javascript:
jQuery(function($){ $('.page-template-template-layout-portfolio-php .entry-featured a, .page-template-template-layout-portfolio-php .entry-header a').each(function(){ $(this).attr('href','#'); $(this).click(function(e){e.preventDefault();}); }); });Hope this helps.
November 21, 2016 at 8:33 pm #1266323
DodgersWinParticipantTHANK YOU! It’s fixed. I’m sorry I had that in there. I think I was trying to disable links in the blog or something….
Sellers
November 21, 2016 at 10:59 pm #1266409
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1264038 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
