Title: Technical issues
Last modified: July 1, 2017

---

# Technical issues

 *  [trippindian](https://wordpress.org/support/users/trippindian/)
 * (@trippindian)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/technical-issues-4/)
 * 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)

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/technical-issues-4/#post-9282790)
 * 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](https://wordpress.org/support/users/trippindian/)
 * (@trippindian)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/technical-issues-4/#post-9289356)
 * 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.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/technical-issues-4/#post-9289555)
 * 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](https://wordpress.org/support/users/trippindian/)
 * (@trippindian)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/technical-issues-4/#post-9289585)
 * 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 🙂
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/technical-issues-4/#post-9293424)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma/7.73/screenshot.png)
 * Enigma
 * [Support Threads](https://wordpress.org/support/theme/enigma/)
 * [Active Topics](https://wordpress.org/support/theme/enigma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/technical-issues-4/#post-9293424)
 * Status: not resolved