jeng22
Forum Replies Created
-
Giving imagify’s server ip access to my public_html/wp-admin/ files fixed the problem
Works fine now. Thanks so much!
Figured something out using CRON jobs. Here’s how I did it for those who want the same setup ??
1. in your functions.php –/* CONTACT FORM DUPLICATE ENTRIES CRON JOB */ function delete_all_duplicate_killer_data() { global $wpdb; $dkdb = apply_filters('duplicate_killer_database', $wpdb); $table_name = $dkdb->prefix . 'dk_forms_duplicate'; // Delete all records from the database table $dkdb->query("TRUNCATE TABLE $table_name"); } // Hook the function to a custom action hook add_action('delete_all_duplicate_killer_data_hook', 'delete_all_duplicate_killer_data');
2. Install “WP Crontrol” and then add new Cron event with the following values –
Hook name: delete_all_duplicate_killer_data_hook
arguments: leave blank
Next run: up to you. But I did “At this time:” with 12am and “Once Daily” recurrence.To all who are experiencing or will experience the same issue, this was resolved by doing scenario A, Solution 1 – https://duplicator.com/knowledge-base/how-to-handle-various-install-scenarios/
Thanks to the Duplicator team!Thanks!
So which pro version do I have to buy just in case? The quote one of the product add-ons? Or does 1 license cover all the YITH products?Hey @gripgrip ,
Unfortunately, I’m not able to do that.
I have instead thought of a workaround. Posting it here for the people who might experience the same issue and situation.Used an alternative approach to call the function using javascript and event listeners, which bypassed the 403 redirection.
Marked as solved as well. Thanks!
Hey @gripgrip thanks for your response, the only customizations on my htaccess files are the ones written by another plugin (WP Rocket).
Other than that it’s just the usual content. I also tried commenting out everything in my htaccess file to check if it works but to no avail.Please let me know if you need more info. I can also send the network headers from Google devtools if needed.
Other things I tried:
Disabling all other plugins.
Disabling and reenabling WPCode
Switching to wp default themeThank you
I just instead styled the checkboxes and added a little bit of HTML and jquery to make it look like a dropdown.
Will this feature be available in the future tho?
Marking it as resolved. Thanks!
Thanks @farroyob the templating system worked fine.
Regarding question number 2, Can the dropdown option select multiple categories? Much like how this category selector works: Category Selector
Thanks!
Forum: Plugins
In reply to: [WP Store Locator] Result CounterThanks @farroyob ! I’ll paste the code here once I finish it up.
Also have a few more questions. I’ll put up another thread. Thanks again
Hi,
Thanks for your reply.
The add to cart button is not working when used with WooCommerce’s one page checkout.
Thank you!
I think the plugin also has a conflict with WooCommerce one page checkout (https://woocommerce.com/products/woocommerce-one-page-checkout/)
The add to cart button seems to be missing.
Thanks
Hi Fotis,
I understand. Is there any chance in the future this feature will be added? Or do you have any plugins or workaround suggestions?
Duplicate question. Sorry!
Link to updated: https://www.ads-software.com/support/topic/radio-livestreaming-not-resuming-to-live-broadcast-when-paused-2/