bradleo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How can you delete all Archived products in phpmyadmin?@k83uhse6v lol duh.. thanks for being my rubber duck! Thats a better idea.
Forum: Plugins
In reply to: [Contact Form 7] How to change a redirect in Contact Forms 7gosh! @yordansoares you were correct.. after i updated the wp bakery and was able to actually see it. I saw the raw js field! Thanks!
Forum: Plugins
In reply to: [Custom Post Type UI] Post types and Children@tw2113 i see, didn’t think of taxonomy that makes sense. I’m creating a page that will have section for movie reviews (written by owner of website) which have shortcodes to populate the section based on whatever the website owner updates their movie posts so taxonomy makes the most sense. Thank you, this is exactly why I wanted to consult you all.
Thanks,
BForum: Developing with WordPress
In reply to: Custom Post Types and Children@numeeja thank you!
Forum: Developing with WordPress
In reply to: Custom Post Types and Children@numeeja oh thank you I’ll look up custom taxonomy. That makes sense.
Forum: Plugins
In reply to: [WooCommerce] Digital Download Advice@rynald0s thanks this is the route i’m thinking however for the variety of license options I was going to use this https://woocommerce.com/products/woocommerce-api-manager/ instead of the software-add-on or do i need both.
Forum: Themes and Templates
In reply to: [OceanWP] Can’t edit size selector@abhikr781 Hi
Here is a screen shot of whats shows up for the live site
https://snipboard.io/greziL.jpgthis is whats on elementor
https://snipboard.io/lJoU5z.jpg
I did add this code ` .value .theme-select {
display: none !important;
}
.reset_variations {
display: none !important;
}
.woocommerce .elementor-element form.cart table.variations td.value select {
opacity: 1 !important;
width: 100% !important;
}
`but it gave me this issue
https://snipboard.io/xYAQbB.jpg
Is this an issue with elementor and oceanwp? Am I stuck using the default oceanwp selector?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Size Selector Issues@tanvirul Thanks for your help I disabled it but I’m now convinced this is an Ocean WP issue and will follow up with them.
Thank You!
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Size Selector IssuesHi @tanvirul, yes sorry client wanted me to lock down the site.
Here is a screen shot of whats shows up for the live site
https://snipboard.io/greziL.jpgthis is whats on elementor
https://snipboard.io/lJoU5z.jpg
Is this variant size selector that is on the live site coming from this plugin?
Forum: Plugins
In reply to: [WooCommerce] Remove Size Selector and Clear option@lorro unfortunately this client wont allow me to make a child theme to alter code in such a way. Good suggestion though!
Forum: Themes and Templates
In reply to: [OceanWP] Can’t edit size selectorside note when I display: none this elemnt it goes away …
<span class="theme-select theme-selectHover" style="display: none;"><span class="theme-selectInner" style="display: inline-block;">M</span></span>If this is pulling from ocean wp how do I disable it the correct way?
- This reply was modified 5 years, 7 months ago by bradleo.
Forum: Themes and Templates
In reply to: [OceanWP] Can’t edit size selector@abhikr781 Hi again! Ok so i had that at 0 because when you do 1 the other selector still shows up. I don’t really know how to get rid of the ‘gray’ selector. I’ve left it up on the site. Will keep trying to get a hold of the woovariant plugin support.
Forum: Themes and Templates
In reply to: [OceanWP] Full width Mega menu with ElementorHi @abhikr781 yeah i’ve done that but it still doesnt expand to the full width.
Forum: Themes and Templates
In reply to: [OceanWP] Full width Mega menu with ElementorHi @abhikr781 for some reason the submenu isnt expanding to full width when I hover on it.
screanshot hereand I’ve followed this tutorial
Forum: Plugins
In reply to: [Code Snippets] Uncaught Error: Call to a member function get_description()@bungeshea lol makes sense , perfect thank you!