Forum Replies Created
-
AuthorPosts
-
Hi, i increase video popup on mobile and make video auto play.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. The error message will disappear after you update parent theme.
2. All of your custom code do in theme option and child theme so can you update parent theme normal without losing anything, i helped you update theme to latest version. and display cart icon, language switcher now have issue with widget on footer after activate child theme there is text “English” can you try config in qTranslate plugin
3. The code should be
@media only screen and (max-width: 768px) {
.vc_custom_1487705315336 h3 span {
font-size: 20px !important;
}
}@media only screen and (max-width: 320px) {
.vc_custom_1487705315336 h3 span{
font-size: 10px !important;
}
}4. Yes, you can use these code
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFeel free contact us again if you need more help.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou can add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS
1. Change mini -cart
.jas-push-menu h3 { background: #000; color: #fff; }
Change #000 and #fff with your colors
2. Hot & New badge
.badge span { background: #f68e56; }
.badge .new { background: #4eb0be; }
Change #f68e56 and #4eb0be with your color
3. Page title background
.page-head:before { background: rgba(0, 0, 0, 0.4) ; }
Change 0,0,0 with your as R,G, B color and 0.4 as opacity from 0 to 1.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Markpevans,
Thank you for purchase!
To exclude category you need put ID number of category.
To get ID number of category you need hover mouse on edit
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. You download file at https://themeforest.net/downloads and extract .zip file you will see gecko-child
2. Create folder “views” in gecko-child, create folder “header” in “views”
3. Download attached file in this topic and extract
4. Put the file in gecko-child > views > header
5. Open file functions.php in gecko-child with text editor and copy below code to latest line of fileif ( ! function_exists( 'jas_gecko_child_register_sidebars' ) ) { function jas_gecko_child_register_sidebars() { register_sidebar( array( 'name' => esc_html__( 'Language Sidebar', 'gecko' ), 'id' => 'language-sidebar', 'description' => esc_html__( 'The Language Sidebar', 'gecko' ), 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => '</aside>', 'before_title' => '<h4 class="widget-title tu">', 'after_title' => '</h4>', ) ); } } add_action( 'widgets_init', 'jas_gecko_child_register_sidebars' );6. Compress gecko-child to gecko-child.zip
7. Go to Appearance > Theme > Add new > Browser to gecko-child.zip and install and activate Child theme.Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Child theme included in package you download from ThemeForest. So you can use thisAttachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can use child theme with attach file.
1. You create folder “views & header” in gecko-child with path gecko-child > views > header
2. Copy attached file “layout-2” to gecko-child > views > header
3. Add below code to gecko-child > functions.php
if ( ! function_exists( 'jas_gecko_child_register_sidebars' ) ) { function jas_gecko_child_register_sidebars() { register_sidebar( array( 'name' => esc_html__( 'Language Sidebar', 'gecko' ), 'id' => 'language-sidebar', 'description' => esc_html__( 'The Language Sidebar', 'gecko' ), 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => '</aside>', 'before_title' => '<h4 class="widget-title tu">', 'after_title' => '</h4>', ) ); } } add_action( 'widgets_init', 'jas_gecko_child_register_sidebars' );4. Go to Appearace > Widgets > add Language Widget to Language Sidebar
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. I checked your site on my phone and saw the image scale correct but your text so long so it go out the image
2. I copy short code from http://misa-shoes.com/wp-admin/admin.php?page=custom_widget_area and insert to Header Right Content in JanStudio > Theme Option > Header > Header Right Content.
Now you can setting up style for language switcher.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. I corrected code on your site, and now you can check
@media only screen and (max-width: 736px) {
.pa-center h1 span {font-size: 36px !important;}
.pa-center h6 span {font-size: 14px !important; letter-spacing: 1px;}.metaslider .flexslider .caption-wrap h3 { white-space: normal; line-height: 1.3; font-size: 14px;}
}2. You can add custom css
@media only screen and (max-width: 736px) {
.metaslider .slides img {
height: auto;
}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts