Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1231257

    Hello Kriesi,
    I would like to add a div after “<div class=”post-entry post-entry-type-page post-entry-601″><div class=”entry-content-wrapper clearfix”>” but BEFORE any columns (“flex_column av_one_full”).

    What is the best way to achieve this?

    Thank you,
    Sophia

    #1231279

    indeed it will be best to see the page it concerns

    #1231284

    Hi Gienni007,
    The page is currently on a dev server so public access isn’t available. Is there a plugin or something that can do this, or how is this normally achieved?

    Thank you

    #1231296

    You can do it with jQuery in child-theme functions.php – if you like to do that on some pages only
    if you like to insert on all single post something it might be better to edit the alb it concerns ( f.e. the index-loop.php) file and have then a child-theme alb element.

    #1231872

    Is a more helpful and descriptive solution available please?

    #1231884

    is a more specific question available? ;)

    #1232113

    How much more specific dos my question need to be? I included the code where I would like to insert, etc.

    #1232339

    Hi,

    Thank you for the update.

    Have you tried editing the themes\enfold\includes\loop-page.php file directly as @Guenni007 suggested above? Or if you’re referring to the color section element, try to modify the themes\enfold\config-templatebuilder\avia-shortcodes\section.php. This code around line 1347:

    $output .= "<div class='post-entry post-entry-type-page {$post_class}'>";
    $output .= "<div class='entry-content-wrapper clearfix'>";
    

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.