Hello @rodolforizzo76,
You need disable Ajax “Add to cart” in Theme Options > Single Product Page.
We’ll fix this bug in the future update.
Sorry for inconveniences.
Regards,
Eva Kemp.
Hello @rodolforizzo76,
You need disable Ajax “Add to cart” in Theme Options > Single Product Page.
We’ll fix this bug in the future update.
Sorry for inconveniences.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
1. I’ve copied the code to your custom css editor. Now background is changed. Please check.
3. I’ve added this code in custom css editor:
.product-loop.products-grid.product-count-3 {
width: 950px !important;
}
Please clear browser cache and check Shop page now.
4. I’ve enabled languages area in Theme Options > Header and your text is shown.
5. Add this code in custom css editor:
.header1 .logo img {
max-width: 500px;
width: 350px;
}
6. You can find shortcode for columns on our demo site:
https://www.8theme.com/demo/legenda/shortcodes/columns/
Regards,
Eva Kemp.
Hello,
That error should be fixed on the side of a server where your site is hosted.
Please read more information here:
http://www.agentwp.com/open_basedir-restriction-in-effect-error-in-wordpress
https://wordpress.org/support/topic/fix-for-open_basedir-not-in-allowed-paths-message
Thank you.
Regards,
Eva Kemp.
Hello,
Please edit this code
.etheme_add_to_cart_button{
background:f00;
color:#fff;
}
and change color:#fff; to color: black;.
Thank you.
Regards,
Eva Kemp.
Hello,
You can use child theme and copy the files in there. Or you can always keep the file safe and update it after each theme update.
We’re sorry for such inconveniences.
We’ll try to fix it in the nearest update.
Thank you.
Regards,
Eva Kemp.
Hello,
You can use this shortcode in Text block [title]Your Title[/title].
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
We’re glad you solved the problem.
If there are any questions feel free to contact us.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials and the code you need to insert.
Also show instruction which you followed.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve added this code in functions.php file:
add_action('do_meta_boxes', 'add_featured_image_box');
function add_featured_image_box()
{
add_meta_box('postimagediv', __('Page Background Image'), 'post_thumbnail_meta_box', 'page', 'side', 'low');
}
Please check admin panel now.
Thank you.
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.single_variation_wrap {
display: block !important;
}
Thank you.
Regards,
Eva Kemp.
Hello,
You can change “Select options” text in woocommerce directory wp-content/plugins/woocommerce/includes/ file class-wc-product-variable.php (line 43) and “Add to cart” – in the file class-wc-product-simple.php (line 50).
Thank you.
Regards,
Eva Kemp.
Hello,
You need disable Ajax “Add to Cart” option in Theme Options > Single Product Page.
Please do this and check Wishlist page after that.
Thank you.
Regards,
Eva Kemp.
Hello,
Unfortunately if page heading is removed it’ll be removed for all other pages.
Sorry.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP credentials and specify the path to your site files.
Thank you.
Regards,
Eva Kemp.
Hello,
As I see now sidebar is shown fine. Please look at the screenshot:
https://s3.amazonaws.com/fvd-data/notes/168674/1425311176-qRWZ7J/screen.png
Thank you.
Regards,
Eva Kemp.
Hello,
Please ask your host to increase memory_limit value to 96M at least.
Also check if allow_url_fopen function is enabled.
If the values are set correctly then please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
So is your issue resolved?
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Could you please clarify your last query with more details?
Also please provide us with wp-admin panel and FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
Child theme is added in the theme package https://www.8theme.com/demo/docs/woopress/#!/2_child_theme .
You don’t need any images for child theme in wp-admin panel. There is already a title “Woopress Child”.
Slowness of the site may be caused by the 3rd-party plugins you’re using.
Also try to switch to WordPress default theme and check if the site loads the same.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with a link where you have 2 testimonials tabs and the access to wp-admin panel.
Thank you.
Regards,
Eva Kemp.
Hello,
Concerning the margin values please add this code in custom.css:
p {
margin-left: 20px;
margin-right: 20px;
}
To change text color use this code:
p {
color: black;
}
Thank you.
Regards,
Eva Kemp.
Hello @tkostera,
Please provide us with wp-admin panel and FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
You need edit the file wp-content/themes/xmarket/woocommerce/content-product.php on line 50 and replace $woocommerce->get_image_size with wc_get_image_size.
You shouldn’t worry concerning that message as we modified some Woocommerce files in wp-content/themes/xmarket/woocommerce directory and old versions can be written in those files but that notification won’t affect your site work.
Thank you.
Regards,
Eva Kemp.