Title: narga's Replies | WordPress.org

---

# narga

  [  ](https://wordpress.org/support/users/narga/)

 *   [Profile](https://wordpress.org/support/users/narga/)
 *   [Topics Started](https://wordpress.org/support/users/narga/topics/)
 *   [Replies Created](https://wordpress.org/support/users/narga/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/narga/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/narga/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/narga/engagements/)
 *   [Favorites](https://wordpress.org/support/users/narga/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/narga/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/narga/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Not Working after the Update](https://wordpress.org/support/topic/not-working-after-the-update-2/)
 *  [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-working-after-the-update-2/#post-8547560)
 * Just disable Nginx Helper plugin for a while until it fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Not Working after the Update](https://wordpress.org/support/topic/not-working-after-the-update-2/)
 *  [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-working-after-the-update-2/#post-8543968)
 * Me too, I’ve reversed to older version but it’s not solving this problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Just updated the plugin and it stopped working](https://wordpress.org/support/topic/just-updated-the-plugin-and-it-stopped-working/)
 *  [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/just-updated-the-plugin-and-it-stopped-working/#post-8543744)
 * Me too
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NARGA] Child Page](https://wordpress.org/support/topic/child-page-1/)
 *  Theme Author [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/child-page-1/#post-6866201)
 * Give me the preview, you mean it’s not display on the menu or the content. My
   website is [narga.net](http://www.narga.net/) that’s using it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NARGA] slider images](https://wordpress.org/support/topic/slider-images-12/)
 *  Theme Author [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/slider-images-12/#post-5446947)
 * NARGA is using ZURB Foundation CSS as style framework. Orbit Slider is one of
   its components but it was discontinued and I’m planning remove it in next version.
   
   To manual set slider work on static page,you can create a custom template and
   include the codes below in it:
 *     ```
       <?php
       /**
        * Template Name: Custom Template with Slider
        *
        * @package WordPress
        * @subpackage NARGA
        * @since NARGA 1.0
        */
       <?php get_header(); ?>
       <!-- Row for main content area -->
       <div id="page-content-wrapper" class="large-8 medium-8 small-12 columns" role="content">
       <?php
       if (is_front_page() && !is_paged() && narga_options('featured_category') != '-1') :
           echo '<div id="orbit-slider">';
           narga_orbit_slider();
           echo '</div>';
       endif;
       ?>
       <?php #Breadcrumb Control
       if (narga_options('breadcrumb') == 1) :
           narga_breadcrumb();
       endif;
       ?>
       <?php get_template_part('content', 'page'); ?>
   
       <?php # Display comment list when it opened
       if ( comments_open() ) :
           comments_template( '', true );
       endif;
       ?>
       </div>
       <!-- End Content row -->
       <?php get_sidebar(); ?>
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NARGA] Two columns – how to activate?](https://wordpress.org/support/topic/two-columns-how-to-activate/)
 *  Theme Author [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/two-columns-how-to-activate/#post-5178498)
 * Sorry for late reply, I setup the notification about this support forum but it’s
   not work.
    To do as you said, you need change the layout with child themes, NARGA(
   Basic) is starter and child-theme ready, it’s very flexible and you can change
   it as you want without modify the parent theme. My homepage layout is similar
   as your idea. [http://www.narga.net/](http://www.narga.net/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NARGA] Creating slider image with the Narga theme](https://wordpress.org/support/topic/creating-slider-image-with-the-narga-theme/)
 *  Theme Author [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/creating-slider-image-with-the-narga-theme/#post-4992760)
 * Here is step by step to create a slider
    - Write a new post, set a featured image for that post.
    - Set your post to a category, example: Featured.
    - Repeat two steps above again and again until you got enough posts as you want.
    - Go to Theme > Customizer > Featured Slider then choo Featured as category 
      to get slides.
    - Customize Slider options then save & public.
    - Go to homepage to view your result.
 * You can see the demo at [http://www.narga.net/](http://www.narga.net/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NARGA] Creating slider image with the Narga theme](https://wordpress.org/support/topic/creating-slider-image-with-the-narga-theme/)
 *  Theme Author [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/creating-slider-image-with-the-narga-theme/#post-4992587)
 * You can create a slide image by select the Featured Category in Theme > Customizer
   > Featured Slider.
    Remmember set post’s featured image to display it in slider
   or turn on the option to use default slider image.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NARGA] Missing menu in smartphone/IPad?](https://wordpress.org/support/topic/missing-menu-in-smartphoneipad/)
 *  Theme Author [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/missing-menu-in-smartphoneipad/#post-4261149)
 * Fixed in version 2.0
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NARGA] 2.1 Update Broken](https://wordpress.org/support/topic/21-update-broken/)
 *  Theme Author [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/21-update-broken/#post-4785643)
 * Sorry about your problem. It’s fixed in version 2.2 that has been summited to
   Theme Review Team.
    I’m not receive email from Support forum (HERE) so I can’t
   help you asap. If you want to use it before it’s approved, you can clone it from
   [http://github.com/Narga/narga-basic/](http://github.com/Narga/narga-basic/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] Duplicating Related Posts](https://wordpress.org/support/topic/duplicating-related-posts/)
 *  [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/duplicating-related-posts/#post-4499204)
 * I found it only happen if the custom field content (plan text content or include
   url) display in singular post.
    Here is an example: [http://www.narga.net/clean-up-wordpress-database-bloat-issues-prevent-hidden-cause/](http://www.narga.net/clean-up-wordpress-database-bloat-issues-prevent-hidden-cause/)
   my custom field HTML code is: `<div class="below-author-ads"><p>content use custom
   field</p>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] Duplicating Related Posts](https://wordpress.org/support/topic/duplicating-related-posts/)
 *  [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/duplicating-related-posts/#post-4499199)
 * I can’t mark this post as unresolved, can you read it, jetffparker?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] Duplicating Related Posts](https://wordpress.org/support/topic/duplicating-related-posts/)
 *  [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/duplicating-related-posts/#post-4499186)
 * Can you tell me more detail about “single related”? I had same problem with hendrikpape.
   
   [http://www.narga.net/things-to-do-when-move-your-website-from-wordpress-com-to-wordpress-org/](http://www.narga.net/things-to-do-when-move-your-website-from-wordpress-com-to-wordpress-org/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NARGA] Missing menu in smartphone/IPad?](https://wordpress.org/support/topic/missing-menu-in-smartphoneipad/)
 *  Theme Author [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/missing-menu-in-smartphoneipad/#post-4261072)
 * You can try it again with version 1.7 with some bugs fix and updated javascripts.
   
   The menu disappeared because the javascript not load correctly so you will see#
   character instead full menu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Related Posts] [Plugin: WordPress Related Posts] Conflict with WordPress Multisite](https://wordpress.org/support/topic/plugin-wordpress-related-posts-conflict-with-wordpress-multisite/)
 *  Thread Starter [narga](https://wordpress.org/support/users/narga/)
 * (@narga)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-related-posts-conflict-with-wordpress-multisite/#post-3044910)
 * Now, it’s working like charm, thank for update

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/narga/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/narga/replies/page/2/?output_format=md)