Hello,
We are glad that you sorted out 🙂
Have a nice day.
Regards
Hello,
We are glad that you sorted out 🙂
Have a nice day.
Regards
Hello,
Did you try to clear cache?
Please provide us with your website URL so we can take a closer look.
Do you use a child theme? Could you please provide temporary wp-admin access in Private Content?
Regards
Hello,
Thanks for the topic.
Make sure that you use latest versions of Visual Composer and Massive Addons for Visual Composer plugins https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
Please read how to include js via child theme in this topic https://www.8theme.com/topic/possible-to-add-secondary-menu-to-fixed-menu/#post-181824
Regards
Do not forget to clear cache before checking result.
Regards
Hello,
We’ve sent fonts_function.php file to your registration email. Please copy text of the function and add this code in functions.php file of your child theme http://prntscr.com/i72ju5
Regards
Hello,
Thanks for the topic.
Looks like the problem with fixed header solved http://prntscr.com/i72i52
Feel free to ask if you have any other questions.
Regards
Hello,
1. I do not see the described behavior. Have you sorted out? If not, what browser do you use for the test?
2. Try to add this code in Theme Options > Styling > Custom css:
.menu-wrapper .menu>li.current-menu-item>a:after {
display: none;
}
Regards
Hello,
We are glad that you sorted out 🙂
Have a nice day.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Please read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/ To change the size of the product images go to WooCommerce > Settings > Product > Display > Image settings + don’t forget to regenerate thumbnails after changes (use Regenerate thumbnails plugin).
Zoom effect shows the real size of images, if you don’t want the zoom you can disable it in Theme Options > E-commerce > Single Product Page.
Regards
Hello, @Rambros
You need to update theme to version 4.15.1 or above https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ and wait for 2 hours when Instagram cache will be updated.
Regards
Hello, @lemc1414
To avoid editing of php files I would recommend using translation files to change it. Use Loco Translate plugin https://www.8theme.com/demo/docs/xstore/#translation , create English translation and just change necessary strings to what you need.
Regards
Hello,
CMB2 plugin was disabled on your site. This plugin is required https://www.8theme.com/documentation/xstore/plugins/included-plugins/ so we activated the plugin on your site.
Regards
Hello,
Please try to use this code in Custom css:
.archive.woocommerce-page .main-products-loop {
float: right;
}
Regards
Hello,
You see such result because of short content on such pages. Try to add this css code in Custom css for such pages http://prntscr.com/i71t8e:
.container.content-page {
margin-bottom: 15vw;
}
Regards
Hello,
Go to Theme Options > Blog Layout > set Excerpt length (words).
If this won’t help, try to add excerpt manually: go to edit your post > http://prntscr.com/i71q0j + http://prntscr.com/i71q8c
Regards
Hello,
Please read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/
You may delete Product Images Width and Height in Theme Option, then go to Woocommerce > Settings > Products > Display and change Product Image settings. Then regenerate thumbnails with the plugin https://wordpress.org/plugins/regenerate-thumbnails/.
Regards
Hello,
Please provide me screenshots for better understanding where you want to hide stars.
You can use LightShot program to provide us with screenshots. Here is link: https://app.prntscr.com/en/index.html
Regards
Hello,
If you use latest theme version 3.5.1, you also need to have latest woocommerce version – 3.2.6.
If after the plugin update the problem won’t be solved, please try to disable all 3-rd party plugins > clear cache and check the problem.
Regards
Hello,
You can use LightShot program to provide us with screenshots. Here is link: https://app.prntscr.com/en/index.html
I’ve changed Template option on your Home page to default http://prntscr.com/i71bnp Please check now.
Regards
Hello,
You may use this code in Custom css for your page:
.wpb-js-composer .vc_tta-tabs-list .vc_tta-tab:first-child span {
color: red;
}
.wpb-js-composer .vc_tta-tabs-list .vc_tta-tab:nth-child(2) span {
color: black;
}
.wpb-js-composer .vc_tta-tabs-list .vc_tta-tab:nth-child(3) span {
color: red;
}
.wpb-js-composer .vc_tta-tabs-list .vc_tta-tab:nth-child(4) span {
color: black;
}
.wpb-js-composer .vc_tta-tabs-list .vc_tta-tab:nth-child(5) span {
color: red;
}
.wpb-js-composer .vc_tta-tabs-list .vc_tta-tab:nth-child(6) span {
color: black;
}
.wpb-js-composer .vc_tta-tabs-list .vc_tta-tab:nth-child(7) span {
color: red;
}
.wpb-js-composer .vc_tta-tabs-list .vc_tta-tab:nth-child(8) span {
color: black;
}
and for the hover:
.wpb-js-composer .vc_tta-tab:nth-child(1)>a:hover{
color: black;
}
.wpb-js-composer .vc_tta-tab:nth-child(2)>a:hover{
color: #402f24;
}
.wpb-js-composer .vc_tta-tab:nth-child(3)>a:hover{
color: black;
}
.wpb-js-composer .vc_tta-tab:nth-child(4)>a:hover{
color: #402f24;
}
.wpb-js-composer .vc_tta-tab:nth-child(5)>a:hover{
color: black;
}
.wpb-js-composer .vc_tta-tab:nth-child(6)>a:hover{
color: #402f24;
}
.wpb-js-composer .vc_tta-tab:nth-child(7)>a:hover{
color: black;
}
.wpb-js-composer .vc_tta-tab:nth-child(8)>a:hover{
color: #402f24;
}
Regards
Hello,
these removed http://prntscr.com/i70wu9
this added http://prntscr.com/i70wm7
Then you need also to find these lines http://prntscr.com/hscf4q (xstore/js/etheme.js) and comment, like on screenshot https://prnt.sc/hscfex Then copy content of this file and minify it https://jscompress.com/, replace content of etheme.min.js file
and added custom css in your custom css area in options http://prntscr.com/i70yah
.single-product .tabs .opened-parent:not(.et-opened) .tab-title.first-tab-opened:after {
content: '\f107';
margin-top: -11px;
}
Regards
Hello,
Please provide screenshot for better understanding.
Regards
Hello,
We’ve sent widgets.php file to your registration email.
You need to replace this file in royal/framework/ folder and wait for 2 hours when instagram cache will be updated.
Regards
Hello,
You’re welcome!
Regards
Hello,
You may use this custom css code (Theme Options > Styling > Custom css):
.top-panel-container {
background-color: #dc5e5e;
}
Regards
Hello,
Oh, ok. We are glad that you sorted out 🙂
Regards
Hello,
Please try to activate theme now.
Regards
Hello, @webtec
Unfortunately, we can’t connect to FTP http://prntscr.com/i5xp46
But today we release new theme update http://prntscr.com/i5xq9i, and the menu label problem will be solved after theme update to 4.17 version https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
Regards