Hello,
You are welcome!
Regards
Hello,
You are welcome!
Regards
Hello,
You need to play with Slider Grid settings and slider layer settings for mobile devices https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Revolution slider documentation and their video tutorials http://prntscr.com/d22jo8 will help you to understand how to get the best mobile view for your slider.
Regards
Hello,
Go to Theme Options > Styling > Custom CSS and add that styles. Save.
Regards
Hello,
If you want to disable search you can do this in Theme Options > General > Header Settings.
Regards
Hello,
Do you want something like this http://prntscr.com/d22atl ?
Then add the following code
.content-product .available-on-backorder {
background-color: rgba(255, 255, 255, 0.9);
-webkit-border-radius: 0;
border-radius: 0;
padding: 7px;
width: 90%;
height: auto;
margin-bottom: 0;
left: 0;
right: 0;
top: inherit;
bottom: 1.07rem;
margin: auto;
}
If you need something else you may play with styles to get necessary effect.
Regards
You are welcome!
Regards
Hello,
Theme update will be available within next few days.
Regards
Hello,
I have checked the link and see that you probably trashed My Account page http://prntscr.com/d203eo
You need either restore the page that was deleted or create the new one using special shortcode and then go to WooCommerce > Settings > Accounts and tell WooCommerce what page to use as My Account https://docs.woocommerce.com/document/woocommerce-pages/
If you want to change the menu that you see when user is logged in go to Appearance > Menus > create menu and choose My Account in Theme Location.
Regards
Hello,
I sent you the video. As you can see I have enabled default theme and see the same issue. If you check you’ll see that mini cart on shop page also has the problem with default theme! Plugin authors should take a look.
Regards
You are welcome!
Regards
Here is video that shows that Ajax add to cart does not work correctly even with official WooCommerce theme https://www.dropbox.com/s/fafeey5mcs3kg85/price-issue.mp4?dl=0
It means that you’ll have the same problem with any theme that you will use.
Regards
Hello,
Thank you for your video. It helped to understand problem with mini cart. Go to Theme Options > E-Commerce > Single Product Page > Ajax Add to cart > choose disable. Seems Ajax add to cart does not work with this plugin.
But unfortunately, we don’t have the solution for the grid. We have enabled official Storefront theme and see the same issue. Looks like this is something that WooCommerce team should fix from their side.
Regards
Hello,
You are welcome!
Regards
Hello,
We’ll add this feature in 3.0 update.
Regards
Hello,
This padding was added for the full-width header type if you change the width of your header to maximum http://prntscr.com/d1oxqw to avoid problem with left padding http://prntscr.com/d1oys1
If you don’t use maximum you can add custom style (Theme Options > Styling > Custom CSS) to remove that padding
.et-header-full-width .header-logo {
padding-left: 0;
}
Regards
Hello,
Go to Theme Options > General > Header Settings > Top bar background color http://prntscr.com/d1ovz3
Regards
Hello,
Ok, we’ll try to add compatibility with most popular plugins.
If you want to align “Pay with Amazon” button add this code in custom CSS
.cart_totals #pay_with_amazon{
margin-left: 0;
margin-top: 25px;
float: none;
text-align: center;
}
.cart_totals #pay_with_amazon img{
display: inline-block;
}
.woocommerce-info #pay_with_amazon{
position: relative;
top: 8px;
}
Regards
Hello,
I have added the following code in custom CSS
.footer-product{
opacity:1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
Use translations to change text http://prntscr.com/d1oq5q
It will help you also to change “Cart” to “Basket”.
Regards
Hello,
You can disable all the custom post types of our theme by deactivation of XStore Core plugin. If you want to remove testimonials only then comment out line of code http://prntscr.com/d1obz2 in wp-content/plugins/et-core-plugin/et-core-plugin.php
After 3.0 update we’ll also add options for our plugin to choose what custom types you want to use.
Regards
You are welcome! Have a good day too.
Regards
Hello,
Unfortunately, you can’t use static block shortcode in About author widget. But you may edit static block and display all the information Autor bio + other content you need.
Regards
You are welcome!
Regards
Hello,
You are welcome!
5 stars rating for our theme on FT https://themeforest.net/downloads would be much appreciated.
Regards
Hello,
You are using images with transparent bg, that’s why you see the loader icon. Try this code to fix loader for images
.header-search .ajax-results .product-list-image {
background-color: #fafafa;
}
Problem with ajax search we’ll fix in 2.6 update that will be available within next few days. I have sent you files to fix it before update release.
Regards
Hello,
I saw that you added custom color for tabs bg that’s why I have also added some padding, if you would not mind.
Also, I have added custom color for the “Add to cart” button and some other buttons with black bg. If you don’t like you’ll be able to change it in custom CSS.
Regards
You are welcome!
Regards
Hello,
Remove that styles if you don’t want to have Capitalized. In case you need custom styles for some layers use Advanced CSS option http://prntscr.com/d1b76y
Regards
Hello,
You need to contact with Revolution Slider support to fix the problem. I have enabled default theme and see the same issue, it means that problem is not related to our theme. Besides I found that issue caused by 1 or few layers because once I have removed few layers and saved test slider problem disappeared.
Regards
Hello,
Fixed. Check, please.
Regards