Newzic
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] plugin abandoned?An update is out 2024-04-22! BackUpWordpress is coming back !!! Thanks to the programming team, because no other plugin is as useful as BackUpWordpress.
Forum: Plugins
In reply to: [WP Fastest Cache] Hide button "block cachning" for non admin usersI just want to minimize functions in text editor for non-admin users. So I remove a lot of buttons with TinyMCE Advanced plugin and I search a solution to hide the block caching button. For my customers, this button is unnecessary.
Peharps a solution in functions.php, like:
if(!current_user_can('administrator')){ function remove_block_caching...
or peharps an option to remove this button for non-admin users, in a next update of this (great) plugin!
Forum: Plugins
In reply to: [Watu Quiz] Bug in results with lightbox, shadowbox…that don’t work everywhere I try to put the shadowbox code.
I upload the original script of shadowbox in the www folder of this website. And I put the code
<script type=”text/javascript” src=”shadowbox.js></script> just before the first picture in the first question. And I put “rel=”shadowbox” manually for this first picture.
In the sourcecode of the result page, all is good. But shadowbox don’t work. But that work if I make a static page (html) of this result page!Yes, with _blank. Or breaking the link. That is the final solution.
Thanks
Forum: Plugins
In reply to: [Watu Quiz] Bug in results with lightbox, shadowbox…I understand.
The script for shadowbox is
<script type='text/javascript' src='https://www.cetaces.org/wp-content/uploads/shadowbox-js/6c9ff6f7d9133ab510705a31bb117fad.js?ver=3.0.3'></script>
Is it possible to put this script somewhere in your php page? (show_exam.php, exam_form.php… where?)
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Can't uncheck foldersHow can I see if there is symbolic link somewhere in my blog ?
Yes, it’s others good ideas.
A lot of backup plugin have a button “save now” in the admin.
Forum: Plugins
In reply to: [BackUpWordPress] BackUpWordPress 1.6.5 chmod 777And custom path for backups like
define( ‘HMBKP_PATH’, ‘/home/willmot/backups/blablabla’
display the same message of error.Forum: Fixing WordPress
In reply to: [Plugin: Google XML Sitemaps] Not indexing static page?Same probleme with statics pages not include un sitemap.xml. I search a long time and I found that:
defaut category for post (for unclassed posts) must not be check.
In french : ne pas cocher “Catégories exlues > Non classé”.See also this post.