bradleo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Uncaught Error: Call to a member function get_description()@eastofwest thank you!
Forum: Themes and Templates
In reply to: [OceanWP] Saved Theme panel no longer updating in Elementor@abhikr781 sorry so delayed.. that worked thanks!!
Forum: Themes and Templates
In reply to: [OceanWP] Saved Theme panel no longer updating in Elementor@abhikr781 Hi there! My memory limit is at 718m and i get an error of an ” acf is not defined ” however i go rid of the acf plugin.
@abidhasan112 you sir are amazing! I was going through all the get functions on woocomerce to pull something that would be entered for our fitting option and nothing was matching up. This ACF was briliant and worked like a charm! Now they can enter the fitting field and wham it is there! Thank you soooo much!
Just to gice an example on our accodian we have Details, Fitting, Shipping, Returns.
I used the dynamic input of short description but would prefer the full description for Details. I was hoping size chart would be an option for fitting and shipping and returns i’ll just use global paragraph statements.Is this even possible?
Forum: Themes and Templates
In reply to: [OceanWP] Unable to select variants and add to cart@abhikr781 Hi thanks for checking. The variants show up when you click add to cart on any tshirt. However thats also an issue. I don’ want the pop up yet I can’t find a setting anywhere to disable that pop up. I’ve used ocean wp and woocomerce many times before and I’ve never had this pop up add to cart come up.
Forum: Themes and Templates
In reply to: [OceanWP] Disable Add to cart Variant Pop upHi @mrrajsoni , I appreciate the answer. I am using woovariation swatches and it rules. However I want to disable the pop up once you click add to cart. I have no idea where thats coming from .. I assume its part of the ocean wp theme. I just can’t find it.
The docs say to go to woocommerce>single product> and unclick using ajax option but thats not not getting rid of the pop up..
For future reference The trick was in the css I did this
li .title { position: absolute; z-index: 5; top: 0; right: 30px; left: 30px; background-color: rgba(255,0,0, 0.3); opacity: 0; } li:hover .title { opacity: 1; } li .price { position: absolute; z-index: 5; bottom: 0; right: 30px; left: 30px; background-color: rgba(255,0,0, 0.3); opacity: 0; } li:hover .price { opacity: 1; }Forum: Themes and Templates
In reply to: [OceanWP] Are split headers with woocomerce possible?yes! thank you all I figured it out!!
Forum: Themes and Templates
In reply to: [OceanWP] Are split headers with woocomerce possible?Is there a more indepth documentation from whats on wpoceans short codes page? I want to use the search short code but I don’t want the such field just the icon.
Forum: Themes and Templates
In reply to: [OceanWP] Are split headers with woocomerce possible?Thanks for replying. I added a shortcode and did some absolute postioing to get it working. It’s looking great on desktop…. mobile I got to figure out.
Thanks though!Forum: Fixing WordPress
In reply to: “The Link you followed expired” messageFixed the issue. The staging site was working flawless. Took that site, synced it with the live site, overwriting everything from the live site and bingo it works.