Okay
  Public Ticket #2384810
Blog
Closed

Comments

  •  3
    daniel66 started the conversation

    Dear,

    How can remove the automatic links from the blog-post items to the blog-singlepages?

    I prefer to link the blog-post items to my portfolio pages or other pages.

    Best regards.
    Daniel

  •  8,884
    Tahir replied

    Hey Again,

    I am afraid thats not possible if you wish to create a grid of images there are multiple Page Builder Elements that you can use . See our pre-built layouts to get started: http://themenectar.com/docs/salient/salient-studio/ .

    Thanks


    ThemeNectar Support Team 

  •  3
    daniel66 replied

    Hi Tahir,

    Is it possible to create a masonry grid of images + text? Something like the material or classic blog style.

    Kind regards.

    Daniel

  •  8,884


    ThemeNectar Support Team 

  •  3
    daniel66 replied

    Hi Tahir,

    Is it possible to create a textgrid like the blog?

    Thanks for your assistance.

  •  8,884
    Tahir replied

    Hey Again,

    You can use the Fancy Box Element and use this template :   .

    3842900161.png

    Thanks 


    ThemeNectar Support Team 

  •  3
    daniel66 replied

    Hi Tahir,

    I disabled the link in Blog quote successfully with:

    .full-post-link {
         display: none !important;
    }

    The link in the Blog standard type disables partially with:

    .entire-meta-link {
         display: none !important;
    }

    Now I only need some help to disable the link of the image and the text:

    post-featured-image
    meta-category
    post-header


    Regards again.


  •  8,884
    Tahir replied

    Hey Agian,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .full-width-content .post-area .masonry-blog-item {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    daniel66 replied

    Thanks again, Tahir!