Hello, @bindebale
Please check email.
Regards
Hello, @bindebale
Please check email.
Regards
Hello,
1. –
A) Please use this code from my previous reply http://prntscr.com/i1l1w9
B) Please give me more details about the desired displaying result.
Regards
Hello,
4. Please read our documentation https://www.8theme.com/documentation/docs/widgets-custom-widget-areas/
I’ve created “Default-New-Prefooter+Footer” static block on your site, try to add this, using static block widget, in Pre Footer Area. Also, please read https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/.
3. Have you sorted out http://prntscr.com/i1kzgv ?
Regards
Hello,
I hope you are well today and thank you for your question.
It is possible via changes in files. You need to create etheme-child.js file in your child theme with this code:
jQuery(document).ready(function(){
setTimeout(function(){
var etcats = jQuery('.product-categories');
var minusicon = '–';
var subItem = etcats.find('.open-this');
if (subItem.length) {
jQuery(subItem).html(minusicon).parent().addClass('opened').find('> ul, > div.nav-sublist-dropdown').slideDown(100);
}
},100);
});
Also, use this code in function.php file of the child theme http://prntscr.com/i1knqa:
wp_enqueue_script('child-theme', get_stylesheet_directory_uri().'/etheme-child.js',array(),false,true);
Regards
Hello, faith@headstoneministries.com
Please create an individual topic for your issue.
I’ve checked your site and looks like you have some problem in files. Also, you do not have a child theme, it means that changes that you made in files of parent theme will be lost after theme update. In your case, I would recommend to try to solve the problem in this way:
– activate some default theme on site;
– rename IDStore theme folder via FTP;
– upload latest IDStore theme version and activate this theme version that doesn’t have any custom changes;
– clear cache and check if all works fine;
– create a child theme and transfer your custom changes into child theme if this is needed;
– activate the child theme on site, and if all works fine, delete the old theme version.
In result, you will have 2 theme folder (IDStore – parent theme and the child theme), the child theme should be activated on site.
Let us know if you need any further assistance.
Regards
Hello,
You’re welcome!
This is not a bug, the same you may see on our demo http://prntscr.com/i1k2e6
But try to use this custom css:
.cart-table-section .shop_table .woocommerce-cart-form__cart-item td {
text-align: center !important;
}
.cart-table-section .shop_table .woocommerce-cart-form__cart-item .quantity-box{
width: 65px;
float: none;
margin: 0 auto;
}
.cart-table-section .shop_table .woocommerce-cart-form__cart-item .quantity-box .quantity {
left: auto;
right: auto;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
float: none;
}
Regards
Hello,
I’ve checked your site and see that you already imported different static blocks. On our demo: http://prntscr.com/i1ka23 – Footer Variant 1, http://prntscr.com/i1kaaf – http://prntscr.com/i1kaex
You need simply select needed footer static block in Appearance > Widgets > Footer or Pre footer areas.
To create the same Prefooter block as on our demo, you need to create few custom widget areas, please see screenshots – http://prntscr.com/i1kc16 (http://prntscr.com/i1kc7d > http://prntscr.com/i1kcfa, http://prntscr.com/i1kclb > http://prntscr.com/i1kcpz, http://prntscr.com/i1kcui > http://prntscr.com/i1kcyt).
Regards
Hello,
I hope you are well today and thank you for your question.
I’ve changed these settings https://prnt.sc/i1k7l4. Please check now.
Regards
You’re welcome!
Let us know if you need any further assistance.
Regards
You’re welcome!
Let us know if you need any further assistance.
Regards
Hello,
I hope you are well today and thank you for your question.
To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
Let us know if you need any further assistance.
Regards
Ok. Have a nice day.
Regards
Hello,
We are glad to hear that you sorted out.
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
Hello, @vgza
Please check email.
You need to replace wp-instagram-widget.php file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.
Regards
Hello, @tr45h
We’ve sent wp-instagram-widget.php file to your registration email.
You need to replace this file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.
Regards
Hello,
I’ve added custom class http://prntscr.com/i19pj1
so now you may use this custom css code
a.btn-custom-color {
color: white;
}
Regards
Hello,
Do you want to add gallery like on screenshot as an element on some page? Unfortunately, there is no such element in VC.
Regards
Hello,
This is not a bug with an empty search field, it is default functionality of WordPress. You may activate a default theme and check work of default search widget.
“Footer” and “Footer-jewellery” are static blocks. To hide static blocks from search results, please use this code:
.search-results .staticblocks {
display: none;
}
Regards
Hello,
Please go to Appearance > Widgets and check what static block selected in Footer area.
Regards
Hello,
Try to select this header type – http://prntscr.com/i192ld and add this code in custom.css:
.top-bar {
background-color: white !important;
border-bottom: 1px dotted #dbdbdb;
}
.top-bar a, .header-type-6 .top-bar li:before, .header-type-6 .cart-summ:before {
color: #8e8e8e !important;
}
+ disable “Use right side panel” option in Theme Options > Header.
Also, it would be better to add custom css code for the logo in media query, like:
@media only screen and (min-width: 768px) {
.header .logo img {
max-width: 827px !important;
width: 827px;
}
}
Regards
Hello,
1. Please try to set 0 as on this screenshot http://prntscr.com/i18vwr
2. Try to use this custom css code:
.social-custom br {
display: none;
}
Regards
Dear @ShadowRunner,
You’re welcome!
Have a nice day.
Regards
Hello, @ShadowRunner
We’ve sent wp-instagram-widget.php file to your registration email.
You need to replace this file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.
Regards
Hello,
We’ve sent wp-instagram-widget.php file to your registration email.
You need to replace this file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.
Regards
Hello, @khel
Feel free to ask if you have any other questions.
Have a nice day.
Regards
Hello,
Please try to change your code to:
@media only screen and (max-width: 1024px) {
.vc_row#bg-change {
background-image:none !important;
background-color:#222222 !important;
}
}
Regards
Hello,
In this case, provide us with your website URL and temporary wp-admin accesses in Private Content, so we can take a closer look.
Regards
You’re welcome!
Have a nice day.
Regards
Please add this code in Theme Options > Styling > Custom css:
.fixed-header .navbar-header {display: none;}
Regards
Hello,
You’re welcome!
Regards