Hello,
As I see on your site memory_limit isn’t set to 2Gb:
http://storage3.static.itmages.com/i/15/0714/h_1436902156_9203871_606ae0cf88.png
I’ve increased it in wp-config.php file.
Please check your site now.
Regards,
Eva Kemp.
Hello,
As I see on your site memory_limit isn’t set to 2Gb:
http://storage3.static.itmages.com/i/15/0714/h_1436902156_9203871_606ae0cf88.png
I’ve increased it in wp-config.php file.
Please check your site now.
Regards,
Eva Kemp.
Hello,
I’ve edited the code:
a.button.product_type_simple, a.button.product_type_variable {
color: white !important;
background-color: #43d19d !important;
}
and added it to custom.css.
Please check buttons now.
Regards,
Eva Kemp.
Hello,
You can close the first category by editing wp-content/themes/royal/js/etheme.js file. Find and comment out the line 1722
$this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();
Your link for “categories fill” screenshot is incorrect. Please upload your screenshot again.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
As I see now the “Read More” button for the post “iPhone Water Damage” is working properly.
Have you fixed the issue?
Regards,
Eva Kemp.
Hello,
I’ve checked Twitter slider on our test site and it’s working fine. Please disable all 3rd-party plugins and slider after that. Also clear browser cache and the cache folder in your FTP account.
Regards,
Eva Kemp.
Hello,
This is WPML related issue. You can find a solution in their article:
https://wpml.org/fr/forums/topic/bad-url-on-payment-page-checkoutorder-pay1600keywc_order_xxxlangen/
Regards,
Eva Kemp.
Hello,
I’ve selected “Translate by WPML.” in WPML > Theme and plugins localization and scanned the strings for the plugin “Screets Live Chat”. The strings have been added to String Translation section. Please check it and you’ll find the strings of the plugin in there.
Regards,
Eva Kemp.
Hello,
Please ask your host to increase memory_limit value and check the Checkout page after that.
Regards,
Eva Kemp.
Hello,
Footer block is placed in Static Block section. Please check it.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
You have other opened topic https://www.8theme.com/topic/product-pagination/ . Shall we close it?
Regards,
Eva Kemp.
Hello,
Unfortunately cross-sells can’t be added to single product page, up-sells are used for this.
Regards,
Eva Kemp.
Hello,
I’ve added an image at the bottom on your home page. Please check it. Don’t forget to update the page when you make changes.
Regards,
Eva Kemp.
Hello,
I’ve added this code in custom.css:
.boxed .wrapper {
margin-left: 330px;
}
Also as I see single product pages are shown properly:
http://storage1.static.itmages.com/i/15/0714/h_1436890330_8378175_0cd12db1ff.png
Please clear your browser cache or check in another browser.
Thank you.
Regards,
Eva Kemp.
Hello,
Unfortunately we can’t guarantee full compatibility of 3rd-party plugins with the theme. Please take our apologies.
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.et-mobile-menu li .open-child {
display: none !important;
}
You can create a separate menu for mobile in Appearance > Menus ans select it in “Manage Locations” tab > “Mobile menu”.
Regards,
Eva Kemp.
Hello,
So do you need further assistance concerning this issue?
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel link.
Regards,
Eva Kemp.
Hello,
Please specify what changes you made on home page and aren’t visible in frontend.
Regards,
Eva Kemp.
Hello,
Please try to use this code in custom.css:
@media (max-width: 480px) {.woocommerce.widget_layered_nav {display: none !important}}
Regards,
Eva Kemp.
Hello,
Please open access for us to wp-admin panel as we can’t open WP admin page.
Thank you.
Regards,
Eva Kemp.
Hello,
Cross-sells are shown on Cart page and can be added as described in Woocommerce documentation: http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/
Regards,
Eva Kemp.
Hello @smgnewengland,
We’ve sent IP address to your mail. Please check it.
Regards,
Eva Kemp.
Hello,
You need upload image into “Category Header” section in Products > Categories > edit a category.
Please try it.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
I’ve added this code in custom.css file:
@media (min-width: 1900px) {.container {
width: 1200px !important;
}
.grid_content.with-sidebar-left {
width: auto !important;
}}
Please clear browser cache and check your site.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
a) Add this code in custom.css file:
.slider-container.sidebar-slider-flex .slide-item .product .product-name {
font-size: 9px !important;
}
.slider-container.sidebar-slider-flex .slide-item .product .amount {
font-size: 9px !important;
}
How to create custom.css you can watch in this tutorial
b). To remove product titles in upsells form use this code in custom.css:
.slider-container.sidebar-slider-flex .slide-item .product .product-name {
display: none !important;
}
c). Add this code to remove product price:
.slider-container.sidebar-slider-flex .slide-item .product .amount {
display: none !important;
}
Regards,
Eva Kemp.