mgrmn
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Login] Social Login not showing on my themeNot sure, (not dev of app) however, i believe you need to login here –> https://app.oneall.com/applications/application/settings/security/?applicationid=139082 and add your domain in the adminstration panel.
you should see something like — Site Configuration!
All good, already updated ?? thx
And currently working fine on wp 3.6
Forum: Plugins
In reply to: [W3 Total Cache] WordPress 3.6 support?I updated, currently not having problems with w3….
Forum: Plugins
In reply to: [WP User Frontend - Reloaded] Oscar update small conflictThats is from the functions.php of wp fronted reloaded line 430, not the same as wpuf.php warning line 130
And better to keep it safe by using
if (!function_exists('has_shortcode')) { function has_shortcode( $shortcode = '', $post_id = false ) { //rest of original function code } }
Forum: Plugins
In reply to: [WP User Frontend - Reloaded] Oscar update small conflictwith wp 3.6
wp-content/plugins/wp-user-frontend-reloaded/wpuf.php line 130Change
if ( has_shortcode( 'wpuf_addpost' ) || has_shortcode(
into
if ( has_shortcode( $content, 'wpuf_addpost' ) || has_shortcode( $content, 'wpuf_edit' ) ) {
Thats all ??
Forum: Plugins
In reply to: [OnePress Social Locker] problem with W3 Total Cachesolved it with w3 using using w3 (and or cloudflare) not seeming having problems
using the following at its default.. all works OK !
Pages Cache – Yes
Database Cache – Yes
Object Cache – NO
Browser Cache – Yes
Cloudlfare (in my case Yes)Forum: Plugins
In reply to: [Social Login] Social login buttons not displayingThink i figured it, with following settings and using w3 (and or cloudflare) not seeming having problems
using the following at its default.. all works OK !
Pages Cache – Yes
Database Cache – Yes
Object Cache – NO
Browser Cache – Yes
Cloudlfare (in my case Yes)Forum: Plugins
In reply to: [OnePress Social Locker] problem with W3 Total CacheNot an option for me #hostgator CPU goes nuts with wordpress and a few plugins, and i noticed that w3 total cache does a far better job then WP Super Cache..
Forum: Plugins
In reply to: [OnePress Social Locker] problem with W3 Total CacheYea nice plugin, however indeed does not seem to work with w3 total cache. https://www.farras.com/event/concierto-justin-bieber-quito-ecuador/ see text part after “Costo de las Entradas” after which should be you social locker
Same problem here, only Twitter (Twitter/Facebook) button works. all others dont show popup to share
function enqueue_scripts() { if (get_query_var('pagename')== "YOURPAGENAME") { // rest of the original code } }
This works for me, now it only loads the wp fronted js files when the actual add post page is loaded
file: /wp-content/plugins/wp-user-frontend/wpuf.php line 117
I believe all is good, havent checked all yet, but no plugin conflicts / ajax conflicts
??
Forum: Plugins
In reply to: [Facebook Friends Inviter] your demo doesn't workSame here, selecting goes well, but does not send invite!
However neither does the example on dev facebook, so the problem might be Fb itself https://developers.facebook.com/docs/reference/dialogs/requests/
Temporary fix, deinstall the new version, install old one
Found the problem WP USER FRONTED, more plugins stopped working after updating..