Hello,
Go to Appearance > Widgets > change the titles for the widgets in the Shop page widget area.
Regards
Hello,
Go to Appearance > Widgets > change the titles for the widgets in the Shop page widget area.
Regards
Hello,
Please, add the language switcher first at the place where you want to display it, add the custom CSS and then reply back and I’ll check why my custom does not work.
Regards
Hello,
I have fixed the translation of the “RETURN TO PREVIOUS PAGE”.
Add the QR code widget into the necessary widget area with necessary content, please, because I don’t see this widget now.
Regards
Hello,
I don’t see the issues with shop pages. Have you sorted out?
Regards
Hello,
Sorry but IE8, 9 are too old browsers and does not support many CSS rules that were used in our theme.
Regards
Hello,
1) “Shipping” on the cart page – add the correct translation for the WC plugin http://prntscr.com/f853o7
2) My Account – don’t see problem with translation. Send me screenshot, please.
3) Hello Test Test – add the correct translation for the WC plugin http://prntscr.com/f854k2
4) Change password options http://prntscr.com/f8551y What exactly is wrong?
Regards
Hello,
We have fixed the SKU search.
Also, we found that Ajax Search is not compatible with WooCommerce Wallet. Your plugin WooCommerce Wallet has problems with get_price_html() function, this function gives the error that causes problems with Ajax Search. So, contact the plugin author to fix the problem with get_price_html() function. Meanwhile, either disable plugin or disable Ajax Search.
Unfortunately, we don’t have snippets for the tags and attributes search. Then look for additional search plugin with advanced options.
Check the top bar now. Is it ok for you?
Regards
Hello,
Please, provide me temporary WP admin panel access, I need to check theme setting and some custom that you have.
Regards
Hello,
Seems problem with SKU is related to the new WC update. We need some time to fix it. I would suggest you to disable search by SKU and wait for the next theme update.
I have added custom CSS styles to show the top bar on the tablets but there is no place to show top bar on mobile in 1 line, only in 2 lines http://prntscr.com/f71zut if this ok for you I’ll add the new custom.
Regards
Hello,
Read this post, please https://www.8theme.com/topic/precentage-sale-bubble/
Variable products have just simple label.
Regards
Hello,
Tell me what words are not translated and I’ll check what could be the reason of this issue. Also, provide me FTP access to check the translation files.
Regards
Hello,
I would suggest you to set 1 banner per row for the responsive layout in Custom Carousel settings http://prntscr.com/f718y7
Or you may add the following custom in the Theme Options > Styling > Custom CSS if you don’t want to show 1 banner per row and want just to decrease the font size
@media only screen and (max-width: 480px){
.banner.banner-type-2.responsive-fonts .banner-content .banner-title {
font-size: 3.5vw;}
}
Regards
Hello,
Ok, sure, no problem.
Regards
Hello,
Ok, sure, no problem.
Regards
Hello,
I checked your shop page and don’t see the problem with featured images. Have you sorted out?
Regards
Hello,
Try to add the following code in custom CSS
@media only screen and (min-width: 992px) {
.products-list .content-product .product-image-wrapper {
display: block;
float:left !important;
}
.products-list .content-product .product-details
overflow: hidden;
}
}
Regards
Hello,
Sorry for the delay in answering. Very likely you scroll the single product page that’s why when you press return to the previous page you appears in the place where you were on the single product page. We are able to reset position to the top of the home page but I’m not sure about the direct position on the home page. Provide me temporary admin panel and FTP access and we’ll try to help you.
Regards
Hello,
Do you want to edit products? Then go to Products > edit products. We used Subscription plugin on our demo to create the product with subscriptions. You can find this plugin in the list of recommended (Appearance > Install plugins)
If you want to edit the design of the products in this section then use Product View option.
Regards
Hello,
Keep the Object cache option disabled in cache plugin settings.
Regards
Hello,
I have changed the number of products in search form http://prntscr.com/f6xdcb
(xstore/framework/theme-functions.php, etheme_ajax_search_action function, line 1004, ‘posts_per_page’ => 9 ) but you will need to change it again after theme update. I did not copy this function into child theme because if we make any changes or improvements you won’t get them, so it will be easy to change the number of posts for you.
Provide me correct admin panel access to check the SKU problem and fix it, because existing credentials are incorrect.
Regards
Hello,
Oh, thank you, seems we missed one function. Be sure, we’ll fix it!
Regards
Hello,
To disable the back to top button go to Theme Options > General > Footer.
Do you want to change the position of the brand description on the archive page or on the single product page?
Regards
You are welcome!
Regards
Hello,
Please, provide me temporary access to your admin panel.
Regards
Hello,
Go to Pages > edit Front page and use Visual Composer backend editor to change the settings of the elements, add elements or remove them.
Regards
Hello,
Add the following code in Theme Options > Styling > Custom CSS
.et-tabs-wrapper .tabs .accordion-title {
color: white;
}
Regards
Hello,
You don’t need to update all the files of the child theme. You need to update parent theme and then if you have any out of date files in child theme you can update them by adding necessary code from the parent theme files. If your child theme does not include any additional files then just skip this.
How to update parent theme you can watch here https://www.youtube.com/watch?v=nMgqUBcOhXA
If you need our help with this just provide me admin panel and FTP access to your site.
Regards
Hello,
We’d love to help you optimize your site but that is outside the scope of our support. I can give you just the main tips but every site is individual.
General site speed depends on many factors. Below you’ll find main of them
1) Plugins. When you have multiple plugins installed and activated on your site, it can slow it down. So, please, keep enabled only those plugins that you really need for the correct functioning of your site and disable all the plugin that you don’t use. The more plugins you use, the slower it will be.
2) Caching. The most important part of optimizing your site is caching. Combine cached page with gzip compression to get better results. We recommend using W3 Total Cache. Read the beginners guide to setting up W3 Total Cache plugin https://premium.wpmudev.org/blog/w3-total-cache-settings/
Also, a very good plugin is WP Rocket, but it’s paid.
3) Images. Use optimized images only otherwise you will have big images and a slow loading time. Do not upload larger images than what is needed. When you use image editing tool like Photoshop don’t save images without using the option “Save For Web”.
There are different ways on how to compress images. Use special services or WordPress plugins to optimize your images for decreased loading times:
– tinypng.com
– Compressor.io
– Kraken.io
– Ewww Image Optimizer
– Smush Image Compression and Optimization plugin
4) Server/Hosting.
Sometimes slow speed can be a result of your hosting service. If you have checked the above items and the site is still slow, the most likely it is a server/hosting issue. Contact your host and discuss it with them. Because even with the default WP theme site speed could be slow.
In case you need professional help with site optimization you may contact wpkraken team.
Regards
Hello,
Check the Main color in Theme Options > Styling. You set transparent that’s why this button has transparent bg color when active.
Regards
Hello,
You may try also add the following code in Theme Options > Styling Custom CSS it will help you if some images are smaller than image block.
.content-product .product-content-image img {
min-width: 1px;
width: auto;
}
But you need to be sure that your original images are not blurred, because if source image is blurred
http://dev.freerpercussion.com/wp-content/uploads/2017/01/fca.jpg
then catalog image will be also blurred http://dev.freerpercussion.com/wp-content/uploads/2017/01/fca-555×513.jpg
WP generates different sizes for the images, for example http://dev.freerpercussion.com/wp-content/uploads/2017/01/CH3-555×219.jpg and our theme does not affect it. You may check even with WP default theme.
Regards