Hi Team,
at the magazin and blog element I need the title before the image in each view variant:
Title
Image
Excerpt
What I have to do for this?
This Workaround from Ismael don’t work for me: https://kriesi.at/support/topic/magazine-element-title-position/. Here I got more the one title as output.
Thank you and best reagds
Mike
Hey Mike61,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hey Victoria,
see private content ->
Hi Mike61,
You will need to edit the /enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.php file to move the title and image around.
Best regards,
Victoria
Hi Victoria,
ok, and what I have to edit there?
Best regards
Mike
Hi Victoria,
Magazin works well but what I have to do for the Blog?
Thank you and best regards
Mike
Hi,
for the Blog Element I use that, but the output is instead one title all title.
function move_featuredimage_script(){
?>
<script type="text/javascript">
(function($){
function move_featuredimage() {
jQuery("article.slide-entry").find(".slide-entry-title.entry-title").insertBefore(".slide-image");
}
move_featuredimage();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'move_featuredimage_script');
Hi,
I have solved the problem, you can close this topic.
Best Regards
Mike
Hi Mike61,
Glad you got it working for you and for sharing your solution with the community! :)
If you need further assistance please let us know.
Best regards,
Victoria