Mimicmusic
Forum Replies Created
-
After checking, your plugin has a conflict on this another WOO Plugin: WooCommerce Product Add-Ons Ultimate
site is accessible, but my host disabled xmlrpc due to security purposes so therefore I cannot use it. Thank you. So there is no other way to established the plugin without the xmlrpc.php stuff?
Forum: Plugins
In reply to: [10WebSocial] Pictures are not shownFIXED: On my end, i have SG Optimizer Plugin or if you are hosted on Siteground this plugin is installed by default. Just disable/uncheck the COMBINE CSS FILES. On your case, it might have conflict with any of you Cacher and just disable any minifying CSS.
Forum: Plugins
In reply to: [10WebSocial] Pictures are not shownDoesn’t work. No images, just load more showing ?? It only shows when user logged-in but when viewing in frontend or other browser it has nothing. Clear Cache and try solution above no use.
Yeah, i figure it out. It’s a compatibility issue on Woocommerce Blocks, now reverting back to standard cart/checkout.
I just fixed this. Please read their FAQ section. I have custom ul class on my loop-start so i need to add the default product class but you don’t need to edit the code just add this slider_cls=products” as part of your shortcode. For the record it is part of their documentation & parameters, just read it.
This plugin is installed with bundled on Course Builder by Thimpress but it doesn’t work on login. ERROR: ERR_TOO_MANY_REDIRECTS. I am pretty sure that it is not a conflict issue with the THEME since it is bundled and other plugins are just basic.
I have latest version of UM Plugin and Core WP and PHP 7.2.As what i have said, i have used also the Category Slider that means i used both. The category slider works perfect but the product slider doesn’t. It just display GRID.
Forum: Plugins
In reply to: [Expire Users] Expired User + BuddyPressLet me try your code. I think this is what i am after for. I have set the general settings to expire in 6months. I will get it a shot. Thanks.
Forum: Themes and Templates
In reply to: [The Next] target = "_blank" on link doesn't workEverything on the site that has link target = “_blank” that opens a new tab/window has disable/not working. I don’t know why. I disable all plugins and used default theme (twentythirteen) and found out that it was really the theme who is the culprit. My website is abengarlan[dot]com. If you notice on “ABENTURES MENU” when you click on the images of INSTAGRAM it doesn’t redirect or open new tab to Instagram. On the social icons on the top bar i used a snippet code javascript (onclick function) to open new tab. But even when i set a simple link on the site for instance
<a href = "google.com" target = "_blank">SAMPLE</a>
it doesn’t open really a new tab. I conclude that the theme has really something on it that breaks the function of target = “_blank” and it is my first to encounter such error/issues on the site.Have you gone into this kind of issue before?
Forum: Plugins
In reply to: [CSV Importer Improved] Posts being imported as drafts in newest versionI also bump into this problem as i upgrade to its latest version, now i need to downgrade it again. So it does fix the problem.
Thanks for this info, i just wonder if you have something like a Woocommerce ad-on so it would be easily implemented. Anyway thanks.
By the way, i have tried the _product_image_gallery but it seems that it wasn’t attach on product, featured image is so far so good.Nevermind on this, thanks.
Forum: Plugins
In reply to: [IMPress Listings] Links & Pages on single listing pageYou can just hide it using your css:
.single #sidebar {
display: none;
}