WPShout
Forum Replies Created
-
Forum: Reviews
In reply to: [CWP Robi] Looked Promising, ButHi,
You are right. This is a bug in the theme. I reported it, and we will release un update soon.
Thank you for the feedback,
RodicaForum: Reviews
In reply to: [Zerif Lite] QuestionHello Jacquelyn,
As I mentioned in a previous post from you, you need to set up featured images for the blog posts.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Testimonials widget only pictureHi,
This is a customization issue and we do not offer this type of support.
I recommend you to take a look at codeable.io for this.Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Get rid of the "bloggy" partHi,
Please make sure that in Dashbord -> Settings -> Reading -> Front page displays you have Your latest posts checked.
Let me know if that helps.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Zerif Light Blog PicsHi Jacquelyn,
You need to add featured images for each blog post. Here is a tutorial:http://www.wpbeginner.com/beginners-guide/how-to-add-featured-image-or-post-thumbnails-in-wordpress/. Did you do that?
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] How to add instagram on footerThank you tipadei for your answer! ValorM If you need more help, let me know.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Live PreviewHi,
The background image can be added through Dashbord -> Appearance -> Customize -> Background image. There are all the other options that can be changed in the theme.
If there are some other informations I can provide for you, please let me know.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Woocommerce issueHi,
We sent version 1.7.2 for review to wordpress.org. Hope it will not take long until it will be approved.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Active menu itemHi,
Sorry for the late answer. Thank you for the details provided. We are currently investigating this issue and when we manage to fix it, we will release an update.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] syntax errorHello,
Yes, we are ThemeIsle, and we are the authors of the theme. I am very sorry for the inconvenience. I updated the theme on themeisle.com to the current version, 1.6.0.
About the syntax error you mentioned, that I due to the fact that when installed through FTP, the theme sometimes, is not copied right. We recommend using the wp-admin interface.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Active menu itemThank you for the link. Could you also let me know on which mobile device and operating system you have the problem with the opening menu? Because I don’t see it.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] How do you disable hamburger menu?Hello,
You could try to install this plugin https://wordpress.org/plugins/simple-custom-css/ and whith it add the following piece of code:
@media screen and (max-width: 768px) { .navbar-toggle { display:none !important; } nav.navbar-collapse { display:block !important; } .responsive-logo { float:left !important; } nav.navbar-collapse ul li { width: auto !important; margin-left: 10px !important; border-bottom: none !important; } }Let me know if that helps.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Active menu itemHi,
Sorry for the late answer. Could you give the URL to your website to see the problem with the menu, and try to help?
On our demo site http://demo.themeisle.com/zerif-lite/ I can’t see the problem with the menu.
And about your first question, I am not sure how to do that. That is a jquery plugin, onePageNav, and I don’t really know now how to change it.Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Master slider doesn't Work on Zerif Lite themes.Hello,
Sorry for the late answer. The issue is probably due to a JS bug which we will fix in the next update. But if you want to fix it now, until the new update is ready, you can change the file zerif.js from the js folder like this:
Change this line:
if ( thisOpen == false && jQuery('.contact-form textarea').val().length > 0 ) {
with this:if ( thisOpen == false && (typeof jQuery('.contact-form textarea').val() != 'undefined') && (jQuery('.contact-form textarea').val().length > 0) ) {Let me know if that helps.
RodicaThis was fixed by email. And we will release an update too.