Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1046820

    1) How, or with what code, can I remove the text below the portfolio items?
    I use portfolio on many sites, but not always have this issue. Can’t see the difference between the settings in all the sites.

    2) And can I change in the url ‘portfolio-item’ into a other name? I would like to calle the page ‘archief’

    Best regards,

    Els

    • This topic was modified 5 years, 7 months ago by Els.
    #1046844

    Hey Els,

    Add this to quick css:

    article .grid-content{
    display:none!important;
    }

    Can you explain the second request more?

    Best regards,
    Jordan Shannon

    #1047050

    Thank you Jordan,

    This was not exactly the code I needed, but I now got it from the Facebookforum:

    .single-portfolio #jp-relatedposts {display: none !important;}

    So this is solved.
    The other item what I would have liked to be able to change is that in the url https://hoofdkantoor.com/portfolio-item/bezoekers/ I would like to change the text which is bold, into an other text. Is this possible?

    Best regards,

    Els

    #1047060

    Hi,

    You can change the general setting in the WordPress Settings>Permalinks. That is where the theme by default has portfolio-item set. Just make sure you follow the WordPress rules on page slugs and that there are no conflicts with the slug you set and any other slug on the site.

    Best regards,
    Jordan Shannon

    #1047061

    Thanks Jordan, I’m going to try to fix this. I know how to change the permalinks, so this should not be a problem.

    Best Regards,

    Els

    ps YES! it’s fixed, thank you again

    • This reply was modified 5 years, 7 months ago by Els.
    #1047378

    Hi,

    Great! I’m glad this was resolved! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove text below Portfolio item’ is closed to new replies.