echargeu
Forum Replies Created
-
Hi
Thanks, it works good.??If EDD change and update the line of 286 in includes/gateways/functions.php like this:
'gateway' => edd_get_default_gateway(),
the problem will be solved.
Please update this file or give us a way to solve this problem,thanks.Forum: Plugins
In reply to: [WP No External Links] v4.0.0 some of redirects not working and gives 404Hi
I have similar problem, with this different that some of redirects are going to home page immediately.(I’m using wordpress in my subdomain, but redirects are going to main domain!-The plugin was good, this problem has occurred recently)
Must of this incorrect redirects are for old posts!Forum: Plugins
In reply to: [Easy CountDowner] Days BarHi,
I added the ‘Week’ var in this section of js file: “easy-countdowner/assets/TimeCircles.js” :var secondsIn = { Seconds: 1, Minutes: 60, Hours: 3600, Days: 86400, Week: 648000, Months: 2678400, Years: 31536000 };
and then set the total_duration to ‘Week’, in below section:
TC_Instance.prototype.default_options = { ref_date: new Date(), start: true, animation: "smooth", count_past_zero: true, circle_bg_color: "#60686F", use_background: true, fg_width: 0.1, bg_width: 1.2, text_size: 0.07, total_duration: "Week", direction: "Clockwise", use_top_frame: false, start_angle: 0,
I think we can use values like month,year,… for total_duration.