You’re welcome!
Have a nice day.
Regards
You’re welcome!
Have a nice day.
Regards
Please clear cache and check one more time http://prntscr.com/kon3gr
Regards
Hello,
We have passed your issue to our developers and inform you once get the answer.
Regards
Hello,
Please provide us with URL of your page with the problem and temporary wp-admin access so we can take a closer look.
Regards
Please scroll to the end of the code – http://prntscr.com/kojz2b
Regards
Hello,
You need to add custom css code, that I provided before, in Theme Options > Custom css and disable Fixed header in Theme Options http://prntscr.com/kojcwa
Regards
Hello,
500 error means there is lack of some resources on your server. You should contact hosting provider support and ask them to error logs to find what exactly is causing it.
Also, ask them to increase values for the functions Post Max Size, Max Upload Size and Max Input Vars.
Let us know if you need any further assistance.
Regards
Hello,
Fixed.
Please clear cache and check menu now.
Regards
Hello,
Please change the previous code to:
@media only screen and (max-width: 1200px) and (min-width: 768px){
.products-grid.row-count-5 .product:nth-child(3n+1) {
clear: both !important;
}
}
Regards
Hello,
Please check our documentation – https://www.8theme.com/demo/docs/royal/#3_one_page
If this doesn’t help, provide us with temporary wp-admin access so we can take a closer look.
Regards
You’re welcome!
I’ve sent your request to our developers but can’t say for sure if the fix will be added in next theme update. Please contact us before the update.
Or you can rename the folder after the next update to check if all works fine without it.
Regards
Hello,
You need to edit header-structure file via child theme. You use header type 19 so find /royal/headers/header-structure-7.php file.
Do not forget about Theme Options > Header Settings.
Regards
Hello,
Thanks for contacting us.
To get marseille demo you need to install latest theme version 5.0.b http://prntscr.com/koiniv
Please follow our video tutorial – https://www.youtube.com/watch?v=Eq16hs-1PUs&list=PLMqMSqDgPNmCCyem_z9l2ZJ1owQUaFCE3&index=1
(http://prntscr.com/koinxu http://prntscr.com/koio4g)
Let us know if you need any further assistance.
Regards
Hello,
Outdated files relate to your child theme http://prntscr.com/koam1i You need to compare files of parent and child theme and add the missing code to your child theme files.
Regards
Hello,
Please provide us with FTP access.
Regards
Hello,
– Theme Options > Header Settings > Top Bar > Enable top bar > Off;
– Add this code in Theme Options > Custom css or in style.css file of your child theme:
.navbar-header.navbar-right {
display: none;
}
Let me know the result.
Regards
Hello,
Try to disable all 3rd-party plugins to check if one of them causes the problem.
Regards
Hello,
Please read our documentation and use Loco Translate plugin –
https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards
Hello,
You’re welcome!
Regards
I am glad that you sorted out.
Regards
Hello,
Please be so kind to the request in English.
This problem could be caused by a few reasons:
1) You are trying to update theme on the different domain that theme was activated (for example you activated the theme on localhost and moved it to live domain). Then you just need to go to Theme Options > deactivate theme and activate it using your purchase code again
2) There is no enough space on your server and archive that was downloaded for the update is broken. Make sure that you have no less than 20MB of the free space on your hosting.
You can also update theme via FTP instead of auto update – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
Regards
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
Hello,
There is no such possibility, by default. I hope this article will be helpful – https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards
Hello,
Try to disable all 3rd-party plugins to check if one of them causes the problem.
Regards
About css code:
You can use DevTools to inspect code on site. To access it, open a web page or web app in Google Chrome. Either:
-Select the Chrome menu Chrome Menu at the top-right of your browser window, then select Tools > Developer Tools.
-Right-click on any page element and select Inspect Element.
The DevTools window will open at the bottom of your Chrome browser.
If css code that you want to change comes from style.css http://prntscr.com/ko5d9i you need to add your custom code in Theme Options > Styling > Custom css or in style.css file of your child theme (do not edit style.css file of xstore parent theme).
This http://prntscr.com/ko5drf means that code comes from Theme Options, so you need to search it in Custom css area, in case the code missing there, it relates to option that you activated so you need to find option that needs to be changed or add own custom css code.
Feel free to ask if you have any other questions
Regards
Dear @Danielberlin,
I hope this article will be helpful for you https://businessbloomer.com/woocommerce-add-prefix-suffix-product-prices/
Regards
Hello,
We’ve made some changes in royal-child/woocommerce/single-product/product-image.php. Please clear cache and check now.
Regards
Hello,
I’ve passed your problem to our developers to fix it in next theme update.
As a temporary solution, you can make these changes to activate Magnific Popup by double click:
woocommerce/single-product/product-image.php https://prnt.sc/ko43bt
<img style="display: none" src="<?php echo wp_get_attachment_url( get_post_thumbnail_id() ); ?>">
js/scripts.js – change this http://prntscr.com/ko43pd to http://prntscr.com/ko43zo
if (typeof specificPhoto !== typeof undefined && specificPhoto !== false && $('#product-page .views-gallery').length > 0) {
$('#product-page .views-gallery .slider').magnificPopup('open',specificPhoto);
}
else if ( $('#product-page .views-gallery').length == 0 ) {
$(this).magnificPopup({
type: 'image',
closeOnContentClick: true,
mainClass: 'mfp-img-mobile',
image: {
verticalFit: true
}
});
}
else{
$('#product-page .views-gallery .slider').magnificPopup('open');
}
Regards
Hello,
Fixed.
The problem was caused by your translation. It is correct – http://prntscr.com/ko4gkp
Regards