BackuPs
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Importer] Importer Fails to import menu items in PHP7Line 798 should be this
${$meta['key']} = $meta['value'];Then all works fine.
best regards
Forum: Plugins
In reply to: [WordPress Importer] PHP Deprecated: class constructor name with php7change line
66 to
public function __construct(){ /* nothing */ }Any News on this? in version 2.3.5 it works just fine.
Never mind. It is the visual composer doing !
Hi
It looks like you did not completely read my initial post. I tested this also in the default wordpress template.
Please install woocommerce, activate the plugin, enable registration etc in the woo accountsettings, goto the registration/login page click on lost your password and you will see.
It is a bug ! And yes i did read the FAQ otherwise i would have not posted this request.
The captcha is missing on that page. And it was a complete clean wp install
Forum: Plugins
In reply to: [Menu Swapper] Undefined propertyHi Chris
I never saw your reply as i apparently did not toggle the notification on reply in this thread.
It works great. Thank you. The notification in the admin area is gone.
Thank you
Hi David,
No, a Big Thank you for making such a great plugin !
Hi
We are developers and we will add ourselves to your github fork.
Thanks
Hi
i think it should be something like this
function geodirectory_rewrite_rules(){ if( get_option("geodirectory_rewrite_rules") == "" ){ add_action('init', 'flush_rewrite_rules'); update_option("geodirectory_rewrite_rules","flushed"); } } add_action('init','geodirectory_rewrite_rules', 1 );But since i dont know if there ia a function for this
get_option(“geodirectory_rewrite_rules”)
i cant complete this code.
Best regards,
Hi
Nope that did not solve the issue. The only other plugin running is woocommerce.
I activate your plugin goto the backend category and click view…. and i get a 404. After resaving the permalinks it views fine on reloading the page.
btw it happens in a wpms when switching blog_ids pulling blog posts from other subsites which are not running your plugin.
Well somehow i get there and it is empty and the fix is easy just change the code and return.
Why i get there or what is causing it is unknow i only see the error and i think its because of a filter calling the get_the_excerpt
it would be nice if you just add the extra statement it does not harm at all checking for it.
So thank you for adding it.
hi
That is not waht i am saying. My permalinks are /%category%/%postname%
But every time i turn your plugin on and off i have to resave the permalinks as your category pages and single post items throw a 404. My own don’t only yours.
no other custom posttype plugin has that issue.
Moreover please consider renaming your widget container names so they are not in the top above default theme container ones. This is very annoying.
Thank you
Forum: Plugins
In reply to: [WooCommerce Colors] Message keep showing even if plugin is instaleldThanks !!
Forum: Plugins
In reply to: [Age Verify] Translation problemHi
please read this
https://wordpress.org/support/topic/version-027-is-calling-the-wrong-language-folder?replies=1
it fixes the issue.
Btw if you are using /wp-content/languages folder create a subfolder age-verify
so you get /wp-content/languages/age-verify and put your translations there.
That will also work
Best regards,
BackuPs