violacase
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Foundation Shortcode] Flexvideo short code doesn't work for VimeoConfirmed the above.
Forum: Plugins
In reply to: [Easy Foundation Shortcode] White Screen when using shortcodesI just installed it on a CentOS server and all functions well. Can you be more specific on the given PHP error?
Forum: Plugins
In reply to: [Easy Foundation Shortcode] Broken after wordpress update to 3.9 :(That was fast indeed…
Thanks!Forum: Plugins
In reply to: [Easy Foundation Shortcode] Broken after wordpress update to 3.9 :(Confirmed the above
Forum: Plugins
In reply to: [Styles] Can't install StylesFor others having this issue:
This plugin is a huge file. Your hosting company could have limited the maximum size for an upload.
WordPress install depends on having all room for this size.If you run into trouble when trying to install via WordPress you now know what the problem can be.
You can always install by FTP.
If you don’t know what FTP is, or don’t know your FTP credentials, contact your provider with the above info.
Forum: Plugins
In reply to: [Styles] @ Twenty Fourteen plugin doesn't workRead this post. Maybe that can be of any help.
Forum: Plugins
In reply to: [Styles] @ Twenty Fourteen plugin doesn't workHi k201244,
More people have issues with that.
The following scenario worked in my case:-
Deactivate Styles:fourteen
Deactivate and delete Styles
Install and activate Styles
Activate Styles:fourteenForum: Plugins
In reply to: [Styles] Reset with Styles:TwentyFourteenI found the (silly) error in the code.
In styles-admin.php, function delete-settings() it shows:$sql = "DELETE from $wpdb->options WHERE option_name LIKE 'storm-styles-%'"; $sql = " DELETE from $wpdb->options WHERE option_name LIKE '\_transient%storm-styles-%'"; $wpdb->query( $sql );
It should be:
$sql = "DELETE from $wpdb->options WHERE option_name LIKE 'storm-styles-%'"; $wpdb->query( $sql ); $sql = " DELETE from $wpdb->options WHERE option_name LIKE '\_transient%storm-styles-%'"; $wpdb->query( $sql );
(Same error in MultiSite section)
Funny that I’m the very first to notice π
Forum: Plugins
In reply to: [Styles] Cacheing issuesFOLLOW UP!!!
After uninstalling later I had the same problems.
I uninstalled all my plugins and just activated Styles and Styles:Fourteen. All works smooth.
The problem lies elsewhere.
Sorry for spilling your time.
Topic marked as resolved.Forum: Plugins
In reply to: [Styles] Won't activateHi, @paul Clark.
I ran into the same problem. (Though without the debug notices)
Perhaps your should examen your cleanup procedure when user uninstalls the plugin.Forum: Reviews
In reply to: [Debug Bar Slow Actions] Awesome pluginAnd so do I…
Forum: Plugins
In reply to: [Fourteen Extended] Site is now unavailableHi Zulf,
The issue here I think is just the redeclaration of the same class
Give your class another name (or use namespace) and all should be fine.Forum: Plugins
In reply to: [Genericon'd] Debugger noticeMy last words Mika.
It’s very simple to reproduce, but please follow the steps I describe.
Step 1. Read this.
Step 2. Be sure that in the file wp-config.php (in the root of your site) this line exists:
define('WP_DEBUG', true);
Step 3. Follow the steps I mentioned earlier. E.g.:In your plugin comment or DELETE line 112 $genericon_rotate = ‘genericon-rotate-normal’;
(Now you have an undefined var)
Create a post with this single line in the content area:
[genericon icon=flag]Save and view the post. You’ll see WordPress echoes the bug notice.
It that doesn’t give you the solution I’m helpless and you have to seek for others who would like to help you.
Forum: Plugins
In reply to: [Genericon'd] Debugger noticeOK.
With jΓΊst WP_DEBUG true:Forum: Plugins
In reply to: [Genericon'd] Genericons not showing on AndroidTested it with untouched TwentyTwelve on Samsung Galaxy Tab.
All looks fine.