Denis Buka
Forum Replies Created
-
Thank you!
The plugin is so great to use with themes that heavily rely on Visual Composers.
Hi,
Can it limit the number or words? Limiting the number of characters is breaking words in half.
Thanks
DenisResolved
Found it. Thank you!
Forum: Plugins
In reply to: [Ajax Widget Area] [Plugin: Ajax Widget Area] tagHi Chris,
Thanks for looking into that. I wish various versions of IE wouldn’t make life so hard and we could just do things consistent with common sense!
Forum: Plugins
In reply to: [Drop in Dropbox] [Plugin: Drop in Dropbox] UPLOAD FAILEDThe error has been fixed in version 0.2.6.
Sorry about confusion.
Forum: Plugins
In reply to: [Drop in Dropbox] [Plugin: Drop in Dropbox] "Directory does not exist"The error has been fix in version 0.2.6
Sorry about confusion.
You can try something like this when inserting the code into the template:
<?php if ( function_exists( 'addIntNav' ) ) { if (!is_page()) { addIntNav(); } } ?>
Forum: Plugins
In reply to: [Generate Cache] [Plugin: Generate Cache] Cache folder location with w3tcDid you specify the full directory path to your cache folder, e.g.: /home/yourhostingaccount/public_html/wp-content/… etc.?
Cache generation is triggered automatically when somebody hits an uncached page provided your entire cache size is below the limit. The trigger itself is hooked to the template’s footer. So cache-folder-size based generation is not cron-dependent.
Though I do agree: it might still be a good idea to add such button in the next release.
Thanks for suggesting.
Forum: Plugins
In reply to: [Generate Cache] cache orderHello,
Indeed, that could be a handy little option to choose caching order. Let me think about a good way to implement it.
As far as caching speed, right now there is one second’s halt between script’s executions. This makes sure the server doesn’t get overloaded. I guest I could test it with something like 0,5 sec and see if that’s still good enough. Or maybe add another option and let users set the speed at their own risk…
Please, keep updated.