• Hello support, hope you are doing well.

    I have a few questions.

    1. I cannot see slider option in Appearence>>Customise>>Theme General Options. I even tried updating the theme but the issue remains the same.

    2.Is there a way to stop the animation of latest blog section.

    3.I want to show only particular category posts in the latest blog section. Is there a way to to do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Slider Option will load after sometime.

    For your 2nd issue –
    Which animation of blog section you want to stop.

    For your 3rd issue –
    We will add particular category feature in our next update.

    Thanks.

    Thread Starter trippindian

    (@trippindian)

    Hi, the latest blog area is moving right now. I want the movement to stop.

    Is it possible that the latest blog area does not move? It just shows the top 3 most recent posts.

    Hi Trip,

    Just go to your enigma theme directory and open home-blog.php and see the code below –

    <div class="row" id="enigma_blog_section">

    and replace the code with the below code –

    <div class="row" id="enigma_blog_sections">

    and save the file.

    Thanks.

    Thread Starter trippindian

    (@trippindian)

    Hello, I have changed the code but now I see all of my blog posts on the home page in the latest blog area. I just want the 3 most recent posts in blog area.

    This is my website: trippindian.com

    Thanks for your time ??

    Hi Trip,

    Just go to your enigma theme directory and open home-blog.php and see the code below –

    $args = array( 'post_type' => 'post','posts_per_page' => $posts_count ,'ignore_sticky_posts' => 1);

    and replace the code with the below code and save the file –

    $args = array( 'post_type' => 'post','posts_per_page' => 3 ,'ignore_sticky_posts' => 1);

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Technical issues’ is closed to new replies.