Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for your response. Unfortunately I cannot implement these changes, as the code that you are referring to does not even show up when I go to the home-blog.php file. There are only 3 lines of code, none of which resembles what you typed above. Any suggestions?

    To clarify, I simply want to make the drifting to the left animation stop. I would like the blog to be stable and not cycle through posts automatically. Just like “Kasule” user did on his website.

    Thank you!

    I would like to remove the animation that is for the blog specifically (not the slider). At the bottom of the webpage, you can see that the blog post under the title “Nutrition Knowledge Blog” drift to the left. I want to stop that and make it static, and also allow the most recent posts to be seen.

    Thank you.

    Hi I would like to do the same thing. But when I go to home-blog.php there isn’t this code you are talking about. It just has this code below. My site is realnutritionllc.com. Would like to stop the blog animation and just have it static. Any help is appreciated. Thanks.

    publish; $args = array( ‘post_type’ => ‘post’,’posts_per_page’ => $posts_count ,’ignore_sticky_posts’ => 1); $post_type_data = new WP_Query( $args ); while($post_type_data->have_posts()): $post_type_data->the_post(); ?>
    ‘enigma_img_responsive’); if(has_post_thumbnail()): the_post_thumbnail(‘home_post_thumb’,$img); endif; ?>

    ‘); ?>

    Enigma

Viewing 3 replies - 1 through 3 (of 3 total)