Forum Replies Created
-
Hello,
Please can you create a new blank installation so i can login and install the demo for you.
Let us know.
Regards!
in reply to: Button Opens Page in New WindowHello,
You can’t do that at the moment. We are going to add this feature to the next update of handel that will come shortly.
Regards!
in reply to: Menu Item Active Menu color not changingHello,
This is what i see:
https://imgur.com/a/Q3DzT5VI think that everything is ok now.
Let me know.
Regards!
in reply to: Revolution Slider not responsive with SpecularHello,
Please can you check it now.
We have only added this conditional in 462 line:
$('.full_nav_menu').length > 0We will add this change also in the next update.
Best Regards!
in reply to: Menu Item Active Menu color not changingHello,
Please send to us your wp credentials so i can fix it for you.
Let us know.
Regards!
in reply to: Handel Finance Blog settingsHello,
Without ftp you also can’t update the theme when the new update will come.
Let us know.
Regards!
Hello,
Please can you fill your profile details so we can investigate this issue and maybe install the demo for you.
Let us know.
Regards!
in reply to: Hamburger menu in MobileHello,
Please can you check it now.
Let us know.
Regards!
in reply to: Codeless sliderHello,
Slider height can be changed on the Slider Option: https://codeless.co/documentation/main.html#codeless_slider
Please can you try to change the height from percentage to pixel.
Let us know.
Regards!
in reply to: Hamburger menu in MobileHello Zero-srl,
Please can you fill your profile details so we can access your website and check how can fix this issue.
Let us know.
Regards!
in reply to: update templateHello,
Yes you can update the theme and the WooCommerce.
Theme is compatible with the latest WooCommerce version.
Let us know.
Regards!
in reply to: Menu Item Active Menu color not changingHello,
We will check this problem and if it needed we will gonna fix this issue in the next update.
Regards!
in reply to: Handel Finance Blog settingsHello,
Sorry for this issue. We will fix this problem in the next update that will come soon:
Please can you replace this function into this file “/includes/codeless_html_attrs.php” find the line:
function codeless_extra_classes_inner_content( $classes ) { if( !codeless_get_meta( 'page_fullwidth_content', false ) ) $classes[] = 'container'; else $classes[] = 'container-fluid'; return $classes; }replace with:
/** * Manage all conditions for adding extra classes on Inner Content * Don't modify this, use add_filter for modify codeless_extra_classes_inner_content * * @since 1.0.0 */ function codeless_extra_classes_inner_content( $classes ) { if( !codeless_get_meta( 'page_fullwidth_content', 'off', get_the_ID( ))== 'on') $classes[] = 'container-fluid'; else $classes[] = 'container'; return $classes; }Save the file and let us know.
Regards!
in reply to: Hamburger menu in MobileHello,
Please can you try to open the link with a private browser because i think you have it on cache.
I have just tried with a simulator galaxy s5 and seems it works. Also works perfectly on iphone.
Let us know.
Best Regards!
in reply to: Add to cart redirection to checkout doesn\'t workHello,
Have you updated the theme to the latest version 1.6.3
Let us know.
Best Regards!