MariusG
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] File upload in contact usHello Marius,
Unfortunately we do not offer custom work support, this forum is for questions, bugs and suggestions mostly.
Kind regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] Meet our team sectionHello Jacquelyn,
Are you using the latest version? I believe this was fixed.
If you are using the latest version and it still doesn’t center the elements, please attach a link to your website so I can investigate this issue.Kind regards,
MariusForum: Plugins
In reply to: [WP Product Review Lite] cannote rateHello,
When you are creating or editing a post, there is a checkbox “Is this post a review?”
If you check yes then a new menu will appear, where the admin can review a product.
If it shows zero it means you left a feature (or more) without rating value.Users will be able to add ratings via comments, so you will need those enabled and the feature as well from the plugin’s settings.
Kind regards,
MariusForum: Themes and Templates
In reply to: [Flat] Text overflows in IE11Thanks for updating this thread bmalloy, 1.7 should have this issue fixed.
Kind regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] Unable to receive contact submissionsHello,
This is usually related to your hosting provider, not theme related.
Try installing this plugin and see if this help: https://ww.wp.xz.cn/plugins/wp-smtp/Kind regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] Logo cut in responsive headerHello,
Please attach a screenshot so we can better understand the issue.
Kind regards,
MariusHello tipadei,
Maybe you didn’t create the Child Theme properly, try making those changes in the original theme’s files and see if it changes anything. If it works, then something is not right with your Child Theme.
Kind regards,
MariusHello Stezphan,
Are you doing it from Appearance-> Customize -> Widgets or Appearance->Widgets?
Kind regards,
MariusForum: Themes and Templates
In reply to: [Flat] How to disable commentHello,
On Full Edit, at the top-right you should find a button “Screen Options”.
Click on it, and in the menu check “Discussion” box.You should now have this option below the text area.
Kind regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] How can justify text on about us midle textHello,
Install Simple Custom CSS plugin (or use a Child Theme to add custom CSS) and add this line:
.about-us p {text-align: justify; }Kind regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] Anchor link for ribbon sectionsHello,
Unfortunately there is no way to do it at the moment, but you can modify the php code very easy.
You are using the green ribbon section, the one with buttom botton. Let’s say we want to link to it with #ribbon
Edit /zerif/sections/ribbons_with_bottom_button.php file (you can do it from Appearance-> Editor or install WPide plugin), on line 10 edit this line
echo ‘<section class=”separator-one”>’;`
to look like this:
echo '<section class="separator-one" id="ribbon">';That’s it, now when you can use menu links with #ribbon for page jumps.
To make this settings permanent, it’s best to make the modifications in a Child Theme, otherwise changes will be lost when you update the theme to a newer version.
Kind regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] contact form: receiving spamI’m glad you were able to do it. reCaptcha should definetly stop most if not all spammers.
Marius
Hello,
Can you try to reset (from the button, not deactivate/activate) the plugin and try again?
Let us know if the problem persists.
Kind regards,
MariusForum: Plugins
In reply to: [WP Product Review Lite] User Commenting Function for WEN Corporate ThemeIn WP Product Review settings there is this option “Activate comment review user” which is set to No by default. It needs to be switched to Yes.
Also, if the theme uses a modified commenting file then WP Product Review will not work with it, our plugin uses the default commenting system.
Kind regards,
MariusForum: Themes and Templates
In reply to: [Book Rev Lite] International FontsThank you Bruno for posting the solution, this should work.
Kind regards,
Marius