klipklopp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Collapsible List In WidgetOne more – I thought the details code would have the list be indented a space or two when revealed. Why is that not happening? Do I need additional code for that as well?
Thanks,
Ted
Forum: Fixing WordPress
In reply to: Collapsible List In WidgetI implemented the CSS as you suggested and it is working for one of the collapsible menus – but there is still a blank line above the first one… I am looking in the Developer Tools – but can’t figure out why… Thoughts?
Thanks,
Ted
Forum: Fixing WordPress
In reply to: Collapsible List In WidgetAll great tips – thanks Steve!
Forum: Fixing WordPress
In reply to: Collapsible List In WidgetIt was hidden – but I have moved it so it should be seen on any page aside from the homepage. Here is a link to one of them.
https://atag.westminstertech.com/index.php/quote-request/
Thanks.
Ted
- This reply was modified 5 years, 2 months ago by klipklopp.
Forum: Plugins
In reply to: [Widget Context] Target by URLAlso, these are pages – not posts or products. Will the plugin still work?
I tried;
module-1/*
/module-1/*Neither worked… I’m sure I am missing some simple thing here… ??
Forum: Plugins
In reply to: [Widget Context] Target by URLThanks for the reply!
So, I understand correctly, if I want atag.westminstertech.com/index.php/module-1 and its child pages to be the only ones to see a widget, I would enter:
module-1/*
Correct?
Any other settings in wordpress I need to check?
Thanks so much!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product display adjustmentIs there a plugin that could help me accomplish this?
Any help or advice from the development team would be great. I can’t do anything with this plugin at the moment.
Ted
Forum: Themes and Templates
In reply to: [Storefront] Storefront Header TweaksHi,
Thanks for the help! Both of these worked! I tweaked the percentage of the width to get my menu on to one line and I am all set!
Thank you so much!
Ted
Hmmm… It is in my Child Theme style.css file – but isn’t having any affect. I also have the BYOB Child Theme Editor which I added it to. Still nothing.
I am running WP 4.6.1.
Any suggestions?
Thanks!
Ted
Hi – thanks for the code.
I don’t see an option for Additional CSS in the Appearance > Customize menu.
I tried adding it straight into my style.css file – but nothing changed.
Apologies. It is there now.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Free Shipping QuestionsHi,
I added this code to my Child Theme Functions.php file, but nothing changed in the Cart. The only code modifications I have made are CSS codes to have the columns lineup properly. Here is that code:
.cart_totals tr.shipping td, #order_review tr.shipping td { visibility: hidden; } .cart_totals tr.shipping td span.amount, #order_review tr.shipping td span.amount { visibility: visible; } .cart_totals td {text-align:right} .woocommerce-tabs .panel h2 {display:none !important} .page-id-3056 #order_review tr.shipping td span.amount { color: #000; position: absolute; left: 12px; } .page-id-3056 #order_review tr.shipping td { visibility:visible!important; color: #fff; position: relative; } .page-id-3055 .cart_totals tr.shipping td { visibility: visible; color:#fff } .page-id-3055 .cart_totals tr.shipping td span.amount { visibility: visible; color:#000 }
Would this code affect what I am trying to do here? Any idea why the code you sent didn’t work for me?
Thanks!
Ted
Forum: Plugins
In reply to: [WooCommerce] Deleted Product Categories Still Displaying in ShopHey – the update from Woo (2.6.5) which came out after my original post fixed this problem!
Thanks!
Ted
Forum: Plugins
In reply to: [WooCommerce] Excluding Processing Fee from TaxBeautiful – got it!
Thanks Mike!!!