IktanStudio
Forum Replies Created
-
Hello! I just checked and guest checkout is enabled. I’m not being asked to login, I checked on an incognito window as well.
This is the correct URL: https://health-allies.bzmarketingsolutions.com/dona
Hi! I noticed you replied to newer questions but not mine 🙁 we really need help please!
Forum: Plugins
In reply to: [WP Review Slider] Deprecated notices with PHP 8.2I’m having the same issue 🙁 no update yet?
Forum: Themes and Templates
In reply to: [OceanWP] Shortcode on header not working after updateThank you!!!
Forum: Themes and Templates
In reply to: [OceanWP] Shortcode on header not working after updateThank you!!! It fixed the issue, should I update my other websites with these files or just wait for the next release? thanks 🙂
Forum: Themes and Templates
In reply to: [OceanWP] Shortcode on header not working after updatePS – How do I switch back to the previous version? Can I just upload the previous version of the theme?
Forum: Themes and Templates
In reply to: [OceanWP] Shortcode on header not working after updateHello! is there a solution for this yet? Unfortunately I don’t use elementor and the shortcode is inside the custom header and footer so I can’t put it in the content 🙁 Will the issue be fixed? I’ve been using your theme for a long time and have it on all my websites and they all have a custom header and footer. Thanks!
Forum: Themes and Templates
In reply to: [OceanWP] Shortcode on header not working after updateHi, sorry I forgot they have a firewall. I think I saw the same issue on a different thread, my problem is shortcodes not working on my custom header. I don’t use a builder it’s just the shortcode for ubermenu.
Thanks! 🙂
Forum: Themes and Templates
In reply to: [OceanWP] Ocean Extra Plugin problemPS I uploaded an older version and had the same problem! I will create the copy because the issue can’t be the plugin. I’ll keep you posted, thanks!
Forum: Themes and Templates
In reply to: [OceanWP] Ocean Extra Plugin problemHi! I don’t use Elementor 🙁 I deleted the plugin from the FTP and uploaded it manually, then activated it and got the same error but I didn’t receive an email:
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Learn more about troubleshooting WordPress.
The website is working properly though, once I deleted the plugin, I thought the header would break since I’m using a custom one but it didn’t 🙂
Should I just create a new wordpress install and transfer my theme and content there? lol all my other sites seem fine
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Change messageHi! It shows up on all the rules in my 2 websites under the add to cart button, image in the link below
https://www.dropbox.com/s/vfmgn8sieiqor9t/Screen%20Shot%202020-12-10%20at%2012.05.05%20PM.png?dl=0
Never mind! I found it lol, reorder from Youtube 🙂
Forum: Plugins
In reply to: [Shipping Zones by Drawing for WooCommerce] All shipping options availableThanks! I checked on the check out page and had the same result, would I get support setting it up correctly with the premium version?
Forum: Plugins
In reply to: [Products Compare for WooCommerce] Styling helpThank you! The first piece of code goes on functions.php?
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Apply class to second columnThis is what I used in case someone needs it:
This code to make 3th column different color:
tr td:nth-child(3){color: #BD1A11!important;}This one to make the rows backgrounds alternate color:
tr:nth-child(even) {background: rgba(234,234,234, 0.8);}
tr:nth-child(odd) {background: rgba(255,255,255, 0.8);}