Cat
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Loads forever on submissionwow, ok, looks like I will have to use a different contact form plugin, probably WP Forms.
Forum: Plugins
In reply to: [Contact Form 7] Loads forever on submissionThanks @earth_human I had the spinning wheel upon submission, updated all plugins and themes, still have spinning wheel, searched the web for solution, found yours and tried it, now I get error message “Failed to send your message. Please try later or contact the administrator by another method.”
Plugin developer, please advise.
Forum: Plugins
In reply to: [WooCommerce] Can’t remove Demo Store NoticeThis issue is only happening on mobile and tablets only, not desktop at https://www.southpinecafe.com. Even after going into the customizer, checking the enable store notice box and unchecking it then publishing the change, the issue persists.
Sorry about that Jade, I changed the styling because it was a live page for something I am promoting.
had to go into google API settings and change the URI redirect URL to the new one that is not domain specific (https://connect.wpmailsmtp.com/google/). documentation for plugin needs to be updated.
- This reply was modified 4 years, 4 months ago by Cat. Reason: update and fix
thanks Mike!
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Podcast Links not activeMike, it is a theme issue. I was able to preview the 2020 theme and see that the links are working in the preview. I will get in touch with iThemes support about this. Thanks! You can mark this resolved. ??
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Podcast Links not activeIt’s not a plugin conflict, so copying the site to development to test theme issue. This site has hundreds of widgets tied to various layouts, so can’t change theme on live site. I would have to move them all back.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Podcast Links not activeThanks for the quick response, Mike, I am going to diagnose a plugin conflict first.
would also like to know.
Forum: Plugins
In reply to: [WooCommerce] Move category description to the bottomI can give you a copy of iThemes Builder if this will help.
thanks, @lorro! I posted in the thread you mentioned.
Cheers!
-CatForum: Plugins
In reply to: [WooCommerce] Move category description to the bottomAlso looking for a solution to this same issue running WooCommerce 3.3.1 and iThemes Builder, with support for WooCommerce declared in functions.php.
I deleted the woocommerce folder entirely from the child theme folder, which included archive-product.php, since any changes I made to that file did not affect anything on this page:
https://www.1stsourcelighting.com/product-category/led-racquetball-court-lighting/I tried adding this code to functions.php, but it didn’t change anything (and yes I cleared the cache):
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_product_archive_description’, 10 );
add_action( ‘woocommerce_after_main_content’, ‘woocommerce_taxonomy_archive_description’ );
add_action( ‘woocommerce_after_main_content’, ‘woocommerce_product_archive_description’ );Thanks!
-Catthank you, Caleb! I added the following code to functions.php in the child theme folder:
// Add WooCommerce support
function mytheme_add_woocommerce_support() {
add_theme_support( ‘woocommerce’ );
}The next line as I have it here did not work:
add_action( ‘after_setup_theme’, ‘builder-summit-custom_add_woocommerce_support’ )Can you tell me what I did wrong?
And then, I should be modifying archive-product.php in the folder /plugins/woocommerce/templates instead of in the child theme folder.
So for that, how do I modify the php to move the product category descriptions below the product list on the category page?
Thanks again!
-Cat
the issue was on Google’s side for me. I had to authorize less secure apps and complete the process with this link:
https://accounts.google.com/DisplayUnlockCaptchaalso had to use these settings with my SMTP plugin:
TLS
port 587hope this helps!
-Cat
https://CatsWebWeave.com