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
indeed it will be best to see the page it concerns
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
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.
Is a more helpful and descriptive solution available please?
is a more specific question available? ;)
How much more specific dos my question need to be? I included the code where I would like to insert, etc.
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