Hello,
If you want to disable sidebar and breadcrumbs for all the pages on your site go to Theme Options > Breadcrumbs > choose disable in breadcrumbs type. Go to Theme Options > Blog > Blog layout > choose layout without sidebar.
Regards
Hello,
If you want to disable sidebar and breadcrumbs for all the pages on your site go to Theme Options > Breadcrumbs > choose disable in breadcrumbs type. Go to Theme Options > Blog > Blog layout > choose layout without sidebar.
Regards
Hello,
Try to disable plugin from the XStore > Plugin Installer and then click the Update and Activate button. Let me know if it helps.
Regards
Hello,
I meant the <span> tags that you used and one of them did not have the close tag. I just removed them and added just a simple text to your short description.
Glad to hear that you noticed speed improvements 🙂
Regards
Hello,
Oh, great 🙂
Regards
Hello,
So, did you get everything that you need?
Regards
Hello,
Edit that page using Elementor and search the Review element at the left sidebar.
Regards
Hello,
You are welcome.
Regards
Hello,
Thank you. I passed your issue to our developers. They will be able to check the problem from Monday.
Regards
Hello,
We have a lot of requests these days, so take our apologies for the possible delay.
Regards
Hello,
File generator generates style.css file that includes only options that you checked. For example, if you use WooCommerce but don’t have blog on your site then you just switch off the Blog section but enable WooCommerce sections with elements that you use on your site. The same with builders, if you use Elementor then just switch off the WPBakery styles.
If you use All departments element then the Secondary menu option should be enabled to call styles of the All departments.
Regards
Hello,
Thank you. I have passed your issue to our developers. They will be able to start from Monday. I’ll inform you once they fix the problem.
Regards
Hello,
Check now, please.
Regards
Hello,
Provide us with WP Dashboard and FTP access to your site to check the issue in more detail.
Regards
Hello,
Robin Optimizer and also https://tinypng.com/ are good services to optimize images. Anyway quality of the optimization depends on the optimization settings (Compression mode) you use. Check the plugin documentation to get detailed information about this because we are not plugin developers.
Regards
Hello,
1) Go to Appearance > Widgets > change the brand widget title. Also, go to Loco translate > Themes > edit theme translation and change all the strings that include brand to what you need and edit Loco translate > Plugins > edit XStore core plugin translation change all the strings that include brand to what you need.
2) Try this link again, please, https://wpkraken.io/?ref=8theme
Where are you from? Try to visit the mentioned link using Europe VPN. I can’t tell you the quotes because the WPKraken team (customization team) calculates the cost.
Regards
Hello,
I see the yellow color for the slider and it works. If I change the bg color for the header top it also works https://gyazo.com/f4b574f2bd68a7ae8ba922b43e81cd92
So, you just need to change things you need and publish your changes.
Regards
Hello,
I have downgraded version of plugin to 3.6 because plugin author made a lot of changes in the 3.7.x version that caused layout issues. Follow our update and wait for the theme release that includes compatibility with the 3.7.x version of the wc-marketplace plugin.
Regards
Hello,
We found that issue with the brand’s page appears if the Products By Attributes & Variations for WooCommerce plugin is active. So, contact plugin author to find out what they use to prevent the appearance of the brand products.
Regards
Hello,
Take our apologies for the delay in answering. Check now, please.
Regards
Hello,
1/ You are having a search button inside the content but you have uploaded hard-colored svg -> http://i.prntscr.com/UD9YE8ZrQKaD49PVrhuP2g.png
I have added custom CSS below to your child theme to fix that and add the bg gradient for the full width search.
/* fix custom svg colors in search popup */
.search-full-width .search-button svg, .search-full-width .search-button svg path {
fill: currentColor;
}
/* background gradient for search content */
.search-full-width .et-mini-content {
background-image: linear-gradient( 90deg , var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
}
/* making transparent select+input of search */
.et_b_header-search.search-full-width .input-row,
.search-full-width input[type="text"] {
background: transparent;
}
/* transparent background for search results */
.search-full-width .ajax-search-form .ajax-results-wrapper .autocomplete-suggestions, .search-full-width .ajax-extra-content {
background: transparent;
}
/* text color for search no-results */
.search-full-width .autocomplete-no-suggestion {
color: #fff;
}
2/ To change texts you can use Loco Translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ and instead of translating to other languages create translation for the existing language for the XStore Core plugin, find the mentioned strings and add your texts in the translation fields. You’ll be able to remove the Loco translate plugin once you finish, it won’t break the transaltion.
3/ We have added few actions/filters for search full-width content
http://i.prntscr.com/wdC2YW3JT7q333zpMggGlg.png
Example:
Create Static block in the backend (http://i.prntscr.com/ZDSOgpMeSPGZc4qgeDD_DQ.png)
You can simply copy shortcode to your child-theme/functions.php (http://i.prntscr.com/r-HPXyJpQL_0nwqMMHCGLQ.png)
Frontend view -> http://i.prntscr.com/gpJ04Mg9TvapPfPvpIGmsQ.png
Regards
Hello,
We would recommend you to use Static Blocks feature to create footer layout with columns https://gyazo.com/136de7cb11ea9790462c5fa2c149b8e9 and add the necessary elements. You can use either WPBakery page builder or Elementor page builder to create layout of the Static block and then just add Static block widget to Appearance > Widgets > Footer/Prefooter areas.
Regards
Hello,
Link that you provided is the WooPress theme, not the Royal theme. Royal flowers is the following https://8theme.com/demo/royal/flowers/
Anyway, WooPress and Royal are very similar and you are able to create this layout https://woopress.8theme.com/flowers/ using Royal theme elements.
Regards
Hello,
Sorry for the delay in answering.
1) Check the Related products now, please.
2) Follow the documentation to translate Royal theme and Royal core plugin https://8theme.com/demo/docs/royal/Theme_Translation/Base_Theme_Translation.html
Regards
Hello,
Because we don’t use that hook in the single product builder. Provide us with WP Dashboard and FTP access to your site and we’ll check what could we do to implement this.
Regards
Hello,
1) admin username is incorrect https://gyazo.com/b50e6d899a05a89890f3cde3b437bcbe
2) So, do you want to use the chars limit or lines limit? I thought you want to use the lines limit option but on the screenshot you show chars.
3) CDN is enabled https://gyazo.com/7145ca0b71101540f96ad3659d4c3e00
So, provide us with the correct WP Dashboard access + install the Cloudflare CDN plugin and log in to your account in the plugin settings to allow us to clear CDN after our changes.
Regards
Hello,
Problem caused by styles of the Max Mega Menu plugin. We have added custom CSS to fix that
.et-mini-content:not(.active) #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
visibility: hidden;
display: none;
}
Check now.
Regards
Hello,
You missed dot before the class that’s why it did not work. Check now, please.
Regards
Hello,
But I have already made this https://gyazo.com/1f042671a087d03a38f174cb9e8aa767 using custom CSS
Did you check on the real device instead of the header builder?
Regards
Hello
Thank you. I passed your issue to our developers but due to a number of support requests, they will be able to check the problem probably on Monday only. Sorry for this delay.
Regards
Hello,
Thank you. I have passed the issue to our developers. I’ll inform you once they fix the problems.
Regards