WPShout
Forum Replies Created
-
Forum: Reviews
In reply to: [Zerif Lite] good design, with big bugsHey,
I am sorry to hear about your frustration I was looking into your ticket and I hope this is now solved.
Forum: Themes and Templates
In reply to: [Metro CreativeX] Colors of the big rectangular shapesHi,
If you want to change the color you could install this plugin: https://wordpress.org/plugins/simple-custom-css/ and in Dashbord -> Appearance -> Custom CSS add this:
article.masonry-brick { background:red !important; }where red is the color of your choice.
Regards,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] about us sectionhi,
You need to add:
div#rpt_pricr { float: left; width: 25%; padding: 0 2% !important; }and remove those pieces of code:
<div style="clear:both;"></div>
that is added by the widget you used to add that text.
Regards,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] syntax errorHappy to help!
Forum: Themes and Templates
In reply to: [Zerif Lite] Removed Grey over Background imageHi,
Using https://wordpress.org/plugins/simple-custom-css/ please add:
.header-content-wrap { background:none !important; }Regards,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Add a login to Home PageHi,
All the titles are in h1 :). I am not sure I understand your question. Please provide us a screenshot or something.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Avoid having background image load on pagesHi,
Do you have the latest version of the theme? Because we thought we fixed this.
If so, can you please give us a link to your site to see the problem?Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] contact form: receiving spamHi,
The reCaptcha is a new featured in the theme and can be used also in the Lite version. To fill those fields, you must go to https://www.google.com/recaptcha/admin#list and get your site key and secret key.
Let me know if you encounter problems.
Rodica
Forum: Themes and Templates
In reply to: [Zerif Lite] Move The Logo To CenterHi,
Please install this plugin https://wordpress.org/plugins/simple-custom-css/ and in Appearance -> Custom CSS add this:
.navbar-header { width: 100% !important; text-align: center !important; } .navbar-header a { display: block !important; float: none !important; }Let me know if that helps.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] how to add only index page to my jobengine themeHi,
Unfortunately that is not possible without a large customization 🙂
Thank you,
RodicaForum: Themes and Templates
In reply to: [Flat] Internet Explorer problemsHi,
Yes, we fixed this and released an update. It is currently beeing reviewed by the wordpress.org team.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] syntax errorHi,
Your site seems to be ok now.
Let me know if you still have problems.The thing with FTP is not related to the theme, and sometimes may work. It has something to do with the settings for encoding.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Live PreviewGlad to help!
Forum: Themes and Templates
In reply to: [Zerif Lite] Logo cut in responsive headerHappy to help!
Hi,
This is the fix:
if ( thisOpen == false && (typeof jQuery('.contact-form textarea').val() != 'undefined') && (jQuery('.contact-form textarea').val().length > 0) ) { thisOpen = true; jQuery('.g-recaptcha').css('display','block').delay(1000).css('opacity','1'); }Thank you,
Rodica