symmetrium
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Google Fonts] Updated Plugin, Fonts not Loading on MobileHi I’m experiencing the same problem, would it be possible to share how you resolved the problem? many thanks! (version 2.0.4)
Forum: Plugins
In reply to: [WP Smart Preloader] Urgent update neededHi,
For a temporary fix until an update arrives, try to change line 71 in
wp-smart-preloader/assets/js/wsp-main-script.js
from:
jQuery(window).load(function(){
to:
jQuery(window).on(‘load’, function(){
…This seems to have worked for me ??
This button seems to have solved my problem:
Sassy Social share Settings > Miscellaneous > Clear Bit.ly Cache
:):D
Forum: Plugins
In reply to: [Google Doc Embedder] GDE does not generate a shortcode when postingSame problem here. Tried disabling all other plugins but it didn’t help. In Chrome’s developer console there are errors when the GDE pop up dialog is opened:
Uncaught TypeError: i is not a constructor /wp-content/plugins/google-document-embedder/js/dialog.js:170 Uncaught TypeError: Cannot read property 'add' of undefined plugin.min.js?ver=4603-20170530:1 Uncaught TypeError: i is not a constructor at tinymce.WPWindowManager.tinymce.InlineWindowManager.b.createInstance (plugin.min.js?ver=4603-20170530:1) at Object.init (tiny_mce_popup.js:56) at tiny_mce_popup.js:483 b.createInstance @ plugin.min.js?ver=4603-20170530:1 init @ tiny_mce_popup.js:56 (anonymous) @ tiny_mce_popup.js:483 dialog.js:170 Uncaught TypeError: Cannot read property 'add' of undefined at dialog.js:170
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Incompatibility, ajax calls, ..workaround?Basically the current problem is now like this: when plugin organiser is active plugins screen (in wp dashboard) the other plugin works but its ajax calls fail, so it renders incompletely. When I completely deactivate plugin organizer, it works perfectly.
I tried to disable plugin organiser on the page where I need that plugin (from the metabox) but it didn’t change anything – so I am wondering whether there is a logic loop there – (can it can disable itself when it is already disabled!?) If not, what would be the best way to get this thing to work?
Thank you : ))))
Forum: Plugins
In reply to: [WooCommerce] Redirect loop in admin area upon update to 2.3.3just checking in to let everyone know that the problem went away after upgrading to 2.3.6, and I hope it stays that way. And yes, memcache is still enabled.
Forum: Plugins
In reply to: [WebKite for WordPress] searching entries*bump*
Forum: Plugins
In reply to: [WooCommerce] Redirect loop in admin area upon update to 2.3.3Yes indeed, memcache is enabled on the website.
Anything I can for us to be able to get to the root of the problem?
Forum: Plugins
In reply to: [Events Maker by dFactory] maps not showing in some pagesIt’s in my own custom templates – however (though I’m not sure) I think that these parts of the code came from some older versions of the original templates. So I guess still good to know if someone else somehow runs into the same issue.
So it turns out there’s no problem with the plugin itself, it was just the custom templates.
…thanks!
Forum: Plugins
In reply to: [Events Maker by dFactory] maps not showing in some pagesUpdate:
in my single-event template file, I had:
echo $event_display_options[‘google_map’] === 1 ? em_display_google_map() : ”;
changing the === to == solved the problem.
Forum: Plugins
In reply to: [Advanced Category Excluder] PHP 5.5.0 compatibility?This is also a big problem for me! my host is upgrading to PHP 5.5.0 too, and this plugin creates problems when that happens. Is any such update on the agenda?
Forum: Plugins
In reply to: [Alpine PhotoTile for Google Plus and Picasa] Paging through imagesI also would be very glad if someone could post a pointer on this.
Forum: Plugins
In reply to: [Alpine PhotoTile for Google Plus and Picasa] Album not displaying.I have the same problem: even though the shortcode works in the admin area through the preview and even though all of the images are there in the page source with the right links and the right images, the gallery does not display.
There’s also a comment in the source saying “<!– Success using wp_remote_get() and JSON –>” but the containger div with id=”#id240-image-list” and class=”AlpinePhotoTiles_image_list_class” has inline style=”display:none” and “visibility:hidden”.
I suspect this might be due to some script or plugin conflict. Any ideas?
Ruslangs, how were you able to solve your problem?
Thank you very much in advance.
havahula, thank you very much for your reply, this sounds really great!
I will be trying Paupress ASAP… : )
Forum: Plugins
In reply to: [Floating Social Bar] Facebook Like Does not open comment box fully@manoj, thank you very much for your reply : ) I will let you know if I come up with something w/regards to this.