Alisey
Forum Replies Created
-
I face this problem because my WordPress Address (URL) and Site Address (URL) are different.
I could fix it by installing Gutenberg plugin and adding this filter
add_filter('rest_url', function($url) { $url = str_replace(home_url(), site_url().'/index.php', $url); return $url; });
Seems like Gutenberg needs the rest API to function properly and when site address is different then rest URL is different too and Gutenberg fails to get this right.
Forum: Plugins
In reply to: [Change WooCommerce Add To Cart Button Text] Not visibleHi there. Hope you are doing well.
Please fix this issue. this makes the plugin useless.
Thank you!In my case it was an issue with my PHP version.
Forum: Reviews
In reply to: [WP-Polls] Translation problemForum: Reviews
In reply to: [WP-Polls] Translation problemI’m using Lingotek plugin and my website has 3 languages. (English, Russian, Kazakh).
When I change language on my website some strings like “Vote” button text won’t change. I’ve tried many ways but seems some strings will not translate. Even the default language of my website is Russian, The strings are in English. (Vote, Total Voters, View Results…)Forum: Reviews
In reply to: [Shortcode Menu] Works but with ErrorsI’m facing the same problem.
Forum: Reviews
In reply to: [Multiple Themes] DO NOT UPGRADE TO LAST VERSION 6!!Love the fast support!
Thank you.Forum: Reviews
In reply to: [Multiple Themes] DO NOT UPGRADE TO LAST VERSION 6!!Updated to 6 and my default theme shifted to 2nd theme.
Uninstalled and installed the plugin again and same issue.
I figured out the fact but couldn’t solve it.I was using a URL Prefix ” https://mywebsite.com/?s= ” to shift the theme if somebody does a search through blog. This prefix usrl was causing the issue. After I removed this prefix new version 6 works fine as previous version. The only issue is I can’t use that prefix URL anymore.
Pretty annoying. Please provide a solution.
Thank you for great plugin. I appreciate the hard work.Regards