xootix
Forum Replies Created
-
Forum: Plugins
In reply to: [Login/Signup Popup ( Inline Form + Woocommerce )] Как вставить картинки?Insert images in a link? You can use this HTML
<a href="#login"><img src="https://gratisography.com/wp-content/uploads/2024/01/gratisography-cyber-kitty-800x525.jpg"></a>
Forum: Plugins
In reply to: [Waitlist Woocommerce ( Back in stock notifier )] Broke my siteHello,
Please do not worry, if the plugin is breaking your site, simply deactivate the plugin.
If the error is still showing up that means the plugin is still active.
If you’re unable to access your admin panel, login to your cpanel file manager, go to your WordPress installation -> wp-admin -> plugins and rename the folder waitlist-woocommerce to waitlist-woocommerce-temp
If you want me to check the error, please leave a message here
Is it from the plugin? You can check your menu page and see if you have added “Hello, username” from there.
You can use class name option, add class “xoo-el-login-tgr” or use links #login
Check info tab under plugin settings page
Hello @rowiro
Login signup popup settings -> style -> popup -> set popup height to “Auto adjust”Forum: Developing with WordPress
In reply to: Plugin SVN tag does not existWorks fine now. Got fixed on its own.
Forum: Plugins
In reply to: [Login/Signup Popup ( Inline Form + Woocommerce )] Not able to updateHello,
This was happening on our end as well.
It is updating fine now.
Maybe a glitch or something.Please try this CSS
.xoo-el-inmodal, .xoo-el-wrap, .xoo-el-srcont {
border-radius: 20px!important;
}Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Fatal ErrorHello @iamhere
Please make sure that your side cart is updated to the latest version.
This error occurs when you try to access side cart out of “woocommerce” scope and availability, means, the woocommerce is not available.
Are you using the [xoo_wsc_cart] shortcode anywhere or some type of custom development with the plugin?
It traces back to
“#22 /home/example/public_html/index.php(17): require(‘/home/example/…’)”,- This reply was modified 2 months ago by xootix.
Sure. Please send here
Hello @pediaf
Please use this snippet and replace the category slug with yoursadd_filter( 'xoo_wsc_is_sidecart_page', function($ispage){
if( is_category( array( 'cat-slug', 'another-cat-slug', 'uncategorized' ) ) ){
$ispage = false;
}
return $ispage;
} );Hello @wpshushu
Many of our users use WPML, however, nobody has ever reported this issue before. If its reproducible, please share your website link, I will have a look.Please go to side cart settings and disable “Ajax add to cart”