amikeliunas
Forum Replies Created
-
Try this page https://www.ajbid.org/test/
Forum: Plugins
In reply to: [One Click Accessibility] Plugin support for multi-language websitesYes, it works fine in multi-lingual websites, like mine here using WPML https://www.ajbid.org/ and https://www.ajbid.org/en
Forum: Plugins
In reply to: [Clean Login] Lost password? issuein WPML link to “lost password” page is sometimes confused with other link.
I hardcoded email link for English here https://www.ajbid.org/en/login-page/Forum: Plugins
In reply to: [Clean Login] Lost password? issueTry editing the English page and saving it AGAIN.
It does reset something and it works.
I had same issue with WPML and default language Spanish
https://www.ajbid.org/inicio-de-sesion/
BUT to be safe I put the hyperlink MANUALLY in the English version
https://www.ajbid.org/en/login-page/I use Clearfy over 15 websites and works fine.
I leave the enable auto-updates off since I use another plugin to manage from MainWP.Forum: Plugins
In reply to: [Dynamic User Directory] Display directory only for logged in usersYes, look for “Restrict Content” free plugin!
Forum: Plugins
In reply to: [Clean Login] Bug in Spanish Restore password pageTurns out the SMTP mailer was not properly working… All good now!
Forum: Plugins
In reply to: [Max Mega Menu] max mega menu do not work with twenty seventeen themeYes, it’s working! See demo at https://learnwp.us/class/
Remember the default is “Flyout” Menu, not Megamenu when you customize the menu you want.Don’t forget to save and, flush cache on server AND on your browser! (or go Incognito which does NOT usually cache your website.)
Forum: Plugins
In reply to: [ShareThis Dashboard for Google Analytics] Causing fatal error after updatingYes, both the 1.07 and the PHP before 5.5 patches work fine in my site https://thescoopclayton.com/
- This reply was modified 7 years, 11 months ago by amikeliunas.
Forum: Plugins
In reply to: Google Analytics update Fri 12/16/2016Yes, both the 1.07 and the PHP before 5.5 patches work fine in my site https://thescoopclayton.com/
- This reply was modified 7 years, 11 months ago by amikeliunas.
Forum: Plugins
In reply to: [W3 Total Cache] Cannot update or uninstall W3 Total CacheUninistall manually W3, then reinstall. Yup, a pain…
I learned from my update to 4.7 yesterday!
https://www.shoutmeloud.com/how-to-delete-uninstall-w3-total-cache-wordpress-plugin.htmlI’ve found using https://www.ads-software.com/plugins/a2-optimized-wp/ a timesaver for W3 Total Cache and clears lots of issues too!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] SU_GMap Zoom?Regarding a single town or city. it’s very simple:
[su_gmap address=”Vienna, VA 22180″][/su_gmap]
or
[su_gmap address=”22180″][/su_gmap]
or
[su_gmap address=”Fairfax, Va”][/su_gmap]As far as the zoom goes…
There is only ONE parameter to the address location and it gets urlencoded for security and to pass to Google maps. If the plugin gets updated that would be a nice option to have OR a generic “options” to pass to the map!
https://developers.google.com/maps/documentation/javascript/events#MarkerEvents