mp1985
Forum Replies Created
-
thanks for your reply.
as you suggested, I disabled the caching system and then I tried to add the filter, but without luck.
add_filter( 'the_seo_framework_sitemap_additional_urls', function( $custom_urls = []) { $custom_urls[ $url ] = [ 'https://example.com/somepage' => [ 'lastmod' => '2021-12-16 10:58' ], ]; return $custom_urls; } );What I am missing or doing wrong?
moreover, do you know if it is possible with this filter instead of including just one page, to include directly also a second external sitemap (and keeping the default sitemap that your plugin creates)?
thanks a lot for the plugin
Forum: Plugins
In reply to: [AddToAny Share Buttons] Undefined variable in add-to-any.php on line 300same for me 🙁
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Close box and set cookie when form submittedI’m looking for the same thing… is it possible set the cookie when the form is submitted?
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Not working in Firefoxthanks I found the same solution 😉 , but I can’t advice all the users of my site to update the flash player.
I did not understand that has to do the flash player with google translate, in theory it does not need it.
the same problem there is on firefox on mobile, did you also fix this issue?lastly on internet explorer I don’t see the name of current language, but the text “NULL”.
could you please help me to fix these bugs?
Thank you
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Not working in FirefoxI have the same problem. Could you please help me to fix this problem?
thanks