giusetavera
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Show “next question” button after radio is checkedAre you so kind to post a screen of this option please?
Still cant find it 🙁Thanks again
Okay, but what should I do?
Paste something in functions.php of my child theme?Yep, but I wonder if there’s an easier way to do it, fox example via defult Uploader. I mean, I just need to change directory, the rest works really good 🙂
Ah, okay. Thanks.
So it there any other plugin to use with WPFC to improve page speed?
Which kind of warnings do you mean?
No, no caching plugins, I’m still working no my website on MAMP. I think I’use WP Fastest Cache.
It look like just a CSS problem, it does not depend on WPSM.
Thanks a lot 🙂
Forum: Plugins
In reply to: [Download Manager] Change Upload DirErrata corrige
Im workin on WordPress 4.4.2Sorry, I meant the page with the whole calendar. It is composed of the event list only, while I would like to add also page content and other elements.
Forum: Plugins
In reply to: [Download Manager] Change upload directorySo the plugin does not delete the file from the server directly?!
Forum: Plugins
In reply to: [Download Manager] Change upload directoryI post my code here. In this why my files go in the directory I want (mysite.it/downloads) but when I delete the dm-post in my wordpress admin panel, that file is looks still in the directory. I mean, all work when I upload, not when I need to delete 🙁
$dir = '/Applications/MAMP/htdocs/mysite'; $d = str_replace('\\','/',$dir); define('WPDM_BASE_DIR',dirname(__FILE__).'/'); define('WPDM_BASE_URL',plugins_url('/download-manager/')); define('UPLOAD_DIR',$d.'/downloads/'); define('WPDM_CACHE_DIR',dirname(__FILE__).'/cache/'); define('_DEL_DIR',$d.'/downloads'); define('UPLOAD_BASE',$d.'/downloads/');