katazina
Forum Replies Created
-
next release is here, but it’s still not fixed!
Hi,
I don’t want to defend the plugin it has issues I also reported one, but I think this is not it’s fault. It’s more likely the server settings what could redirect the not slashed url to the slashed one.The not caching part, if you see the code of the two different pages, what you linked, then you will see, that none of these are cached, so maybe the cache isn’t configured right.
Forum: Plugins
In reply to: [Simple Image Widget] Can't add new translationHi,
modify the load_textdomain line to this:
load_textdomain( ‘simple-image-widget’, WP_LANG_DIR . ‘/simple-image-widget/simple-image-widget-‘ . $locale . ‘.mo’ );I don’t know why, but it needs the plugin name and the “-“
If it is in, then it will be working.Forum: Plugins
In reply to: [Social Login] Multisite compatible?Hi,
I think it’s not.
I just installed it and it appeared on every sub-sites admin page, except on the network admin.
And if i configured on the main page, than the login got the socials (on the main page), but on the sub-sites there are nothing about social.