Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
4. Unselect the Lato font in Theme Options http://prntscr.com/izkwye
and overwrite this function http://prntscr.com/izkxax (xstore/theme/functions.php) via functions.php file of a child theme.
Now this happens when Reducing top bar height
– please check now.
Regards
Hello,
Simply add [8THEME] Blog carousel element on a page, here are settings from the demo – http://prntscr.com/izky3x http://prntscr.com/izky7h
I’ve created “Home hipster blog section” page. Please check.
Regards
Hello,
On our demo, the footer created via Static block using VC editor – http://prntscr.com/izkvh1
Read more – https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/ https://www.8theme.com/documentation/xstore/support/static-blocks/
We can create an example on your site, simply provide temporary wp-admin access in the Private Content area.
Feel free to ask if you have any questions.
Regards
Hello,
Sorry for the delay due to the weekends.
Have you sorted out?
Feel free to ask if you have any questions.
Regards
Hello @adyk666,
Done.
Regards
Hello,
You’re welcome!
Regards
Hello,
Please provide the correct link to your Dashboard. The last one is incorrect.
Regards
Hello,
Theme Options > Breadcrumbs > Breadcrumbs title font > Font Size.
Regards
Hello,
Make sure that you use latest theme version – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
Regards
Hello @mrsarajar,
Please change the code to:
@media only screen and (max-width: 992px){
.header-wrapper header .container-wrapper, .et-header-full-width .fixed-header .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.header-wrapper .navbar-toggle, .fixed-header .navbar-toggle{
right: auto;
left: 10px;
}
.mobile-menu-wrapper {
-webkit-transform: translate3d(-270px, 0, 0);
transform: translate3d(-270px, 0, 0);
right: auto;
left: 0;
}
.mobile-menu-opened .template-content {
-webkit-transform: translate3d(270px, 0, 0);
transform: translate3d(270px, 0, 0);
}
.header-wrapper .header-logo, .fixed-header .header-logo {
width: 100% !important;
padding-left: 0px !important;
float: none;
text-align: center;
}
.fixed-header .header-logo img.logo-fixed {
display: inline-block;
}
.global-header-hamburger-icon .fixed-header .navbar-header, .global-header-hamburger-icon .navbar-header {
margin-right: 1em;
}
}
Regards
In your parent theme > woocommerce folder some files have different content as in our classico theme (can be downloaded from ThemeForest). Did you edit files in parent theme?
Regards
Hello,
Unfortunately, I can’t login http://prntscr.com/iyjtpf
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/
What PHP version do you use?
Regards
Hello,
Theme Options > General > Footer > Show footer demo blocks > Off
Add this code in Theme Options > Styling > Custom css:
.footer {
padding-top: 2rem;
padding-bottom: 2rem;
}
Also, please read our documentation https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
Regards
Please provide us with temporary wp-admin and FTP access in the Private Content area.
Regards
You’re welcome!
Regards
Hello @toniM58,
Do you have this problem when parent theme is activated or with child theme only?
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css:
.top-bar .fb-like.fb_iframe_widget {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
Regards
Done http://prntscr.com/iyiqm4 > http://prntscr.com/iyiqq7
Regards
You’re welcome!
Have a nice day.
Regards
Oh I see, WPBakery Page Builder is activated on your site, this is a new name of Visual Composer. You do not need to activate Visual Composer, please ignore this message http://prntscr.com/iyif2b
Regards
Hello,
1. This custom css code also need to be deleted https://prnt.sc/iyi7qc
2.
h3#payment_heading, h3#order_review_heading {
text-transform: uppercase;
font-size: 16px;
}
Regards
Also, ask your hosting provider support to increase the following PHP settings:
– post_max_size to 64M;
– upload_max_filesize to 64M.
Read more – https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/
Regards
Please provide us with your website URL and ask your hosting provider support to create FTP account to your site files and give us the credentials.
Regards
Please make sure that you added the brands_list.php file in shortcodes (xstore/framework/) folder.
Regards
Hello,
Please provide temporary wp-admin and FTP access in the Private Content area so we can take a closer look.
Regards
Hello,
Please add this code in functions.php file of child theme:
function et_dequeue_ult_styles() {
$force_ultimate_styles = etheme_get_option('force_addons_css');
if ($force_ultimate_styles ) {
wp_dequeue_style( 'style_ultimate_expsection' );
wp_deregister_style( 'style_ultimate_expsection' );
}
}
add_action( 'wp_print_styles', 'et_dequeue_ult_styles' );
function et_dequeue_ult_scripts() {
$force_ultimate_styles = etheme_get_option('force_addons_css');
if ( $force_ultimate_styles ) {
wp_dequeue_script( 'jquery_ultimate_expsection' );
wp_deregister_script( 'jquery_ultimate_expsection' );
}
}
add_action( 'wp_print_scripts', 'et_dequeue_ult_scripts' );
Regards
Ok. Feel free to contact us.
Regards
Hello @Mimssk,
Please create a new topic https://www.8theme.com/forums/xstore-wordpress-support-forum/ http://prntscr.com/iyhihg and provide temporary wp-admin and FTP access in Private Content.
Regards
Dear @Blackbeard,
You’re welcome!
If you love XStore and have something nice to say don’t hesitate to tell about this!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards