You are welcome.
Regards
You are welcome.
Regards
Hello,
Could you, please, provide me with link to your product?
Regards
Hello,
2) Bg color of that filter was dark and you skipped it probably. I have changed the bg color to pink to highlight it.
3) Can do nothing with it. Some products have the star rating, variations, title in 2 lines, other not. So, I can’t align add to cart button.
Regards
Hello,
You are welcome.
Regards
Hello,
We can provide you just main tips only https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/ because personal site optimization is outside the scope of our support.
Regards
Hello,
Done.
Regards
You are welcome.
Regards
Hello,
Maybe you just removed it by mistake ))
Look, if you want to show the categories using custom order that you set in Products > Categories you need to choose the Custom order in the Product categories widget settings http://prntscr.com/sbkutr then it will display categories in order you set it here https://prnt.sc/sbg08x
Regards
You are welcome.
Regards
Hello,
Check now.
Regards
You are welcome.
Regards
Hello,
1) When you asked about toggle for the footer columns for mobile devices http://prntscr.com/sbkon8 I have re-created footer using widget areas http://prntscr.com/sbkmu5 because content placed in static Block does not support toggle option for the footer columns. So, your editing of the Footer Static Block have no effect because at this moment it’s not created using static block.
2) If footer is created using Static Block you can add the additional space using style tag for the widget content http://prntscr.com/sbkq2i
Regards
Hello,
It’s known issue and fix will be included in the next theme update. If you want to fix it before the update, please, provide us with WP Dashboard and FTP access to your site.
Regards
Hello,
Check the multiple templates of the single product builder https://gyazo.com/9844ad6d745ab26580c3a63a7d4c5ab5 and edit the section settings
Regards
You are welcome.
Regards
Hello,
Add the following code to child theme style.css
@media only screen and (min-width: 992px) {
.item-design-mega-menu .nav-sublist-dropdown {
left: 0 !important;
margin: 0 !important;
right: 0 !important;
width: 100% !important;
max-width: 100% !important;
transform: none !important;
}
.item-design-mega-menu, .header-top, .header-main, .header-bottom, .header-wrapper .et_column.pos-static ~ .et_column:last-child {
position: static;
}
}
Regards
Hello,
I’m glad that my answer was helpful.
Go to Appearance > Widgets > edit the Product categories widget and change the sorting order http://prntscr.com/sbkeur You can also disable the empty categories but there is no option to choose what categories to show or exclude, unfortunately.
Regards
Hello,
1) There is a margin-right that causes the issue. I need a few more hours to discuss this with my team tomorrow to find out why the margin is there.
2) Don’t see mentioned bug http://prntscr.com/sbkdli
Regards
Hello,
I’m confused. Could you, please, provide screenshot and highlight there what buttons should be there and what you prefer to remove?
Regards
Hello,
2) Unfortunately, there is no such option for the Product categories widget by default.
Regards
Hello,
Our theme does not have any special settings for this.
Regards
Hello,
You are welcome.
Regards
Hello,
Yes, ask to increase the Max input vars limit to 15000 if it doesn’t require any additional fee from your side.
Regards
Hello,
Maybe somebody who answered you is not very familiar with WP installations. Hope you’ll get a solution from them.
Regards
Hello,
Could you, please, provide us with link to page where you use the Quform to check if it’s possible to move the button and mentioned notices?
Regards
Hello,
Go to Theme Options > Mobile panel > enable mobile panel and add the items.
Regards
Hello,
Make sure that you created MailChimp key correctly https://mailchimp.com/help/about-api-keys/ If you still have a problem after that then submit topic on the MailChimp support forum https://wordpress.org/support/plugin/mailchimp-for-wp/
Regards
Hello,
It requires additional customization in the child theme to add compatibility with the product builder. Provide us with FTP access to help you.
Regards
Hello,
1) So, did the previous code help you? Could you, please remove your rating? Because as you can see server error was not related to our theme.
And if you have had provided us with all the necessary information at the start we would help you in no time.
2) Notice that you provided is related to WooZone plugin https://codecanyon.net/item/woocommerce-amazon-affiliates-wordpress-plugin/3057503 as you can see. It looks that plugin use functions that are deprecated for your PHP version. Do you plan to sell products from the Amazon? Disable this plugin if you don’t.
We are not plugin developers, https://codecanyon.net/user/aa-team team has created the plugin, so we can’t fix the mentioned notice, we can just inform the plugin developers that they have such issue. I posted the question here https://codecanyon.net/item/woocommerce-amazon-affiliates-wordpress-plugin/3057503/comments?page=341&filter=all#comment_24232450
Regards
Hello,
It’s because Revolution slider element has the default margin-bottom and it was not changed http://prntscr.com/sbjhi9
Add the following code to Theme Options > custom CSS to remove it
.wpb_revslider_element {
margin-bottom: 0;
}
Regards