Discussion on MinimogWP – The High Converting eCommerce WordPress Theme

Discussion on MinimogWP – The High Converting eCommerce WordPress Theme

Cart 4,930 sales
Recently Updated
Well Documented

ThemeMove supports this item

Supported

877 comments found.

Since i update your template with 3.0 i have big problem on my website.

First if i click on “elementor to do modifications on the page” the elementor panel at the left on the page loading loading infinite…

Second i used i png logo, but now they are grey background on my logo.

Can you help me? I cant do modification anymore with elementor..

Also if i add a product on my cart. If click on your panel right to see my cart. There is the product on my cart but no image..

Ok its just on Google chrome, internet exporer everything working

Hello

Please contact my support team at https://thememove.ticksy.com, my team will help you.

Regards

Hi, I realised that the sale badge shows a different discount than the actual one.

E.g. all the products on the shop have a 20% discount, but the sale badge on the product shows -59% off. I’ve checked it out in other websites with the same theme installed and all of them have the same issue.

Best regards!

Hello

Please contact my support team at https://thememove.ticksy.com, my team will help you.

Regards

WPC Smart Wishlist won’t update anymore. It keeps saying Update package not available. Why advertise this as part of the theme when it’s not included?

Hello

If you cannot update this plugin automatically, you can update it manually. We can also help you if you want.

Please contact my support team at https://thememove.ticksy.com, my team will help you.

Regards

My support ran out a while back so I can’t submit a ticket. So you’re saying that we need to contact you every time for an update when you include it as part of the theme? How do those of us without support update it?

Hello, Since your support has expired, please send an email to support@thememove.com. We will help you check and fix the problem immediately. Thank you.

Can we now disable the native lazy load function that you added in 3.0 version? I don’t see any option in Advanced settings, and we use lazy load from LS Cache plugin.

Hi friend,

Version 3.0 uses the browser’s native lazyload so it optimizes download speed. I recommend using this theme feature and turning off the plugin’s lazyload feature.

Best wishes!

hello How can I get a pop up when adding an item to cart centered, not just on the right side? This option is more universal

Thanks

Hi friend,

I am sorry to say we haven’t had such a feature yet. But thank you for your idea, we will note this as a feature request so the dev team can be aware of it.

Best wishes!

hello when should we expect an update like in shopify? shopify already has version 5.0, here still 2.

I wrote about this 7 months ago and still no update thank you

Hi friend,

Could you tell us more details on the features you want to have like that of the Shopify version?

We are having a new updated version for MinimogWP soon, by the way. Please stay tuned! :)

Thank you!

I love this theme and I suggest everyone to buy it but can you please try to improve the checkout page, it is very important for a shop and i think it should be improved to increase conversion rate

Hello

You can send us your comments at https://thememove.ticksy.com. We will try to make MinimogWP better.

Regards

How to change the heading tag for the page title (Page type)? Why is page title = h1, but page title = h2?

Hello

Please contact my support team at https://thememove.ticksy.com, my team will help you.

Regards

Hello, the WPC plugins mentioned in your last theme update 2.10.0 do not update… to the latest version…

Hello

If you cannot update plugins automatically, you can update plugins manually. Plugins are included in All files downloaded from Themeforest.

verything works fine except for WPForms. The styling of the forms is not being applied, and it seems there is an issue with SCSS. Unfortunately, I no longer have support as I purchased the theme a while ago, and I’m just starting to use it now. I’ve installed everything according to the documentation, and after importing the demo pages, everything looks good except for WPForms styling. Can someone help me?

Hello

You can solve this problem by changing the Include Form Styling setting to Base styling only in WPForms settings.

https://prnt.sc/oKBcd2R2HzH1

Hello, I have a problem. Wishlist icon in the top right near the shopping cart icon, where i can set the url? because right now it points to the homepage and not to the page i created with the wishlist shortcode. thanks

Hello

You can set Wishlist page at WPClever > Smart Wishlist > Page

https://prnt.sc/Kubm2TxELW9s

How do I edit the Shipping and Returns section in the single product page?

I read your article at https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/woocommerce/settings/shipping but there is no iformation How do I edit this exact section

I turned it on in settings but if you visit https://novy.goriffee.com/obchod/kava/espresso/nicaragua-walba-washed/ there is nothing for Free shipping info

Hello

Please contact my support team at https://thememove.ticksy.com, my team will help you.

Regards

I tried but Sorry, support for this Envato Market purchase code has expired. You will need to extend support or purchase a new license.

