Hello,
Yes, changes will be done in the next update also.
Regards
Hello,
Yes, changes will be done in the next update also.
Regards
Hello,
Provide URL, temporary wp-admin, and FTP access, via the Private Content area.
Regards
Hello,
At first sight, we do not see issues, please provide screenshots.
You can use Lightshot screenshot or Gyazo tool to share links to your screenshots.
Regards
Hello,
1/ Woocommerce > Settings > Accounts > Customer registration – https://docs.woocommerce.com/document/configuring-woocommerce-settings/#accounts-and-privacy-settings
2/ Use this custom CSS code:
.wpcf7 input, .wpcf7 textarea {
direction: ltr;
}
.rtl .wpcf7 input, .rtl .wpcf7 textarea {
direction: rtl !important;
}
Regards
Hello,
On which page? Provide URL and temporary wp-admin access, please.
Regards
Download breadcrumb.php file from this page https://dropmeafile.com/#e3397b8d95
upload it into xstore/woocommerce/global folder vid FTP
1/ we have fixed the position of Shop item ( now it will be on 2nd position just after home step ) – upload that file to the directory we wrote
2/ but if you still want to get rid of that Shop step, please, upload that file to the directory and add next code in your child-theme/functions.php
add_filter( 'etheme_breadcrumbs_shop_step', '__return_false', 999);
Regards
Hello,
Custom CSS code can be added in Theme Options > Theme custom CSS:
body {
--et_main-color: #888;
--et_dark-color: #222;
--et_active-color: #a4004f;
--et_red-color: #c62828;
--et_green-color: #222222;
--et_blue-color: #1565c0;
--et_orange-color: #f57f17;
--et_yellow-color: #fdd835;
--et_border-color: #e1e1e1;
--et_light-color: #f7f7f7;
--et_light-color2: #f2f2f2;
--et_white-2-dark: #fff;
--et_dark-2-white: #222;
}
or
.woocommerce-message {
background-color: green;
}
.woocommerce-error {
background-color: red;
}
.woocommerce-info {
background-color: purple;
}
Regards
Thanks for the reply.
Provide temporary wp-admin and FTP access, so we can take a closer look.
Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.
If you do not know how to create FTP contact with your hosting provider, they will help you.
Regards
Hello,
Please see screenshots – https://prnt.sc/y8npTIaV8jUU https://prnt.sc/iJuVGH447_g5 https://prnt.sc/WQP4cUflB1x8
Regards
Hello,
Please update XStore Core plugin – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
FIxed. Check now.
SVG Support plugin was activated and icon uploaded
Regards
Hello,
You can activate the theme now.
Regards
Hello,
Update XStore Core plugin also – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
Theme options > Header builder > Main menu > Computed Box For The Menu Item > change – https://prnt.sc/bvZR32Xzb98F
Theme options > Header builder > Multiple headers https://prnt.sc/NfJUc2Qb4iRy > edit custom header for the Home page > Main menu > Computed Box For The Menu Item
https://youtu.be/BpeXfzNwkOc
Regards
Hello,
Theme Options > WooCommerce > Shop > Products style > Элементы Содержимого Продукта
Regards
Thanks for the reply. Dashboard > Updates > click on Check again > https://prnt.sc/QhWaMbuksj8I
Regards
Hello,
XStore > Plugins Instaler > Install and activate the plugin, then set settings –
https://www.8theme.com/documentation/xstore/plugins/wishlist/
Regards
Hello,
You’re welcome!
Have a nice day!
Regards
Please follow this article – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
Please update Core plugin – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
Let us know if any other assistance will be needed.
Regards
You’re welcome!
Thanks for the report. This question was passed to our dev team. Meanwhile, edit content via Text tab.
Regards
You’re welcome!
Translation files of the theme should be placed in /wp-content/languages/themes/ folder,
plugins, like core plugin, in /wp-content/languages/plugins folder.
We would recommend doing a backup of all the files before any update.
After every update, you need to synchronize translation – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ Sometimes new strings are added, and only after synchronization, you’ll be able to translate new strings or strings that were changed. Not always, but some strings can be missing after the sync and you need to find and translate them one more time, this is independent of us and relates to WP functionality.
Regards
Hello,
1/ div.yith-wceue-eu-energy-label-mini {
z-index: 3;
}
.et-mini-content-opened .arcu-widget.arcu-message {
z-index: -1;
opacity: 0;
visibility: hidden;
}
2/ Theme Options -> Header Builder -> Cart -> Mini-Cart Promo Message (at the same bottom of options)
Regards
Hello,
If that does not help then provide us with WP Dashboard access. We’ll check and help you.
– create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.
Regards
We do not see the problem with font – https://prnt.sc/zKCdYs9f5x5G Clear cache and check one more time.
.woocommerce-message {
background-color: #b47ec2 !important;
}
Regards
Hello,
1/ We can’t access Theme Options. Please set the administrator role for the user.
2/ Add the next code in Theme Options > Theme Custom CSS:
.et_b_header-cart .et_cart-progress-bar::-webkit-progress-value { background: #d8bc7f !important; }
Regards