195 comments found.
Presale question: Woocommerce templates ready?
Hello Bryan,
Yes, you can check the demo of WooCommerce store here
Regards,
Pavel
My client just bought this theme. But your custom color picker for theme color is not working!!
Hi,
Please provide your purchase code or text via the form using right account. There is no point in asking for support from another account.
It works, I assure you.
Regards,
Pavel
Hello, I am having trouble setting the new menu I created as the main menu at the top. I tried setting the location as “top” in both the customize area and the widgets/menu area but the change does not take effect.
Hi,
Most likely you have to check which menu is selected on the page settings – ‘Associate the page with menu’ setting.
Regards,
Pavel
I’m currently using your theme, NowaDaysVersion: 1.7.1, which I noticed today that it isn’t loading properly. There is some issue with the appearance of the content. Here is the website: https://hashem-alghaili.com/
All the plugins, PHP, WordPress are up to date. Could you please inform me what can be done to fix it? Thank you!
Hi,
Please describe the issues.
Regards,
Pavel
Love the theme. Just starting out. Do you have a template for slider image sizes showing which bits will be visible on different devices. I’m struggling to work out how to get the whole image visible on desktop instead of the top of the image. Then mobile cuts a small slice down the middle. How do they relate to the image?
Thanks.
Hi,
Please provide your website URL via the form and I will check. In common case if you’re using section with absolutely positioned background image it will be cropped to fill entire section area.
Regards,
Pavel
Hi, is it possible to put a Simple pay shortcode in for a button in a pricing table instead of using the button that comes with the theme. Thanks
Hi,
Yes, it is possible with a little customization. I will guide you what to do in this case.
Regards,
Pavel
Hi Pavel, great, thank you.
You’re welcome
Hi Pavel, I’m not sure if I’m supposed to hear back from you on this but I was wondering is <?php wp_footer(); ?> missing from the functions.php in order to get wp simple pay button to show up and work correctly with the pricing tables. Maybe you can let me know?
Hi,
It’s not about functions.php in terms of the Nowadays theme, but I do no see that you have purchased it.
Regards,
Pavel
Ok, If you can’t help me can you let me know please, I will need to rebuild with another theme and that’s fine, I just need to know.
It fully depends on the theme. I can’t help you with another theme.
Regards,
Pavel
I’ll email you.
Hello! I am looking into this theme for a client and have a couple of questions: 1. Can we remove the ‘loading bar’ or turn it off completely? 2. Can we remove the graphic overlay on the images? (The hourglass or play button) Thanks!!
Hi,
1. Yes, it has setting, so you can disable preloader completely.
2. Yes, it can be hidden with CSS.
Regards,
Pavel
AWESOME! Thank you so much. Hopefully my client will love it as much as I do!
You’re welcome!
One quick question – is there a way to do a page transition from left to right, almost like an unveiling (rather than opening from the center)?
There is no quick way to re-work it.
Last thing: Is there a way to the home page be a static image, with the navigation on bottom: http://preview.themeforest.net/item/mauna-full-screen-portfolio-agency-theme/full_screen_preview/17205322?_ga=2.96994015.1522480565.1611004877-181392304.1601320485
I greatly appreciate your help!
It can be static image, but navigation is designed to be on top. But also it has navigation menu in footer.
Or on the side like in this demo https://nowadays.likeaprothemes.com/home-mp-09/
please why the theme not update since 9 July 20 ?
Because there was no reason for this.
Great looking theme. I’m using the homepage multipage 7 for video background.
I have not been able to determine how to change the video? Where do I set a new video link for the background?
Hi,
Section settings -> Background -> Background Video
Regards,
Pavel
Thank you!
Hi there, I cannot find the option to add my logo to the top of the site. It isn’t under site identity as I had thought and I don’t see it anywhere else. Can you advise?
Hi,
It is in Appearance->Theme Settings->Header.
Regards,
Pavel
Ah! thank you!
Hello , Very good theme, I would like to know how do i remove in the footer the’’ Nowadays – WordPress Theme. Developed & Designed by like@prothemes ’’ Regards Thanos
Thank you!
You can do it this way:
Appearance->Theme Settings->Custom code->CSS:
.footer-copy li:last-child {
display: none;
}
Regards,Pavel
Hey, awesome theme! I bought it and need help with some issues. I have already send support requests twice and still waiting for a response.
Hi,
Please check your spam box. I answered you twice.
Regards,
Pavel
Hello, I bought Nowadays theme. Could You send me Certificates of residency, I need this to my tax statement.
Hi,
Ask Envato directly about it.
Regards,
Pavel
Please see link about it: https://help.market.envato.com/hc/en-us/articles/115002234926-How-to-ask-an-author-about-their-tax-information
You need to send me Your Certificate – Envato only mediates of selling themes.
You sell me Your theme
Hello,
I am considering purchasing your theme but it doesn’t work with an editor like “Elementor” as far as I understand it. So I am concerned about how easily and extensively the theme can be customized. Can you inform me?
regards, Ali
Hi,
This theme built with another drag-n-drop page builder (Unyson), not Elementor. So it is not harder than using Elementor.
Regards,
Pavel
Hi there, reviews seem great, I am interested in using your theme for a special project. It is a marketing charity that is looking to ALSO showcase the charity projects via a crowdfunding platform (similar to this) to help raise money for them at the same time.
Can you recommend a plugin that would be most compatible?
Hi,
Thanks for your interest.
I can’t recommend a specific one, but I guess most of plugins should be compatible since they provide shortcode in wordpress style like [someshortcode someoption="somevalue"]
which can be integrated with the theme page builder.
Regards,
Pavel
looks GREAT!
Thank you!
Regards,
Pavel
I’ve translated de Nowadays Widgets with Loco, and the new language doesn’t show. Wordpress is configured the the new language has default. What can I do?
Hi,
Send your website url and admin credentials via the form.
Regards,
Pavel
I’ve sent the credentials. Let me know when you had a chance to look at the site.
Regards, Tiago
Hi, “Open in new tab” in the menu doesn’t work, keep opening it in the current tab
Hi,
Fixed. Will be available in the next update release. Thanks for the report.
Please note your support has been expired.
Regards,
Pavel
.
Awesome theme, I love it! One silly question, what is the code to call a video from YouTube? Thanks!
Hi Markus, thank you!
You can do it for example using ‘Raw HTML’ element at least.
Section, portfolio elements are support youtube links in their special way.
Describe your issue in more detail.
Please note your support has been expire.
Regards,
Pavel
Thank you. Which portfolio page has the code in which I can have a stand alone video waiting to be played from youtube? The one on the blog using
<video class=”post__video” preload=”metadata” controls> <source src=”https://www.youtube.com/watch v=3K5AbgiyxNU&feature=youtu.be”>Sorry, but your browser not support this format video </video>
doesn’t seem to work.
Thank you!
Because youtube link is not HTML5 video, they have iframe which allow you to integrate their video.
Create portfolio element and see what html will be generated in page source of browser.