Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1101881
    Alex
    Participant

    Hi team,

    I’d like to get a link that goes to a specific portfolio category, instead of having to sort it each time.

    Is this possible ?

    Cheers,

    Alex

    #1101883
    Alex
    Participant
    This reply has been marked as private.
    #1101905
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To get the direct URL, head over to Portfolio -> Portfolio Categories section within your WordPress backend and then hover over to the category names to View the link (https://snag.gy/vaDRoN.jpg).

    Hope that helps.

    #1103244
    Alex
    Participant
    This reply has been marked as private.
    #1103339
    Christopher
    Moderator

    Hi there,

    Please change archive layout to ‘masonry’ under Customize -> Blog -> Archives.

    Hope it helps.

    #1103441
    Alex
    Participant

    Hi Guys,

    thanks for the quick reply. I’ve now almost got it the way I like it. The only element missing is the boxes with the categories. Is is possible to add this ?

    Also, can you help me with the code to remove the Excerpt Length and the “read more” for this part

    Thanks,

    Alex

    #1103444
    Alex
    Participant

    Oh, and also to change the font size and set a fixed width for the archive masonary so that everything is on the same line.

    Thanks for all your great help !

    Alex

    #1103513
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .entry-content.excerpt p {
      display: none !important;
    }
    
    .entry-title a {  
      font-size: 17px;
    }

    Hope that helps

    Joao

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