Hello,

Since your support has expired, please send an email to support@thememove.com and provide an admin account so i can help you check the issue.

Thank you.

Hello i want to use Elementor header but i also want your cart slider and search icon so how can i do this?

Hello

Unfortunately, this cannot be done. I recommend using the theme’s default Header.

Regards.

Support exported but we URGENTLY need to report a bug in your theme if you can tell your developers?

We are getting “Undefined array key error” for custom attributes on products.

LINE 350 in Minimog/framework/class-woo.php

You need to change

$variation_attribute_value = strtolower( $variation['attributes'][ 'attribute_' . $attribute_name ] );

to

// Check if the attribute key exists before accessing it if (isset($variation['attributes']['attribute_' . $attribute_name])) { $variation_attribute_value = strtolower($variation['attributes']['attribute_' . $attribute_name]); // Rest of your code using $variation_attribute_value } else { // Handle the case when the attribute key is not set $variation_attribute_value = ''; // or set a default value }

Hello, Since your support has expired, please send an email to support@thememove.com. We will help you check the problem. Thank you.

Hi, I want to speed up my website with the Litespeed cache and the free version of Cloudflare, can you tell me the best settings for that please?

Hello

Please contact my support team at https://thememove.ticksy.com or send an email to support@thememove.com, my team will help you.

Regards

Your theme is too slow. I also followed the optimization document you posted, but it didn’t work. I want a refund.

Hello

I see that you haven’t created any support tickets yet.

Please open a support request here https://thememove.ticksy.com/submit/, then we will check and find a solution for you.

Regards.

What host configuration is required to run this theme? Can shared virtual hosting be used?

Can i add some attribute values to WooCommerce variable product title from chosen variation ?

Hello

Unfortunately, MinimogWP doesn’t have a feature to do this yet.

Regards.

I have added this code to the function. The title is changing in the product page but is not visible in the cart and checkout. After putting this code in other websites, those websites are working.

// Defining product Attributes term names to be displayed on variable product title add_filter( ‘woocommerce_available_variation’, ‘filter_available_variation_attributes’, 10, 3 ); function filter_available_variation_attributes( $data, $product, $variation ){ // Here define the product attribute(s) slug(s) which values will be added to the product title // Or replace the array with ‘all’ string to display all attribute values $attribute_names = array(‘Custom’, ‘Size’); }

foreach( $data['attributes'] as $attribute => $value ) {
    $attribute      = str_replace('attribute_', '', $attribute);
    $attribute_name = wc_attribute_label($attribute, $variation);
}
return $data;
if ( ( is_array($attribute_names) && in_array($attribute_name, $attribute_names) ) || $attribute_names === 'all' ) {
    $value = taxonomy_exists($attribute) ? get_term_by( 'slug', $value, $attribute )->name : $value;
}
$data'for_title' = $value;

// Display to variable product title, defined product Attributes term names add_action( ‘woocommerce_after_variations_form’, ‘add_variation_attribute_on_product_title’ ); function add_variation_attribute_on_product_title(){ // Here define the separator string $separator = ’ – ’; ?> <script type=”text/javascript”> (function($){ var name = ’<?php global $product; echo $product->get_name(); ?>’; }

$('form.cart').on('show_variation', function(event, data) {
        var text = '';
})(jQuery);
</script>
<?php
$.each( data.for_title, function( key, value ) {
        text += '<?php echo $separator; ?>' + value;
    });
$('.product_title').text( name + text );
}).on('hide_variation', function(event, data) {
    $('.product_title').text( name );
});

How can I downgrade to an older version of the Theme, e.g. downgrade to 2.9.8? Do you have download page with all older versions listed?

Hello

Please contact my support team at https://thememove.ticksy.com or send an email to support@thememove.com, my team will help you.

Regards

Problems with Product Gallery images not being scrollable / swipeable when Elementor Flex Container is activated. Is MinimogWP compatible with Elementor Flexbox Container?

Is MinimogWP compatible with Elementor Flexbox Container? It does not seem to be…?

Hello

Minimog is compatible with Flexbox Container. If you have problems, please create a ticket at https://thememove.ticksy.com, my team will help you.

Regards.

Hello, does anyone else experience that the logo has a delay when loading a page, and it appears that the page is slow, could it be a defect of the theme or is it because of my configuration?

Hello

This is the Image Lazy Load feature of the theme. You can turn off this feature in the Theme Options> Advanced> Advanced

https://prnt.sc/LQmj3j4myDyj

Best regard.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey