31 comments found.
Hi,
I just noticed that the krunk slider is not visible on the mobile version of the screen.
Would it be possible to enable this option so that the slider will appear at the top of the mobile page?
Hi, I think you disabled it from theme options. Please go to Appearance > Customize and find the related settings from the Slider section.
Hi,
I appreciate your response, but Slider Settings tab does not seem to contain any settings that control Slider display in the mobile version of the website.
Hi again, so sorry for wrong information. Yes, Krunk theme doesn’t have a slider setting related to that.
But on the other hand, there’s no reason to not to see the slider on mobile view. Do you see the same issue on our demo site? And what’s your site address please? We may check and try to find out the issue.
You can also send an email to burnhambox@gmail.com including your WP login address and password to let us have a closer look.
Kind regards
Hi,
thanks! It turned out that I had disabled the slider on mobile screens.
In the moment, I have another issue to deal with. The graphics are not adjusting correctly to the size of the slider.
Is it possible to have a slider that is responsive and adjusts its size for the banner to display completely without clipping (I have a jpg file in the slider with dimensions of 750×200 pixels)?
Hi again, happy to hear it’s resolved now. We’d be happy to help you with your other questions but unfortunately downloads from Elements do not include support service.
For your slider issue, it could be a bug and we’d fix it as soon as possible in that case. But for regular requests/questions, you should buy our theme via ThemeForest to get 6 or 12 months of help. Hope this makes sense.
Kind regards
Hi,
Is it possible the home page to looks like “search results” page – https://www.wpselected.com/krunk/?s=keyword , but with 3 columns?
Hi, yes it’s possible. We’d be happy to help you with it. Please let us know if you have any other questions.
Google fonts – these are currently out of date and missing a lot of fonts. Can they be updated?
Post Grid settings – can you hide excerpts and show titles only?
Thanks!
Hi there!
Thanks for letting us about that. We’ll be adding new Google fonts in a couple of days.
Go to “Appearance > Customize > 1. Post & Page Settings > 1.8. Show/Hide Elements”. There you’ll find some options for showing and hiding elements.
The social share buttons (facebook, twitter) have disappeared after I updated the theme to the latest version. Also, how to display the “selected posts” in the homepage sidebar?
Hi, it seems your support period has expired. Please renew it from your Downloads section. Once you do this, let us know and we’ll be happy to help you.
The facebook and twitter share buttons have disappeared after i re-installed and updated to the latest update when the option to show share buttons is checked.
Downloads from Elements do not include support service. Please buy our item on ThemeForest to get 6 or 12 months of help. Thanks for your understanding!
Hi guys, can you tell me how to setup the instagram widget similar to that on the demo page (above footer)? The documentation does not explain this and I can’t find where to get our shortcode.
Hi there, please see this article: https://docs.google.com/document/d/1uNCRuKGIaeESGEZqCOfRpMJnEF88LnXy8GVjOgZ5X1g
Great, thank you for the prompt reply. The widget works great. However, the Widget Title is not displaying on the front end. Please advise.
Thank you for letting us know about this. Please go to “Appearance > Customize > Additional CSS” and add the following CSS:
.instagram-label {z-index: 1;}
I just purchased this theme. I added xml file for demo import. But I’m not getting everything (layout, images, pages) on the website. It’s just importing blog posts!
Hi there
Demo content includes blog posts and pages like About, Contact etc. All of the layout options can be found on your customizer. Please go to “Appearance > Customize > Layout Options”
Hi, great theme, but I’m missing one obvious feature. In the Krunk slider you cannot show the orignal image, there is always some color overlay. You can change the overlay color (through the customizer, point 3 Slider colors), but not make it tranparant or just show the original image without the color overlay. How to make the color overlay transparant or just show the original image?
Hi, your support period seems expired, please renew your support package from your Downloads section to let us help you.
Hi, I need to load the demo content that you publish in the demo, I have bought it but the xml file just comes with a few pages and labels does not have the original demo home
Hi
The demo content actually has everything you see on our demo site. All of the layouts are being managed through the theme customizer (Appearance > Customize).
By the way, downloads from Elements do not include support service. If you need help, please buy our theme on ThemeForest to get 6 or 12 months of theme support.
Kind regards
hi, i bought the theme a months ago, but i have some problems, ammmm, the arrows and another icons doesnt appearsn specially in the krump slider, you know, left and right arrow, can you help me with this?
Hi
What’s your site address please? We can check it to figure out the reason.
Could you please disable the “under construction” thing for some time?
done
Still same: https://ibb.co/2nMTfdj
i guess it´s done now
Yes, thank you. Your icons seem broken because Font Awesome is being called by different plugins, repeatedly. See this image: https://ibb.co/JrqS0F0
You should disable “themeisle-companion” plugin, I guess. If there are any other plugins or extensions which calls for Font Awesome, they should be disabled too.
oh wow, i deactived the “orbit Fox Companion” and it´s done, really thanks for the help
You’re very welcome
Somehow my links in posts have a dark blue background with rounded corners and white text. I cannot figure out how to put it back to just plain blue text with a hover color of red. Can you please help me? I purchased through Envato Market.
Hi
We’d like to help but it seems you haven’t purchased our theme on ThemeForest. Please buy it on here to get 6 or 12 months of help and lifetime free updates.
Hi – what would be the best way to switch off Google fonts? Is it enough if I comment out the parts in functions.php and then use CSS to choose my preferred regular web fonts? Or is there also a way to have a non-google font selection within the Wordpress customizer (instead of the current pulldown with Google fonts)? Thanks in advance!
Hi, sorry for late reply.
For now, Krunk hasn’t a feature to turn off the Google fonts.
Downloads from Elements do not include support service. Please buy our theme via ThemeForest to get 6 or 12 months of help.
Oh, didn’t know about the differences in support, thanks for pointing that out.
Where does one modify the Read More text? It’s currently set to “more Please”
Hi
You can find this setting on your customizer. But generally, items downloaded from Envato Elements do not include support service. You should purchase our theme to get help.
hi! i wonder if your theme can be able to use ad words/ad sense requirements? thanks in advance
Hi
You can use them without any problems.
Please let us know if you have any other questions.
I’m from Poland. Can I use Krunk in my polish language?
Greetings to Poland
Krunk includes all of the Google fonts: https://fonts.google.com/
So, if you choose a font which supports your language, it will be OK!
You’ll find the fonts on your customizer and you can easily change the site font from there.
Please let us know if you have any other questions.
Hi, awesome theme. But why is it so difficult to adjust the font settings? Like font-weight etc in the .css style file. The changes doesn’t go through…
I’m trying to change the background color of the Post Widget, which should be a easy task by going to the .css file but the changes just doesn’t apply.
Hey
Just go to “Appearance > Customize > Additional CSS” and add your CSS into that field.
Example CSS for the “Post Widget” background color:
.krunk_widget_post a .post-widget-container { background-color: #yourcolor; } .krunk_widget_post a:hover .post-widget-container { background-color: #yourcolor; }
Let me know if this helps.
Wonderful. THANK YOU! <3
You’re welcome By the way, if you find some time, could you please be so kind to rate us? Just go to your Downloads section and click the stars over there!
I am having an issue adding the main page photo slider. Neither am I seeing where to add photos. Help, please.
Just replied your ticket on Ticksy
Congratulations from WPSelected
Your theme Krunk has been selected as one of the best WordPress themes on ThemeForest, for February 2018.
http://www.wpselected.com/wordpress-themes/blog-magazine/
More information about WPSelected on Envato Forums:
Keep up the good work!
Great Work!
Thank you
Hi guys! I love Krunk but have a question: is there a way for me to demo it on a mobile device? Tried doing it on my phone but unlike the other themes (Souje or Frida) it does not look optimized.
Hi
Everything seems fine when I check it. You should see a page like this: https://i.imgur.com/uYWFOvb.jpg
Do you see a different thing?