narga
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Not Working after the UpdateJust disable Nginx Helper plugin for a while until it fixed.
Forum: Plugins
In reply to: [Redirection] Not Working after the UpdateMe too, I’ve reversed to older version but it’s not solving this problem
Forum: Plugins
In reply to: [Redirection] Just updated the plugin and it stopped workingMe too
Forum: Themes and Templates
In reply to: [NARGA] Child PageGive me the preview, you mean it’s not display on the menu or the content. My website is narga.net that’s using it.
Forum: Themes and Templates
In reply to: [NARGA] slider imagesNARGA 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
In reply to: [NARGA] Two columns – how to activate?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.
https://www.narga.net/Forum: Themes and Templates
In reply to: [NARGA] Creating slider image with the Narga themeHere 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 https://www.narga.net/
Forum: Themes and Templates
In reply to: [NARGA] Creating slider image with the Narga themeYou 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
In reply to: [NARGA] Missing menu in smartphone/IPad?Fixed in version 2.0
Forum: Themes and Templates
In reply to: [NARGA] 2.1 Update BrokenSorry 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
https://github.com/Narga/narga-basic/Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Duplicating Related PostsI found it only happen if the custom field content (plan text content or include url) display in singular post.
Here is an example:
https://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
In reply to: [YARPP - Yet Another Related Posts Plugin] Duplicating Related PostsI can’t mark this post as unresolved, can you read it, jetffparker?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Duplicating Related PostsCan you tell me more detail about “single related”? I had same problem with hendrikpape.
https://www.narga.net/things-to-do-when-move-your-website-from-wordpress-com-to-wordpress-org/Forum: Themes and Templates
In reply to: [NARGA] Missing menu in smartphone/IPad?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.Now, it’s working like charm, thank for update