Julz
Forum Replies Created
-
Basically, I moved from one server to another and Im using WAMP.
I cant also find [wp_prefix]_wpl_kinds on the database.
I tried a fresh install but its still showing the “Invalid Request”.
Thanks D Smith,
I will try to play around with it.
My other option is to empty the cart once any page loads or visited.
I tried to use this function, I found in the web.
add_action( 'init', 'woocommerce_clear_cart_url' ); function woocommerce_clear_cart_url() { global $woocommerce; if ( isset( $_GET['empty-cart'] ) ) { $woocommerce->cart->empty_cart(); } }
However, the code above only triggers when you visit the homepage. For some instance I used a function is_page() but it seems doesn’t to work.
Anyone had the same experience? Any advice would be appreciated.
Thanks
Here’s how it looks like in the filter results:
https://www.awesomescreenshot.com/image/1369251/4db4adc3a77cf3a3076b3af22c43efb9
Please advice.
Regards,
JuliusI use your shortcode:
[woof_products columns=3]
and the filters now works. However, I set it to 3 columns but in the filter results it turns into 2 columns.
Why is that?
Thanks Again
-JForum: Localhost Installs
In reply to: installation probThere is probably wrong in your database setup. Try not to use any password when setting up your database. Just input your database name and username then leave other options default. Check this one here, this may help – https://www.wpcircuit.com/install-wordpress-locally/
Forum: Plugins
In reply to: [Contact Form 7] Form Doesnt Work If I Use Custom Emails Of The DomainI fixed the issue.
Make sure that custom email you use are valid and using your website hosting MX records.
Now mine works even without using WP-Mail-SMTP.
Hope this helps.
GL!
Forum: Plugins
In reply to: [Contact Form 7] Form Doesnt Work If I Use Custom Emails Of The DomainThanks for your help.
I use “WP-Mail-SMTP” and I can still receive the error when using the form…
Failed to send your message. Please try later or contact the administrator by another method.
However, I check my email and the test message was successfully sent.
Any similar issues?
Thanks!
Forum: Plugins
In reply to: [Tracking Script Manager] Error on line 502Yes, all good without the Spacer plugin.
Forum: Plugins
In reply to: [Tracking Script Manager] Error on line 502Thanks. Yes, I found the conflict with that plugin. I take it down already.
and you have different slider choices to use… ??
Forum: Fixing WordPress
In reply to: Lost password, email retrieval not workingContact your hosting provider. They can reveal what your username and password of your WordPress site.
Im using Hostgator, so if you’re using the same try to follow the steps how to recover your login details using cPanel and phpMyAdmin.
GL!
Hi Lora,
Its not my website. That’s the website of the other person in the other thread.
That’s the website that I like to happen on my website too.
Please let me know what other are Im suppose to check.
Thanks
Hi Lora,
I really want to use this plugin on my website like the other user do -> https://hitechdigitallifestyle.net63.net/
I already installed the plugin on my site.
Please advice how to make it work.
Thank you.