Forum Replies Created
-
in reply to: Several problems
Hello,
Please can you check it again now.
Clear the cache before.
Regards!
in reply to: WooCommerce checkout template and errorHello,
I have added a simple code into the cart-shipping.php. Now the cart is ok.
Please clear the cache before checking it.
Let us know.
Regards!
in reply to: Issues with Codeless Slider used with Specular ThemeHello,
You have to edit the file main.js file:
$('.codeless_slider').imagesLoaded(function(){ $loading.css('display', 'none'); var c_speed = $('.codeless_slider').data('speed'); if(c_speed == 'undefined') c_speed = 800; codelessSlider = new Swiper('.codeless_slider',{ slidesPerView: slide_per_view, paginationAsRange: false, loop: false, touchRatio: 0.7, autoplay: 5000, speed: c_speed, noSwiping: true,Now you have to change the c_speed value from 800 in 1600.
and also you have to change:$('.codeless_slider').imagesLoaded(function(){ $loading.css('display', 'none'); var c_speed = $('.codeless_slider').data('speed'); if(c_speed == 'undefined') c_speed = 1600; codelessSlider = new Swiper('.codeless_slider',{ slidesPerView: slide_per_view, paginationAsRange: false, loop: false, touchRatio: 0.7, autoplay:{ delay:5000, reverseDirection:false, }, speed: c_speed, noSwiping: true,Save the file and let us know.
Regards!
in reply to: Problems with widgetsHello,
I see everything is ok: https://randmwindowsanddoors.co.uk/wp-admin/customize.php?clactive=1&url=http%3A%2F%2Frandmwindowsanddoors.co.uk%2F%3Fclactive%3D1
you can edit the theme without any problems.
Also the Widgets on the footer works i have added the only one that miss on the footer.
Please for more specific information check out our documentation:
https://codeless.co/handel/documentation/
Let us know.
Regards!
in reply to: Error Loco Translatein reply to: Problems with widgetsHello,
Please can you show me exactly where you see the errors?
If the problems are on the backend send your wp credentials in a private reply. So we can check it out.
Regards!
in reply to: June – WooCommerce Theme InstallHello,
Please can you check it now? I have installed the demo for you.
Regards!
in reply to: Text breaks in random places on mobileHello,
Please can you add this line of code into Folie > Customizer > General > Custom CSS box :
article.hentry h2.entry-title{ word-break: break-word; }I have tried to add this line of code by myself but the account you gave me doesn’t have enough privileges to do that.
Let me know.
Regards!
in reply to: Error Loco TranslateThis reply has been marked as private.in reply to: Install DEMO themeThis reply has been marked as private.in reply to: Error Loco TranslateHello,
Please write in English because it is difficult for us to translate the Spanish language.
Are you using any child theme?
In that case you have:
1. EDIT CHILD THEME FUNCTIONS.PHP
function handel_child_lang_setup() { load_theme_textdomain( 'handel', get_stylesheet_directory() . '/languages' ); load_child_theme_textdomain( 'handel-child', get_stylesheet_directory() . '/languages' ); } add_action( 'after_setup_theme', 'handel_child_lang_setup' );2. MOVE LANGUAGES FOLDER TO CHILD THEME
wp-content/themes/handel-child/
Check it again now.
Regards!
in reply to: June – WooCommerce Theme InstallHello,
Can you share with us your online link and wp credentials into your profile details? So we can check out what had caused this issue.
Let us know
Regards!
in reply to: AMP Issues & Responsive issuesHello,
Sorry, but the theme is AMP ready and that means that only blog and single blog post are fully amp.
It’s difficult to have all the website AMP.
Normally the blog posts that are listed on the google ranking will open as AMP and this will make that your blog posts will be open at high speed. Google had created AMP for blogs.
Regards!