CSS / logged out user

By gvvarona, 1 month ago. Last reply by Andrew Misplon, 1 month ago
Hi I need to edit something stupid but I could not do it since the thing I need to edit only is shown when the user is logged out. It’s just a button that says “Buscar Empleo /” – This button only appears when you are out of the site (including the administrator). I need…

Black background when in Live Editor

By amityweb, 4 months ago. Last reply by Andrew Misplon, 4 months ago
As per this thread https://siteorigin.com/thread/live-editor-showing-a-black-background/ When editing in Live Editor the page is black. I dont see what its got to do with my theme or plugins, the CSS is defined in the Site Origin admin css at wp-content/plugins/siteorigin-panels/css/admin.min.css?ver=2.18.4 How do we get this to be white, my website does not have a background colour…

SiteOrigin CSS – error notify

By Ernesto Serpagli, 6 months ago. Last reply by Andrew Misplon, 5 months ago
Hello guys, I have been using this plugin since I developed my site and am very happy with it. Today I recognized something very strange when I try to start it: Normally, as I start SiteOrigin CSS, I push the “eye”- button above on the right site and my homepage apperars immediately for navigating/editing. If…

Custom CSS not working on iKnow Theme

By Glen Gummess, 7 months ago. Last reply by Andrew Misplon, 7 months ago
For some reason, Custom CSS is previewing the changes I’m making to the main background color of my Word Press site which uses the iKnow theme, but the changes are not taking effect when I view the page in the browser. Instead, iKnow’s native customization take precedence. The selections are limited. I’ve tried various remedies,…

SiteOrigin Visual Editor not working

By Evelyn, 7 months ago. Last reply by Andrew Misplon, 7 months ago
All content in the Visual editor site is WHITE and must be highlighted to be seen. In addition, all the editor tools are missing and I am currently hand coding content. Website uutarpon.org – and I have gone through several stages of troubleshooting. I have disabled a plethora of plugins with no hope in sight.…

Change button color after click

By yourbizgo, 8 months ago. Last reply by Andrew Misplon, 8 months ago
Hello all, I’m wondering why the following isn’t working to change button color after click: .button.product_type_bundle.add_to_cart_button { color: #000000; background-color: #ffc439; } .button.product_type_bundle.add_to_cart_button:active { color: #000000; background-color: grey; }

conflict with the wordpress block editor

By Maria Bucardi, 1 year ago. Last reply by Andrew Misplon, 8 months ago
Hi, there is a bug in the plugin and a conflict with the wordpress block editor. please help and repair. The block editor will not work when a plugin is active. wordpreee block editor stopped working after plugin update. please see this chat hi, my block editor doesn’t work, what could be the reason? Hi…

How to remove pagination from Hero Slider and not Layout Slider

By lgtrader, 9 months ago. Last reply by Andrew Misplon, 8 months ago
Hi, I’m trying to remove the pagination (arrows and the dots) on just the Hero slider. In “Slider Controls” I set the “Navigation size” to “0” but the dots still show on on hover. I also tried the following css solution I found on your site: .sow-slider-pagination { display: none !important;} .sow-slide-nav {display: none !important;}…