Forum Replies Created
-
in reply to: cannot activate theme – CORS error
Hello,
This is caused because your website is in a https protocol. So we have to update the them and change the link from http to : https://codeless.co/handel/register/login.php
You can continue to work without registering the theme.
Let us know if you have any further question.
Regards!
in reply to: Where do I edit this part on search result pages?Hello,
Please find the page “Shop bottom content” and delete its content or replace it with something else.
Let us know.
Regards!
in reply to: logo + menu issue on mobileHello,
I fixed the responsive look. If you want the hamburger menu on the left just remove this css:
.mobile_small_menu {
right: 0;
}You can see the tower theme logo image size as example. Anyway if you like it as it looks now, you can leave it this way.
Best regards!
in reply to: logo + menu issue on mobileHello,
I fixed it with some custom css code.
Normally the logo should be smaller, with no white spaces around, that’s why it looked messed up in responsive.If you change the logo in the future, then just remove the added css code of the logo at custom css box.
Best regards!
in reply to: Tip page idleHello,
Sorry you are having a bad experience with our theme, if you change your mind and use again Handel, let us know how we can help you. We are doing our best to improve our products and make our clients happy. We update the themes continuously to make sure everything is OK and and all the plugins are up to date.
Sorry, we can’t give you a refund for the specified reason.Best regards!
in reply to: appearance -> customize won't loadHello,
When you click on ‘Customizer’ it tried to reach homepage content, but as it’s not created with codeless builder, it fails to load. I created a test page here https://sdirawealth.com/test/, if you edit it and click on “Customize page & options” button, the builder does load correctly. The pages you have actually can’t be edited with Codeless Builder, you have to create new ones.
Best regards!
in reply to: Visual Composer not installedHello,
You can use the plugin and create your site from scratch with it. But you can’t edit the actual demo content with visual composer, it’s built with Codeless Builder, and can be edited only with it.
Give a Codeless Builder a try, it’s very easy to use.
Sorry, we can’t give you refund for this.
Best regards!
in reply to: Blog WidgetHello,
You can select the blog layout at Specular -> Blog Config.
Best regards!
in reply to: Testimonials Carousal Slider Dots are missing.Hello,
Sorry this isn’t possible. Only images are displayed as featured in portfolio page or recent portfolio. You can add video only inside the single portfolio entries.
best regards!
in reply to: Specular Child Social Widgetin reply to: Contact Page stylingHello,
Glad you managed to solve it. Let us know if you need further help.
Best regards!
in reply to: Flexslider slidespeedHello,
Please can you show us the page url where the slider is so I can give you instructions on how to change the speed?
Regards!
in reply to: Testimonials helpHello,
Edit the file tower/js/main.js. Find the lines:
$('.testimonial_carousel').each(function(){ var $self = $(this); $(this).carouFredSel({ auto: true, scroll: { items : 1, fx: 'fade' },and replace with:
$('.testimonial_carousel').each(function(){ var $self = $(this); $(this).carouFredSel({ auto: true, scroll: { items : 1, fx: 'fade', duration: 2000 },Best regards!
in reply to: codeless slider next button last slideHello,
Can you show us your site url so I can check the slider buttons? The sliders are displayed in published date order, the newer first. If you want to change the order, change the published date. Or use any ordering plugins.
Best regards!
in reply to: Page Options and Style Featured Image heightHello,
Thanks! The thumbnails image sizes can be changed at functions.php file in the main theme folder. Can you show us your site url so I can understand which thumbnail size you want to change?
Best regards!