WebBuddy
Forum Replies Created
-
I have found the cause of the issue. The reason is because there are too many spam submissions for the form (~ 45,000+). The forms page loads fine after I cleared all the spam entries.
I highly suggest everyone to use Google recaptcha to block the spams..
Forum: Fixing WordPress
In reply to: Please help, I am unable to remove Propeller Ads/ Pop-up AdsHi,
I did not see any ads on your site. I believe it was the cache issue.Forum: Fixing WordPress
In reply to: Error establishing a database connectionHi,
You need to get into your Cpanel >> Phpmyadmin and change back the URLBut if this is too technical, you can always ask your web hosting company to switch it back for you.
Hope this helps!
Thank you, glad to know that.
Forum: Fixing WordPress
In reply to: Fix Capital Titles for Blog PostsHi,
For the single blog post, you need to add the following custom css:.single-blog-inner h3.entry-post-title { text-transform: capitalize; }
Hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Change text color for Woocommerce ProductsYes, you need to contact the developer from the theme that you are using.
I suggest for background, you can reduce the brightness so it won’t make most text invisible.
Forum: Plugins
In reply to: [WooCommerce] Hide products from specific customersHave you tried this plugin? – https://www.ads-software.com/plugins/product-visibility-by-user-role-for-woocommerce/
Forum: Fixing WordPress
In reply to: Fix Capital Titles for Blog PostsYou can try add the following css:
.entry-post-title a { text-transform: capitalize;
Hope it helps!
Forum: Fixing WordPress
In reply to: Redirecting webpage to wrong websiteHi,
I suggest you check this issue with your hosting, perhaps there are some redirecting commands hidden in your server files..Forum: Plugins
In reply to: [Generate PDF using Contact Form 7] Sending arrow keep spinning…Noted, I will send you then. Thank you.
Forum: Plugins
In reply to: [WooCommerce] Change ‘Update’ text to ‘Calculate Shipping’ on cart pageThank you so much, @kellymetal !
Forum: Fixing WordPress
In reply to: From Where to Learn PHPAs a beginner, you an try out – https://www.w3schools.com/php/DEFAULT.asp
After that, then start some coding projects (simple wordpress plugins etc) and you will learn it even more.
Hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Add To Cart text not aligned with ButtonHi,
In your theme css, you have these codes:.woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button { text-transform: uppercase; font-size: 16px; padding: 20px 45px!important; transition: all 0.2s ease; }
If you remove:
padding: 20px 45px!important;
then the text in the button will be aligned properly.
Hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Hide Date on Product pageWhat if you try the following?
.post-meta { display: none; }
Forum: Fixing WordPress
In reply to: login for users sometimes not workingHi,
Is there any error message displaying when they tried to login? What do they see after they login? Were they redirected back to the login screen (with or without any error messages) or back to home page?
I believe this will help others to resolve this issue.