Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874633
    gignnn
    Participant

    Hello guys,

    I have a question regarding the portfolio page for the X Theme, Integrity Stack. Please see the page I am referencing here:

    http://nnnpropertiesgroup.com/track-record/

    I have two questions:

    1) Can you tell me how to remove the hyperlinks to the portfolio detail page entirely?
    2) Can you tell me how to remove the social sharing icons below the title of each portfolio item?

    Thanks!

    #875056
    Christopher
    Moderator

    Hi there,

    #1 Please add the following code in Customize -> Custom -> JavaScript :

    jQuery(".page-template-template-layout-portfolio-php .entry-featured a").removeAttr("href");

    #2 Please navigate to Customize -> Integrity -> Portfolio options and disable ‘Portfolio Index Sharing’.

    Hope it helps.

    #879031
    gignnn
    Participant

    Thanks very much, that worked great. One final question related to that — if I no longer have the links to the portfolio detail pages, I also would like to remove the black background and chain icon when I hover over each image. Could you please advise me on this tweak as well?

    For the chain icon, I added this to my CSS Customization:
    .entry-thumb:before {
    content: none;
    }

    I can’t figure out how to remove the black background however. Thanks a lot!

    #879057
    gignnn
    Participant

    Nevermind, I figured that out, my apologies. My final remaining question is how to remove the hyperlinks from the portfolio titles — the actual text on the page. Please see the link below:

    http://nnnpropertiesgroup.com/track-record/

    Thank you!

    #879725
    Lely
    Moderator

    Hi There,

    Glad you were able to figure that out.
    Please add the following code in Customize -> Custom -> JavaScript :

    jQuery(".page-template-template-layout-portfolio .entry-title-portfolio a").removeAttr("href");

    Hope this helps.

    #881228
    gignnn
    Participant

    Thank you! The hyperlink is still turning blue when I hover over it. Is there an additional css attribute to eliminate this? Thanks.

    #881628
    Rad
    Moderator

    Hi there,

    Sure, please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .page-template-template-layout-portfolio .entry-title-portfolio a:hover {
    color:#272727 !important;
    text-decoration: none !important;
    }

    Thanks!

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