Hello,
Sorry, but the credentials are incorrect.
Please check them.
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but the credentials are incorrect.
Please check them.
Thank you.
Regards,
Eva Kemp.
Hello,
The problem was caused by Essential Grid plugin. I’ve deactivated it. Please check Pages menu now. If you want to use this plugin try to increase memory_limit value (ask your host to do this) as there was such error when the plugin is activated:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 81 bytes)
If the issue is resolved after that you can disable debug mode.
Thank you.
Regards,
Eva Kemp.
Hello,
To add some text on the Shop page you need edit it and use Text element in Visual Composer editor as Robert described. You won’t ruin this page.
Please follow the instruction the Robert provided you with.
Thank you.
Regards,
Eva Kemp.
Hello,
If you’re using child theme you need add the code in style.css of your child theme.
Please try it.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Thank you for the screenshot.
Please add this code in custom.css file:
.bc-type-3 .title, .bc-type-3 a {
display: none;
}
Thank you.
Regards,
Eva Kemp.
Hello @Jimbo,
In the file wp-content/plugins/woocommerce/templates/single-product/tabs/description.php the line is 14 and in the file wp-content/themes/woopress/functions.php I added this code as described in Woocommerce documentation http://docs.woothemes.com/document/editing-product-data-tabs/ :
add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
function woo_rename_tabs( $tabs ) {
$tabs['description']['title'] = __( 'More Information' ); // Rename the description tab
return $tabs;
}
Thank you.
Regards,
Eva Kemp.
Hello,
Unfortunately there is no such possibility to add search field next to the search icon.
To add share icons at the top you need insert [share] shortcode in Text widget and place it in “Place in header top bar” area in Appearance > Widgets.
“View Large” option can be used in Posts Slider element, not for Image Gallery.
Thank you.
Regards,
Eva Kemp.
Hello,
You can use Product Categories element in Visual Composer and select display type “Slider” in the settings.
Also it can be done with shortcode.
Do you have problems with slider display?
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
Try to change the height value. Try to write 350px instead of 300px.
Thank you.
Regards.
Eva Kemp.
Hello,
1. You need edit the file shortcodes.php in the directory wp-content/themes/royal/framework, find the section “! Share This Product”, line 1704 and edit the code on line 1737
<a href="http://www.facebook.com/sharer.php?u='.$permalink.'&images='.$image.'" class="'.$tooltip_class.'" title="'.__('Facebook', ETHEME_DOMAIN).'" target="_blank"> remove the word “Facebook”.
2. To add your Facebook link you need edit the same file the same code, insert your link instead of http://www.facebook.com/sharer.php?u='.$permalink.'&images='.$image.'.
Thank you.
Regards,
Eva Kemp.
Hello @Nico313,
I’ve added this code in custom.css file:
.woocommerce-checkout-payment .place-order .button {
width: 100%;
}
.form-row.terms label {
float: right !important;
}
Please check Checkout page now.
“Total” column can’t be decreased because delivery options takes part of space in that column.
Regards,
Eva Kemp.
Hello,
Did you follow this instruction http://betterwp.net/wordpress-tips/create-pot-file-using-poedit./ when translating the site?
Regards,
Eva Kemp.
Hello @Piotr,
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but your queries are related to Wishlist support team.
You can need contact their developers in this case.
Regards,
Eva Kemp.
Hello,
Add this code:
.slider-container.sidebar-slider-flex .slide-item .product .product-name {
font-size: 0.9em;
font-family: Roboto !important;
font-weight: bold;
}
Regards,
Eva Kemp.
Hello,
You can refer to WPML documentation how to translate widgets:
http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Thank you.
Regards,
Eva Kemp.
Hello @hcMtom,
As I see you don’t have Wishlist plugin translated. Go to WPML > String Translation and for the section “Select strings within context:” select plugin yith-woocommerce-wishlist.
Please check it.
Thank you.
Regards,
Eva Kemp.
Hello,
We’re glad you managed to solve the issue.
If there are any questions don’t hesitate to contact us.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
Please check the site now.
By default index.html file was loaded, so I’ve written DirectoryIndex index.php in .htaccess file to make index.php default loading file. Now the site is working, but you need activate the required plugins.
Regards,
Eva Kemp.
Hello,
Still we’re getting this error when trying to edit files via FTP:
Operation not permitted
Please give us permissions to edit the files.
Thank you.
Regards,
Eva Kemp.
Hello,
If you remove that page Wishlist will work. Don’t worry.
Sorry, but we don’t have such shortcode in our theme and our default page is “Wishlist” and not “Wishlists”. Perhaps you used other plugin from which those pages where installed.
Regards,
Eva Kemp.
Hello,
Sorry for a delay.
Your content is fully translated. Is your issue resolved?
Please provide us with the direct links where you can’t translate some text.
Thank you.
Regards,
Eva Kemp.
Hello,
Could you please specify what exactly you want to change in email content?
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello @kinhacura,
The problem is caused by new Woocommerce update.
Please provide us with correct FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello @AlkaWay,
Please provide us with wp-admin panel and FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello @python1564,
Please try to add this code:
.select2-search {
background-color: #1E1E1E;
}
.select2-results {
color: #6F6F6F;
}
Concerning removing items from Wishlist page you need disable “Ajax “Add to Cart”” in Theme Options > Single Product Page. Currently there is only such solution of this problem. Our developers are working on a new update.
Sorry for inconveniences.
Thank you.
Regards,
Eva Kemp.
Hello,
As you’re using old Woocommerce plugin version you need update it as well because old plugins versions may create some conflicts to the latest theme version.
Also please make sure all the required plugins are up to date. You can download the latest plugins versions here:
https://www.8theme.com/download-plugins/
Thank you.
Regards,
Eva Kemp.