Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1148470

    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

    #1148628

    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

    #1148632

    Hey Victoria,

    see private content ->

    #1148654

    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

    #1148660

    Hi Victoria,

    ok, and what I have to edit there?

    Best regards
    Mike

    #1148848

    Hi Victoria,
    Magazin works well but what I have to do for the Blog?
    Thank you and best regards
    Mike

    #1148855

    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');
    #1148882

    Hi,

    I have solved the problem, you can close this topic.

    Best Regards
    Mike

    • This reply was modified 5 years, 1 month ago by Mike61.
    #1148932

    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

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