robertcc18
Forum Replies Created
-
My issue ended up being that the product weight set in woocommerce was 2400lbs instead of 2.4.
I would suggest checking the shipping tab of each individual product, also turn on debugging and if it shows an error please post it here minus any api login info
Mine seems to be tied to products being on backorder if that helps
I am having this issue as well, though it only affects certain users
Forum: Plugins
In reply to: [W3 Total Cache] Old File Path Stuck in CacheSo the issue was not with W3 but rather the previouse site developer who hard coded the script into the theme footer.
Thanks for your help!
p.s. Love the plugin!
Forum: Plugins
In reply to: [W3 Total Cache] Old File Path Stuck in CacheThe file path I listed does not link to the cache folder
Forum: Plugins
In reply to: [W3 Total Cache] Old File Path Stuck in CacheYes, why would that file path still be showing?
It only happens when the W3 Total Cache plugin is active
Riddhi,
I don’t think so, you will need a custom PHP solution to add the number to the database every day.
Then possibly you could feed that number to this plugin and it would achieve your desired solution.
Forum: Fixing WordPress
In reply to: How To Intigrate JQuery into my custom themeForum: Fixing WordPress
In reply to: How To Intigrate JQuery into my custom themeOk, so I altered my code to match yours and it is still not even calling the file.
I have added the file in the correct place and added jquery to alter an h1 element on the page, and added the code above to my functions.php file, what am I missing?
Forum: Fixing WordPress
In reply to: How To Intigrate JQuery into my custom themeMy own custom code that uses jquery
Forum: Fixing WordPress
In reply to: How To Intigrate JQuery into my custom themethis is the code I am using to enqueue my script
function robbot_enqueue_scripts() { wp_enqueue_script( 'jquery.js', get_stylesheet_directory_uri() . '/js/jquery.js', array(), true ); } add_action( 'wp_enqueue_scripts', 'robbot_enqueue_scripts' );I am not seeing anything and that is the trouble
- This reply was modified 9 years, 8 months ago by robertcc18.
- This reply was modified 9 years, 8 months ago by robertcc18.
Forum: Plugins
In reply to: [Membership 2] After registration users can not login to signup for courseHi Nastia,
I need an answer before this Thursday. My client has a product release that depends on this plugin working correctly!
Please Help!
Forum: Plugins
In reply to: [Membership 2] After registration users can not login to signup for courseHere is the link to the site cassicarothers.com login is in the footer and the login is [redacted]
the page I am using to test is cassicarothers.com/test- This reply was modified 9 years, 8 months ago by Tim Nash. Reason: Removed user creds
- This reply was modified 9 years, 8 months ago by Sergey Biryukov.
Forum: Plugins
In reply to: [Membership 2] After registration users can not login to signup for courseI figured out part of it, you have to manually type your username and password, no remember password feature works.
now I am not able to access content made available for subscription users, what do I need to do?
Forum: Plugins
In reply to: [Membership 2] After registration users can not login to signup for courseUpdate: none of the login features are working, all hang on the please wait message.
Please help!!!!!!!