Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1264038
    DodgersWin
    Participant

    On 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.

    #1264042
    DodgersWin
    Participant
    This reply has been marked as private.
    #1264132
    Christopher
    Moderator

    Hi there,

    Please clear cache on caching plugin and check again.
    Also edit portfolio item and set their parent to ‘The faculty’.

    Hope it helps.

    #1264631
    DodgersWin
    Participant

    Still 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.

    #1264876
    Rupok
    Member

    Hi 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.

    #1265465
    DodgersWin
    Participant

    I 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?

    #1265496
    Rupok
    Member

    Hi 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!

    #1265645
    DodgersWin
    Participant

    Still 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.

    #1265672
    DodgersWin
    Participant

    I also deactivated three third party plugins (
    All-in-One WP Migration, Disable Comments, Duplicate page). still not working.

    #1265681
    Rupok
    Member

    Hi 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?

    #1265701
    DodgersWin
    Participant
    This reply has been marked as private.
    #1266312
    Lely
    Moderator

    Hello 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.

    #1266323
    DodgersWin
    Participant

    THANK 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

    #1266409
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1264038 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>