sportswreathshop
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Responsive Scroll Bar PreviewIs there anyone who may be able to help me, please?
Forum: Developing with WordPress
In reply to: Responsive Scroll Bar PreviewHi! I’ve replaced my original code (shown in the first box) with the code provided above (shown in the second box). The code in the second box does produce a scroll box. Am I misunderstanding you? Thank you, Catherine
<style>#div3 { height: 100px; width:300px; overflow-y: scroll; border: 1px solid #444; padding: 5px; }</style> <div id="div3"> <div id="div4"> Hello. This is the Sports Wreath Shop
#div3 { height: 100px; width: 300px; overflow-y: scroll; border: 1px solid #444; padding: 5px; } @media (max-width: 767px) { #div3 { width: 100%; height: 200px; overflow-y: scroll; } } @media (min-width: 768px) and (max-width: 991px) { #div3 { width: 50%; height: 300px; overflow-y: scroll; } } @media (min-width: 992px) { #div3 { width: 25%; height: 400px; overflow-y: scroll; } } Hello. This is the Sports Wreath Shop
Forum: Developing with WordPress
In reply to: Responsive Scroll Bar PreviewFaisal,
Thank you so very much for this. When I replace my existing code with this, I don’t get a scroll bar. Do I need to do something additional to this code?
Thank you so much,
Catherine
Forum: Plugins
In reply to: [WooCommerce] How to Upgrade Free Shipping by CarrierIs anyone able to help me? Thank you so much, Catherine
Forum: Plugins
In reply to: [WooCommerce] How to Upgrade Free Shipping by CarrierHello,
Is there anyone who might be able to help me with this or recommend a plugin that would do this?
Thank you for your help,
CatherineForum: Plugins
In reply to: [WooCommerce] How to Upgrade Free Shipping by CarrierHi MayKato,
I thought I had it figured out, but I don’t, so I just reopend. I am so sorry for the confusion. Would you have any advise on this topic?
Sincerely,
CatherineForum: Plugins
In reply to: [WooCommerce] How to Change URL of Woo Checkout Page?Berg,
Thank you so, so very much! That was exactly the problem – now solved.
Thank you so much,
CatherineForum: Fixing WordPress
In reply to: Category Banner ColorsThank you! ??
Forum: Fixing WordPress
In reply to: Category Banner ColorsGeorge,
Your code is 100% correct – it was me.
A huge thank you!!!!
CatherineForum: Fixing WordPress
In reply to: Category Banner ColorsGeorge,
Thank you so very much! I can’t get that exact code to work but thank you for pointing out the term option for the separate pages. I forgot about that and will keep trying some combination to get it to work.
Thank you for your help,
CatherineForum: Plugins
In reply to: [Customer Reviews for WooCommerce] Product Rich SnippetsNeo,
Thank you so very much – that helped!! I was able to generate the Product Review feed now. ??
Lastly, am I able to use just the reviews feed created by this plugin in Merchant Center as supplemental feed to a primary product feed I already have working? I wasn’t sure if your product review feed is meant to only work with your product feed only.
Thank you so much,
CatherineForum: Plugins
In reply to: [WooCommerce] Cannot update products since last update@ck-macleod, @designinvento, @geoffreycrm
cc: @shaunkuschel
I want to thank you all for helping me out! I FINALLY got it to work on my system. I ran into the @ck-macleod code snippet fix on GitHub and I’m back in business. Note: 4.9.2 still didn’t solve my problem but this did. Thank you!!!!
//TEMPORARY BUGFIX FOR WOOCOMMERCE “PHONING HOME” – REMOVE AFTER WOOC FIXES
add_filter(‘woocommerce_admin_features’, ‘pk_woocommerce_admin_features’);
function pk_woocommerce_admin_features($features) {
if(($key = array_search(‘remote-inbox-notifications’, $features)) !== false) {
unset($features[$key]);
}
return $features ;
}- This reply was modified 4 years, 1 month ago by sportswreathshop.
Forum: Plugins
In reply to: [WooCommerce] Cannot update products since last updateJust updated the plugin to 4.9.2 – still not working for me.
Still can’t update product nor deactivate any plugins – 524 error.
Thank you, Catherine
- This reply was modified 4 years, 1 month ago by sportswreathshop.
Forum: Plugins
In reply to: [WooCommerce] Cannot update products since last update@designinvento Sadly, don’t even know how to do that. Time to find a web article and learn, LOL. Thank you for all your help – I appreciate it.
Forum: Plugins
In reply to: [WooCommerce] Cannot update products since last updateHello! Unfortunately, I am not able to install your code. I don’t know how to edit php files or wp option tables.
I was trying a code snippet suggestion in the thread that does indeed work for some users, just not my set up.
Thank you, Catherine