Hello,
As you were already told demo data doesn’t contain all demo pages, only the basic ones. Other pages are created with help of Visual Composer editor to show what elements can be used.
If you need some specific page, please let us know, and we’ll describe how it can be created with Visual Composer.
Thank you.
Regards,
Eva Kemp.
Hello,
3. Yes, you can use RGB color.
4. Have you added custom tab as described here https://docs.woocommerce.com/document/editing-product-data-tabs/ (section “Add a custom tab”) ?
5. I’ve edited the code to this in your test site:
add_filter( 'woocommerce_product_add_to_cart_text' , 'custom_woocommerce_product_add_to_cart_text' );
/**
* custom_woocommerce_template_loop_add_to_cart
*/
function custom_woocommerce_product_add_to_cart_text() {
global $product;
$product_type = $product->product_type;
switch ( $product_type ) {
case 'variable':
return __( 'Select options', 'woocommerce' );
break;
}
switch ( $product_type ) {
case 'simple':
return __( 'IN WINKELMAND', 'woocommerce' );
break;
}
}
Please check.
6. I’ve divided a row into 4 columns and added Text blocks in your Static Block. Please check it on mobile now.
7. You need edit the file in the direcotry wp-content/plugins/woocommerce. Please read here http://eliteeternity.com/remove-product-description-headingtitle-woocommerce/
Regards,
Eva Kemp.
Hello,
You can replace current search form editing the file wp-content/themes/woopress/header.php in line 85.
Regards,
Eva Kemp.
Hello,
Please add this code in Custom CSS for desktop section:
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap textarea {
width: 555px;
}
Regards,
Eva Kemp.
Hello,
Are you experiencing this issue on MACOS?
Could you please check it on PC in different browsers?
Looking forward to your reply.
Regards,
Eva Kemp.
Hello,
The fix will be added in the next theme update.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Sorry, but we can’t know the reason of your problem.
You can ask your hosting provider to check error logs if there are any notices and try to restore the site files and database from backup on your server.
Regards,
Eva Kemp.
Hello,
You can add the code in Theme Options > General > Google Analytics Code.
Regards,
Eva Kemp.
Hello,
Sorry, but we don’t have your old files.
It’s not recommended to make changes in original style.css file.
You need modify styles in Theme Options > Custom CSS.
If you want to restore files you need contact your hosting provider support and ask them to restore your site from backup.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Happy New Year!
Regards,
Eva Kemp.
Hello,
I’ve disabled Full Width option in Theme Options > Shop.
Please check your Shop page now.
Regards,
Eva Kemp.
Hello,
The problem is related to JetPack plugin.
I’ve deactivated it via FTP. Please log in to WP Dashboard now.
Regards,
Eva Kemp.
Hello,
Please provide FTP and WP Dashboard credentials in private content.
Regards,
Eva Kemp.
Hello,
We didn’t remove your widgets or translations. Have you edited original theme files?
Regards,
Eva Kemp.
Hello,
Yes, you can update WordPress. Always create backup of site files and database before starting any update.
Regards,
Eva Kemp.
Hello,
As I see you have all basic pages installed.
Blog page layout can be set up in Theme Options > Blog Layout.
Please show the links from demo site you want to create and we’ll guide you how to do this.
Regards,
Eva Kemp.
Hello,
1. Sorry, but there is no such feature.
2. Please add this code in Global Custom CSS:
.sidebar-widget.woocommerce.widget_products {
border: 2px solid #0073b6;
}
.sidebar-widget.woocommerce.widget_products .widget-title {
border-top: none;
text-align: center;
}
.sidebar-widget.woocommerce.widget_products .product_list_widget {
padding: 0 10px;
}
Regards,
Eva Kemp.
Hello,
As I see theme files are located in the directory wp-content/themes/Royal_Theme-v2.8/Royal_Theme/. Please rename “Royal_Theme-v2.8” to “royal” and move files to this folder, so the directory will be wp-content/themes/royal/.
If you activate Storefront theme your content will be saved, only template will be changed, but you’ll get it back once switch to Royal again.
Regards,
Eva Kemp.
Hello,
As I see you’re using Shopify on your site and not our theme. Please activate Royal theme at first and let us know.
Regards,
Eva Kemp.
Hello,
Please clear Facebook cache https://www.8theme.com/blog/clearing-facebooks-share-cache/ and check the post after that.
Regards,
Eva Kemp.
Hello,
1. Please ask your hosting provider support to deactivate “display_errors” function for your site.
2. Sorry, but there is no such feature. It’s related to Woocommerce plugin, not to the theme.
Regards,
Eva Kemp.
Hello,
Is your problem resolved and we can close the topic?
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please provide WP Dashboard and FTP credentials in Private Content.
Regards,
Eva Kemp.
Hello,
Sorry, but I’m still getting this error:
Error: Connection timed out
Error: Could not connect to server
Is there any firewall on a server that blocks the access?
Regards,
Eva Kemp.
Hello,
Our demo installation contains only basic pages. All others can be created with Visual Composer editor.
Please specify what exactly you want to create on your site and we’ll help you with it.
Also provide WP Dashboard credentials in Private Content.
Regards,
Eva Kemp.
Hello,
You can use “Icon Box” element in Visual Composer editor to create such content.
Regards,
Eva Kemp.
Hello,
Please add this css code:
table td {
border-top: none;
}
You can try to create such content in Visual Composer editor using Tabs element, then just copy the code and paste to short description.
Regards,
Eva Kemp.
Hello @Renato_Sousa,
Done. Please check your email address.
Regards,
Eva Kemp.