MariusG
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Removing the percentage from the circlesSorry, but it’s a pretty difficult change which can’t be done from the customizer or CSS, it requires editing the .php files and this is not something that we offer support for.
Best regards,
MariusNot sure exactly why, but if the second one works well I see no reason not to use it.
I’m glad to be of help. If you enjoy our plugin, it’d be appreciated if you could post an honest review on wp.org
Best regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] Menu in mobile version doesn't workHey,
Thanks for reporting this, we are investigating the problem.
@uvikkontra85 the reason it reloads the page is because your links are using www. but your website is non-www.
Either change the links in the menu or switch your website to www instaead of non-www.Best regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] Putting own code to ribbonsI am sorry, but we do not provide this kind of support. This is for bugs, issues and suggestions only.
Best regards,
MariusHello,
Unfortunately there’s not anything I can do, I believe you are using a plugin to insert php into posts, I’m guessing it’s the plugin causing the issues.
I have used this one for my tests, it worked well for me: https://ww.wp.xz.cn/plugins/allow-php-in-posts-and-pages/
Best regards,
MariusHi,
It doesn’t matter at all in what time zone we are, it’s because the plugin uses your server’s time() function, which may result in a different time than what you’ve set in your WP account.
For example, if you live in USA and have set WP time according to your region, but your server is hosted in Europe, there’s a high change that the hours won’t be synchronized.
We’re working on a solution for this problem.
Best regards,
MariusForum: Plugins
In reply to: [WP Product Review Lite] No featured imageNo problem, glad to be of help 🙂
Hello,
If you still have the website working fine on localhost, I recommend you to move it to your hosting account using WP Clone plugin. It’s a free plugin, easy to use, I’ve moved several of our demo websites on different hosting accounts and companies, WP Clone did the job perfectly.
Hope this helps.
Best regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] Our FocusHello,
# means current page, so it doesn’t send you anywhere.
‘#’ can be replaced with a link, for example if you wanted to send it to ww.wp.xz.cn, you would replace ‘#’ with ‘http://www.ww.wp.xz.cn/’Best regards,
MariusThanks for the link, it’s a good demo of the problem 🙂 We’re investigating it right now, hopefully we can find the issue and fix it really soon.
Best regards,
MariusForum: Themes and Templates
In reply to: [Zerif Lite] Need to remove the sidebar from post/ blogHello James,
Unfortunately this is not possible by default, but it can be done by altering the CSS a bit 🙂
Let me know if this solution suits you, I will send you the fix on how to do it.
Best regards,
MariusForum: Plugins
In reply to: [WP Product Review Lite] No featured imageHello fabian,
In wp-product-review.php edit these lines 130-139 to look like this:
if(isset($product_image)) { if ($imgurl =="image") $feat_image = wp_get_attachment_url( get_post_thumbnail_id($id) ); $lightbox = 'data-lightbox="'.$feat_image.'"'; if (!isset($feat_image) || $feat_image=="") { $feat_image = get_post_meta($id, "cwp_product_affiliate_link", true); $lightbox = ""; } if (empty($product_image)) $product_image = $feat_image;This is it, let me know if you managed to do it.
Kind regards,
MariusHello B,
Unfortunately we do not offer support for third party plugins or services.
Also, I do not know how their form works, but if they’ve given you a specific code, you can add and replace our contact form from /zerif/front-page.phpKind regards,
MariusIf you’re using shared hosting, it might be because someone sharing the same IP address as you might have done something that caused Twitter to block the IP.
Kind regards,
MariusHello,
Thank you for reporting this, could you possibly send us a link to see this example “live” ?
You can contact us privately on themeisle.com if you do not wish to make the link public here.
Kind regards,
Marius