You’re welcome!
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Try to add the following code in Global Custom CSS.
.fixNav-enabled .fixed-active .header-logo img {
max-width: 370px !important;
}
Regards,
Robert Hall
As I see you didn’t enable ‘fixed navigation’ option.
Seems I did not understand you correctly. Do you mean the same effect of scrolling?
If so, unfortunately we don’t have such feature in our theme.
Regards,
Robert Hall
Hello,
The issue comes from Massive Addons for Visual Composer plugin. You should build you page via WPBakery Visual Composer plugin which is compatible with our theme and use ‘Strech row and content’ in Row Settings – http://prntscr.com/cbyxei
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
You can enable the fixed navigation in 8theme Options->General->Layout.
Regards,
Robert Hall
Hello,
You can find this string in .po file (\wp-content\themes\woopress\languages).
http://prntscr.com/cbqtjv
Regards,
Robert Hall
You’ve using the old version of PHP. See screenshot: http://prntscr.com/cbq874
Read more about required version of PHP in our documentation:
https://www.8theme.com/demo/docs/woopress/index.html#!/demo_data_installation
1.1 Before you start section.
Regards,
Robert Hall
You’re welcome and have a nice day!
Regards,
Robert Hall
We’ve reupload the theme for you and this error was gone. But we can’t log to your site, got the followinf message “The requested URL could not be retrieved”.
Please check it.
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Add this code in Global Custom CSS.
.home .back-history {
display: none;
}
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
Try to add the following code in Global Custom CSS.
.product-information .price {
display: block !important;
}
Regards,
Robert Hall
Hello,
1) Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
(it’s for Legenda theme but the process is the same).
2) Add this code in Global Custom CSS
.register .button {
width: 280px;
}
Regards,
Robert Hall
Hello,
You can change the ‘Return to Previous Page’ string to ‘Home’ in the code above.
Regards,
Robert Hall
Try to use this function in the function.php file of Child Theme.
function et_back_to_page() {
echo '<a class="back-history" href="'.get_home_url().'">'.__('Return to Previous Page', ETHEME_DOMAIN).'</a>';
}
Regards,
Robert Hall
Hello,
Seems there is a bug in our theme. We’ve sent this request to our developers and they will fixing the issue in the next theme update.
Sorry for inconvenience.
Regards,
Robert Hall
Hello,
As I see you’ve installed the latest version of the Visual Composer now. Do you need help with updating Legenda theme to latest version?
If so, please provide us with FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
I’ve checked your site and didn’t see the issue.
Could you please provide screenshot of this query.
Regards,
Robert Hall
Hello,
Another question, is it possible to get two catalog columns in mobile view?
Do you mean two products per row?
Add this code in Custom CSS for mobile
.product {
width: 50% !important;
}
I have tested the code and when you land on the homepage it doesn’t send you back anymore. But when you land on a product page it still sends you back to google.
This requires additional customization which is not for free.
If you agree to proceed please contact us via form https://www.8theme.com/customization-services/ for further information.
Another Q: When a product is sold out, the add to cart button on shop page gets replaced with the text “Read more”. How can i change the text?
You can change it for simple product in the \wp-content\plugins\woocommerce\includes\class-wc-product-simple.php file on line 48 and variable in the \wp-content\plugins\woocommerce\includes\class-wc-product-variable.php file on line 43
Regards,
Robert Hall
Hello,
I’ve just checked your site and didn’t see the issue.
You can check our demo site and you’ll see that the scroll effect is the same
http://preview.themeforest.net/item/royal-multipurpose-wordpress-theme/full_screen_preview/8611976
Regards,
Robert Hall
Hello,
We’re glad to hear that issue was solved.
If you have any questions feel free to contact us.
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
Theme was updated. Please check it.
Regards,
Robert Hall
Try to add this code in Custom CSS for tablet/landscape/mobile.
div.pp_overlay,
div.pp_pic_holder {
display: none !important;
}
Regards,
Robert Hall
Hello,
We’ve found the issue in FireFox browser. Also you can check it with the default WordPress theme and the effect is the same.
You can contact Visual Composer support concerning your query in comments section:
https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments
Regards,
Robert Hall
Hello,
Please try to add this function into the function.php file of the Child Theme.
https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
function et_back_to_page() {
if( class_exists('WooCommerce') && ( is_shop() && get_option( 'show_on_front' ) == 'page' && get_option( 'page_on_front' ) == get_option( 'woocommerce_shop_page_id' ) ) ){
echo '<a class="back-history" href="#">'.__('Return to Previous Page', ETHEME_DOMAIN).'</a>';
} else {
echo '<a class="back-history" href="javascript: history.go(-1)">'.__('Return to Previous Page', ETHEME_DOMAIN).'</a>';
}
}
Regards,
Robert Hall