105 comments found.
Hi there, can you help me by explaining how to update the theme? I received an email from themeforest that there’s a new update available.
Thanks in advance!
I just installed the theme but it says the Suga Admin Panel plugin needs to be updated so I am unable to install it. How can I fix this?
Hi
Thank you for using our theme. Could you please send us the WP admin so that we can take a look at the issue?
Thanks
Hello. I want to add article to footer. I try “Footer Options” but it doesn’t work. How can i do that ? Thanks for answer.
Hi
Thank you for using our theme, you can setup the articles for footer in Appearance -> Widgets -> Footer Widgets
Thanks
Hello, i want to change menu in some page. How can i do that ?
Hi
Thank you for using our theme. The theme doesn’t support to change the menu for a specific page, you are just able to use a menu for all page
Thanks
I got it. Next question: how can i remove login and search buttons on menu ?
Hi
Thank you for your question
1. You can remove the login button by disable the plugin “Login With Ajax”
2. For the search button, the theme doesn’t support to hide it, you can remove by adding a custom CSS code to Appearance -> Customize -> Additional CSS field
.navigation-bar-btn.js-search-popup { display: none !important; }
Thanks
I bought theme. Built site. Can’t find the contact page or form?? Did you leave it out?
Hi
Thank you for using our theme.
For the contact page and form, the theme doesn’t provide the pre-layout for these kinds of page, but you can easy to use “Contact Form 7” or “WP Forms” plugin to create it.
Thanks
Is the theme version (dated 18 September 20 ) compatible with woo commerce? A support thread from early 2020 indicated the theme would soon be compatible with woo commerce? Thanks.
Hi
Thank you for your interest in our theme. There is a Ecommerce Version of this theme will be available soon but should be higher price than this version
Thank you
What is the projected launch date of the Suga Ecommerce Version? Thanks.
Hi
Thank you for your reply. We can’t promise, but we are doing our best to complete it ASAP
Thanks
Any news on the projected release date of the Ecommerce Version? Thanks.
Hi
We’re still working on this version. I’m sorry for the late release but we want to make sure everything will go well before release it
Thanks
Hi – I sent you a message via TF. Thought I’d ask here too. The website on some laptops and all mobiles show the photos blurred.
On mobile it’s blurred on pages and the landing page. Only when I click on the blog post that the photo loads normally.
Can you clarify how to fix this? Thank you.
Hi
Thank you for using our theme. Could you please send us the WP admin so that we can help to check?
Thanks
Your email please?
Thank you. We have replied your email, please check it
Hello, is there a demo of the page builder capabilities? Second question: how can I translate the content if I see that no compatibility with WPML or Polylang is mentioned? I know that I can translate theme strings, but what about content in different languages?
Hi
Thank you for your interest in our theme. Yes, the theme supports one click demo import that allow you to easy setup the demo pages.
The theme also supports translate to any language. I see some users is using WPML without any problem
Thanks
If I update the theme, will it overwrite all my previous settings?
Hi
Thank you for using our theme
No, it will not overwrite your settings. But if you do customize the theme files, then all will be lost because the old folder of the theme will be replaced by the new one
Thanks
Got it. Thanks 
Hi! Love your theme and im evaluating its use for a client project.
1. For Contact, and about pages, i understand i can design with your page builder the default page template, can i add contact form-7 and google maps embed?
2. Can i add a text block in Category pages? Like an intro before tagged entries are listed.
3. Can i block an entry to stay at the top?
4. At home page can i add agenda or event calendar?
Thank you in advanced! Lucía
Hi
Thank you for your interest in our theme
1. Yes you can,use contact form 7 and google maps embed. But for these ones, you should add a little bit CSS code to help them look good
2. Yes you can, there is a field name: Category Description that allow you to add your text, and the text should be displayed under the category title
3. Which one you want to do this? Can you send us a screenshot?
4. The theme doesn’t support these ones. But I think you can try to use a 3rd plugin and add them to the sidebar
Thank you
Hello. super easy to use theme. A suggestion for the next version: allow to display random articles on the home page
Thank you for your suggestion, we will consider to add it in the future
Beautiful theme – thanks! A few questions:
1. I have sticky nav enabled but it is not sticking: how can that be fixed? 2. How can I change font style + colour in the off-canvas menu? 3. How can I add the Ajax Load More button to the Suga Grid B, Module Style 2in natural homepage template? 4. Is there any way to prevent the same stories from showing in multiple modules on the homepage?
Thank you!
Hi
Thank you for using our theme.
1. When the sticky nav enabled, you can check from your site by scrolling down, then try to scroll top and the sticky nav will show
2. You can edit the typography of nav menu via Theme Options -> Typography -> Navigation. If you want to change the color, you can use the custom CSS code and add it to Appearance -> Customize -> Additional CSS field
3. This module doesn’t support the ajax load more feature, but if you want this, we can offer you the customize service then
4. Unfortunately, there is way to prevent this at the moment, but the theme supports some fields in pagebuilder like: exclude posts by ID, offset, manual pick posts, etc. You can try to combine these option to prevent the same stories.
Thanks
Thank you so much, I tried but a couple things didn’t quite work: 1. Stick nav: it does not stick at all, even when scrolling as you described, I have the first header from Natura template, tried to switch it on and off and still not sticking 2. But that’s navigation in the main nav, the colour in there is different then the off canvas menu: main nav I have source sans pro 600 in black and off-canvas menu is 700 and the colour appears different (grey) – I would like the off-canvas to be black, 600 and not all caps
I was also wondering how I could: 3. Change metadata font to Sans 4. Change colour on scroll to top element 5. Remove all caps in post month
Thank you!
Hi
Thank you for your reply
1. Can you please check our demo site to see the sticky nav. Does your site work like that or you can’t make the nav action like the demo page?
https://atbs.bk-ninja.com/suga/2. Can you email us the WP admin? We will help to add the custom CSS code for the off canvas then
3. You can change the metadata font in Theme Options -> Typography -> Tertiary font
4. Which color do you want? Please describe more
5. Can you send me a screenshot of the caps that you want to remove?
Thanks
Sure thing!
1. Hmm I see, it only shows a little bit on scroll up, yes mine works like that too, is there any way to make it persistently sticky? 2. Could you please just give me the code and say where to drop it? I don’t feel super comfortable sharing my admin access 3. Thank you! And no caps? 4. It the box with an arrow pointing up that anchors the user to the top of the page, it is currently white with a grey arrow and id like it to be blue #023aec with white arrow 5. Yes, see it here: https://bit.ly/2SPgqgx
Hi
1. Unfortunately, the theme just supports this kind of sticky menu. If you want, we can offer you the custom work to make it persistently sticky.
2. You can use this code
.navigation--offcanvas>li>a {
font-famlily: "Rubik";
font-weight: 700;
color: #444;
}
Then please change the font name and the color code
3. Can you send me an image?
4. Please use this CSS code
.atbssuga-go-top.atbssuga-go-top.is-active {
background: #023aec;
color: #fff;
}
5. Please use this CSS code
.post time.time, .post__cat, a.post__cat, .entry-cat, a.entry-cat,
.navigation--offcanvas>li>a {
text-transform: none !important;
}
All above CSS should be added to Appearance -> Customize -> Additional CSS field
Thanks
Got it, thank you so much!
Found one more strange thing: i entered custom text in site identity but for some reason instead it shows “Natura – my site title” – why might that be?
Also, at the bottom of each post there is a view count – how can I turn that off?
Hi
Can you please send us the WP admin so that we can help to check?
Thanks
Ok, how can i send it with posting it publicly?
All my images are being cropped. How do I fix this and stop the force cropping?
Hi
Thank you for using our theme. The images should be cropped to fit the grid of the design, and help to reduce the site load then your site will be faster. If you want to show the original images, then your site is very heavy. For example, 1 image will load 2Mb, if you site has 100 images, then it will need time to load 200Mb, and the speed is very slow
Thanks
is it possible to add a cta button beside the search button on the navbar?
Hi
Can you please tell me what is the cta button?
Thanks
Call-to-action button. We’re planning to add like a “sign up” button beside the search
Hi
Thank you for your reply. The Sign Up is already supported. You can take a look at it in the demo page: https://atbs.bk-ninja.com/suga/
Thanks
I mean we want to add a new button that links to one of our pages. Similar to a “Buy Now” button
Hi
Thank you for your reply. If you want something different, we can offer you our customize service, so if you agree with the offer, we can discuss for the quote
Thanks
Hi, great theme. May I ask if it is possible to display multiple authors on the blog article page?
Hi
Thank you for your interest in our theme
Can you please let me know more clearly about your question? Where is the place that you want to display the multiple author?
Thanks
Hi, For example on this blog sample page https://atbs.bk-ninja.com/suga_creativez/family-owned-florist-business-looks-to-bloom-in-chestertown/ Just below the article’s title, can I add two authors’ name and profile pic instead of one. Thanks!
Hi
Unfortunately we don’t support this. But if you want we can offer you our customize service to do this
Thanks
Hi, we have been trying to contact your email support for over a week and we either get no reply or replies that raise even more questions than we initially ask. This is even though that we explained this is a live site with PPC traffic being driven to it. We hope the support here is different. 1. The pingdom speed of this theme when we set up is 69, with every one of the caching plugins we have tried. This can’t be used for a professional business. How do we match the pingdom speed that you are showing on your demo site? 2. The theme has been optimized for mobile but there doesn’t seem to be any way to show ads at the top of the page?
Hi
Thank you for using our theme. The header on mobile and desktop are different. On mobile is just a simple header so it doesn’t support the ads. To optimize the speed of your site like our demo, you should have a good Hosting, and optimize the image before upload them to your Hosting, beside that you should have a cache system running with your website. There are more than 400 customers are using our theme, no one complain about the speed of the site, so you should follow my advice to optimize your website. Please consider for the rating because I see your reason is not true
Thank you
You haven’t given any advice. I can only presume your other reviews are fake. The site is optimized. Previously we were using a 3 year old theme optimized with plugins and had a Pingdom result of 89. We switch to your theme and this drops to 66-69 whilst crashing the whole site. The shared Pingdom result is nothing to do with images or hosting, as you should know. Your theme appears to block caching plugins, thus making it unusable for a real business. As per our emails which have not had a reply, we would like some advice hence contacting you. As you know we have spent days on this and found various bugs in your theme that it make it incompatible with all the caching plugins that we have tried thus far. As we asked in numerous emails can you please share your settings for w3 cache or advise exactly what plugins you are using? *Strange how we get a reply in 12 hours here and no reply at all by email.
Hi
I’m not sure you have use how many themes in the past, but the theme is working well on our serve and not yours, so the problem should be on your side.
If you’ve just switch the theme to our theme, you should regenerate the thumbnail by using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/It will help you to optimize the image and improve your speed.
The theme doesn’t block cache plugin, but it can’t support for all cache plugins. We recommend you to use W3 Total cache that doesn’t cause any issue with the theme.
We have not received any email from you since we replied to your email. Maybe there is a problem that it can’t sent to us. We always reply the customer within 24 hours and 48 hours if there is a holiday or Weekend. If after 48 hours you don’t receive our reply, then you can send us another ticket to remind us here
Thanks
Hi, I’m not sure if you are even a real developer. We have contacted you over 20 times, every time you try to fob us off or no reply at all. This is not support. Have you even looked at the pingdom result/s. It would be easier to look then keep trying to avoid doing anything.
The pingdom result/s states the below problems. This is not a problem with image compression! With other themes the caching plug ins deal this, but your theme blocks them working correctly. -Reduce DNS lookups -Make fewer HTTP requests -Use cookie-free domains -Add Expires headers -Compress components with gzip -Avoid URL redirects
As per the emails why are you ignoring our repeated requests for your w3 cache settings. Sending us your settings takes seconds and should solve the issue. You can download your ‘Export configuration’ at the bottom of the W3 cache settings page. Then if you reply to one of the emails with this file, it would be great?
Hi
Thank you for your reply. If you want to have the configuration file of our demo page. I would like to send it to you. Please download it here
https://file.io/4veZhDlpJJUUI hope it will help
Thanks
You have reduced the Pingdom score from 66 to 61. This is obviously not the correct file or you are using other caching plugins. Where is the theme developer? What plugins exactly are you using?
I’m the developer also. I’m trying to explain you that you must optimize the images. If you can follow my instruction below, I believe that you can increase the score of your website
1. Install this plugin and run it: https://wordpress.org/plugins/regenerate-thumbnails/
2. Turn off your cache plugin
3. Install this plugin, then run it to optimize all of current image
https://wordpress.org/plugins/wp-smushit/If the process is not completed at the first time, you can run the plugin again
4. Turn on the cache plugin (W3 Total Cache)
Then run the test the first time, and wait for several minutes, then you can run the test again, I think the result will be better.
Again, the speed of the Website also depend on the Hosting Quality, so you also need to double check it.
Regards
Hi
Thank you for your reply. I actually tell you all of what we did. If you actually did 4 steps I sent to you and the result is not improved, I think you should check the Hosting quality.
Again here is the answer
“exactly what plugins are you using??” It’s W3 Total Cache combine with WP-Smushit
In our server, we use a dedicated CPU server with 4Gb RAM.VPS Hosting. The hosting is provided by DigitalOcean
I have answered you a lot, but I see you keep asking the same questions and said we didn’t answer you. Please take a look my reply. In our instruction, I told you which plugin we used.
Thanks
I still have a comment relate to your website. You are using too much video iframe on your page, that is also causing the low score on the website.
Hi, how to sort in descending order in suga template Thanks
Hi
Thank you for using our theme, could you please send us more detail what you need so that we can easy to help?
Thanks
Thanks in a page, displays items in a category, add module and, select the query options, in the element, order by, last publication, show the first entries, in ascending order. viewing in descending order is required.
Hi
By default, the order is DESC, that means your newest article will be shown at first. Is there any problem with it?
Hello, I would like to know how I remove the 3-line icon next to the logo in the header. I have already disabled the option, but the icon continues to appear. Thanks!
Hi
You can try to add this code to Appearance -> Customize -> Additional CSS field to remove it
.offcanvas-menu-toggle {display: none !important;}
Thanks
Thanks for the answer.
I added the code, but the menu no longer appears in the mobile version.
Could you please email us the WP admin so that we can help to remove it for easier?
Thanks
Hi,
I want to buy your awesome theme but have some questions.
1. I didn’t find Contact us, about us pages.
2. Is your theme support schema markup?
3. How many plugins required to run this theme?
4. Did You use WPbakery or Elementor?
Looking forward,
and 5th question is I didn’t find Adsense location in your theme and You didn’t mention and highlight that the theme is adsense ready.
Hi
Thank you for your interest in our theme.
1. We don’t create the premade demo for Contact Us or About Us, but I think it’s easy to create by the default page template.
2. Yes, the theme supports schema markup
3. There is about 10 plugins that come with the theme, most of theme is a part of the theme that we made. So you should not worry. The plugin we provide is compatible with the theme and will not cause any issue
4. No, We have our own pagebuilder composer
5. The adsense ads can be added to header, the body of the homepage, sidebar, footer. So you don’t need worry for this. Please note that we don’t support a field for adsense in post page content. But you can add it the sidebar of post page or header
Thanks
Hello, I sent you an email a week ago with questions and a reminder 4 days ago … no answer yet. Why is it ???
Hi
I’ve checked and see that there is no email from you. Can you please send us your ticket again via our contact box here?
https://themeforest.net/user/bkninjaThanks
Hi, I wonder if there is an option to control which authors (or which type of authors) is listed on Author List Page. In default, only administrators are listed, but I want to add Writers, and Contibutors to the Authors List Page.
Hi
The Author list will show the author who has at least 1 post in the website. There is no option to control which kind of author will be shown, we will consider to add it soon in the next update
Thank you
Thank you, but I have a user which has 1 post in the website. Unfortunately it disappears on the authors list page when I switch his role from Administrator to Writer.You can check it out on the links: Authors List Page: https://nimbuskultursanat.com/yazarlar/ The user I mentioned (Currently his role is Author): https://nimbuskultursanat.com/author/berfugurlu/
Usually, the author role should be shown in the list. Let us check this and we will add the fix soon
I’m sorry for the inconvenience
Thank you, could you please send me an e-mail when you find the problem and the way I can fix it? kerimcankara.pl@gmail.com
Hi, We’ve just updated the theme, can you please install it and check again?
Thanks. It worked in a way but I think there is a problem with the users’ role changing. Currently, all of my users are listed except the one I mentioned above (I had changed his role from Administrator to Author). If there is a way to fix it, that would be wonderful to control the authors list page more smoothly. You can still check the links: Athors list: https://nimbuskultursanat.com/yazarlar/ The unlucky guy: https://nimbuskultursanat.com/author/berfugurlu/
Hi
Currently, the theme supports to show author and administrator role there. I[m quite not sure what problem you are mentioning. So can you give me more details?
Thanks