Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #584782

    Hi !

    I’ve found some similar solutions but not exactly what I need – so I’ll ask again …
    I need remove the complete meta line in postslider – no comments and no post date.

    I’ve found some code on line 429 to 448 in postslider.php – but have no idea what to edit :-)

    Is it possible to make the changes “permanent” in copying the postslider.php into the child themes subfolder …/config-templetebuilder/avia-shortcodes/ ?

    I’m sure you have the solution in the back hand ;-)

    Thanks
    Tom

    #584809

    Hi ideenstart!

    can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.

    Regards,
    Andy

    #584847

    Hi Andy !

    See the URL and a screenshot in private content …
    Thanks for the fast help !

    Kind regards
    Tom

    #586009

    Hi!

    You don’t have to edit any page just add the below code to Enfold > General Styling > Quick CSS

    .avia-content-slider .slide-meta {
        display: none;
    }
    .avia-content-slider .slide-entry-excerpt {
        padding-top: 20px!important;
    }
    

    Cheers!
    Vinay Kashyap

    #586072

    Hi Vinnie !

    Thanks for your help – again a perfect solution !!! :-)

    Kind regards
    Tom

    PS – can be marked as solved/closed

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove meta data in post slider’ is closed to new replies.