Alain
Forum Replies Created
-
Forum: Plugins
In reply to: woocommerce subscription for a downloadable product ?Additional info:
plugin needs to allow email notifications 2x before end of subscription as reminder for customers.
Forum: Plugins
In reply to: multiple image for postsHi,
first of all, thanks a lot for your suggestion, however this plugin needs to be purchased.
I’m looking for doing something like https://prntscr.com/6a2k9o
as you can see all post relative to house are linked to a section “Houses” and each post has several features images that on blog view are displayed as slider and user can check each picture.
If user click on on image of the post slider, user is automatically redirected to the complete post.
Slider from slidervilla is a post slider as far as i understood…
i installed it without any issue, but i just uncompress the zip file nothing more.
here it is what i found:
visual composer 4.3.1
duplicator 0.5.4
Element having issue: RAW HTML (https://prntscr.com/3zzg48) of visual composerin MySQL here is the code snippet…
[vc_raw_html]JTNDYSUyMGNsYXNzJTNEJTIyc2VydmljZS1saW5rJTIyJTIwdGl0bGUlM0QlMjJJJTIwd2FudCUyMGElMjBXZWJzaXRlJTJDJTIwV2Vi...[/vc_raw_html]
here it is how to get a clean content… so firstly uncoded with MIME base64 and next rawurldecde.
rawurldecode(base64_decode(strip_tags($content)));
thx
Forum: Fixing WordPress
In reply to: WP 3.9 import plugini discovered that settings of PHP can have a huge impact on success or not.
1. set max_execution_time = 90 or 120s (not ideal because it proves that something is not fast enough performed, but it will help)
2. set max_file_size to 20M
those 2 settings can turn the failure to success… in my case it solved my issue with uploading (from computer directory) issues with woocommerce plugin…while directly from wordpress web directory, it was uploading and working well…
very weird as it is the same server and the same installation/plugin…
so something should be different in WP code regarding installation source.Forum: Plugins
In reply to: Newsletter pluginthis one (https://tribulant.com/plugins/view/1/wordpress-newsletter-plugin#.U2hj5vmSyRZ) seems to be good but i have no experience with it.
i also already used Mailchimp.
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or pluginok i finally found where was the issue.
in fact i had 2 parameters to change in my php.ini file.1. the max size of PHP usage to 400 MB
2. the max time of execution to 90snow i do not have any more this message.
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or pluginby the way if WP had a security issue with those plugin/theme…why uploading the WooCommerce 2.1.7 plugin directly from internet, works without any issue ?
from my point of view issue is in WP for file uploading directly from drive.
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or plugini do not have an activated plugin at all, but i was just saying that this issue appears when i try to upload from drive a plugin or a theme.
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or pluginin this case it would mean that WooCommerce 2.1.7 and the theme i want to upload have both this issue ??
In this case, why the define(‘SCRIPT_DEBUG’, true); does not display any error or waning message in verbose mode ?
it would help me to do a good diagnose
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or pluginnothing change even with the debugging script set to true.
even worse…no particular message…i tested it on WP 3.8.3 i have the same behavior…
i don’t know why but i have the feeling it has something to do with file size during uploading… from directorybecause if i upload a plugin like backupwordpress 2.6.1, everything goes well even from drive uploading. ??
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or pluginsame result when i do like you suggested ??
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or pluginby default there is no .htaccess in the default 3.9 zip file
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or pluginyes for sure. anyway i have no activated plugin and the default theme is the twenty fourteen. i have the same result.
Forum: Fixing WordPress
In reply to: "try again" msg while uploading theme or pluginSo in this case why the same ZIP file (woocommerce 2.1.7) works from direct web uploading while doesn’t work from drive file upload ?
Forum: Fixing WordPress
In reply to: remove/override a function from functions.phpin fact the function is in the Adamas theme i bought.
the function should display the top menu relative to woocommerce (so login/account, cart). it’s call showTop() in functions.phpi think i will just copy this function in my child theme functions.php and rename it in my template.