Related Posts Hover Title

Hi
I am using the Portfolio layout, I have my portfolio items looking good on the front page and the main portfolio page with "Hover Title" turned on in the Muffin settings so that they use "image_links hover-title" to show the project title rather than "image_links double" with the magnify and link icons. On a single portfolio item however, the Related Posts at the bottom still use the "double" setting, how do I get them to use the hover title instead?
Thanks

Comments

  • Hey,

    please send us url to site where you got these items and we'll have a look on it because we are not sure how exactly this looks like.
  • Hi
    So if you look at http://www.edgill.co.uk/ or http://www.edgill.co.uk/portfolio/ the hover over shows the title of the portfolio page. If you look at http://www.edgill.co.uk/portfolio-item/road-landscapes/ however, the Related Posts at the bottom show the magnifying glass and link icons, I just want this to be the same as the front page and main portfolio page.

    Cheers
  • Ok, we got it. But unfortunately this is not possible because Related posts item does not have such an option. You can only hide these details if you want.
  • Right... How would I hide this from Related Posts then?
    I'm surprised this can't be done if the rest of the pages have this option, is this just an oversight? I don't mind changing some of the code as I will never use the maginfying glass and link icons, would you be able to tell me where Related Posts is picking up the code for this so I can try and delete/edit it to use the hover-title instead? Not expecting you to do the work for me, just point me in the right direction!
    Thanks
  • Your site is under "Coming soon" mode. Please activate your site and let us know on which page you got "Related posts" item so we can give you right css to remove links on hover.

    Every item is different and it is not possible to add more and more options for the items. A lot of people, uses cheap hosting services and for them more options = broken theme. That's why it is not possible to add any option you can imagine. Every day we got a lot of propositions but it's technically not possible because of your servers. For us it won't be be a problem to add any option you can imagine, but if we'll do, for 90% of you, servers won't be able to handle theme. So if you want to modify the look of related posts, you need to play yourself with files on FTP. For single post page is responsible includes/content-single.php file.
  • Hi

    Here's the link, coming soon mode deactivated: http://www.edgill.co.uk/portfolio-item/road-landscapes/


    I appreciate that there are a lot of variables in a complex theme such as this and that you can't cater to everyone, thanks for pointing me in the right direction at least - so the related posts on a single portfolio item (such as the link above) are pulling from content-single.php?

    Cheers

  • Ok. So to hide links from Related posts, please use below css:
    .post-related .image_frame .image_wrapper .image_links { display: none !important; }
    Sorry for the mistake :) Related posts for single portfolio page are pulling from includes/content-single-portfolio.php file.
  • Ok thanks, in the end I actually managed to get Related Posts to use the hover title with a quick tweak to theme-functions.php, thought it'd be too difficult but perseverence made it work!
Sign In or Register to comment.