Forum Replies Created
-
in reply to: Maps not working in footer
Hello,
I think the causes are 2 problems:
1. You have to set the google api referred that is your website url:
Check : https://developers.google.com/maps/documentation/javascript/get-api-key
2. Maybe google needs that your web need to be https too.
Regards!
in reply to: mobile menu not working on first loading.Hello,
Please can you edit the file wp-content/themes/folie/js/codeless-main.js find the lines:
$( '.cl-mobile-menu-button' ).on( 'click', function( ){ var button = $(this); button.toggleClass( 'open' ); self.config.$responsiveMenu.slideToggle('200'); CL_FRONT.animations( self.config.$responsiveMenu , true ); } );replace with:
$( '.cl-mobile-menu-button' ).on( 'click', function( ){ var button = $(this); button.toggleClass( 'open' ); self.config.$responsiveMenu.slideToggle('200'); } );Save the file.
Let me know if this resolves your issue.
Regards!
in reply to: Maps not working in footerThis reply has been marked as private.in reply to: Demo Portfolio ImportHello,
The page was installed with other pages you have only to put it on the menu.
Check out how the portfolio page can be created:
If you can’t resolve it share with us your wp credentials so we will configure that for you. :)
Regards!
in reply to: How do I add Widget to header on Specular?Hello Steve,
You haven’t to change the header with Elemetor you need only to change the header style to simple and check the header button option. Check the screenshot below:
Regards!
in reply to: how do I get the dummy pagesThis reply has been marked as private.in reply to: Replace Cart and Search IconsThis reply has been marked as private.in reply to: Change Page Layout – Header + menuHello,
Yes you can edit the page Shop Top Content copy the shortcodes in text mode and paste the code in the new gallery page you want to create.
Regards!
in reply to: Space between Header and SliderHello,
Please try to change the css code:
.page-id-798 rs-fullwidth-wrap{ margin-top:-14px !important; }Let me know.
Regards!
in reply to: Checkout button doesn't work on iPhonesHello,
Please open it in incognito mode.
I have tested on my phone and it works ok
Try it again.
I can’t even debug it because I don’t see this issue on my side.
Let me know.
Regards!
in reply to: mobile menu not working on first loading.Hello,
What device have you used? I have just tested and it seems it works perfectly.
Let me know.
Regards!
in reply to: Footer ColumnsHello,
You have to go into Specular > Footer > Footer Layout
Check documentation:
https://codeless.co/documentation/main.html#footer_options2Regards!
in reply to: Change Page Layout – Header + menuHello,
You have to go into Customizer > Shop > Shop Top content and select Shop Top Content page.
If you can’t fix that share with us your wp credentials and we can do that for you.
Regards!
in reply to: Add Other payment gatewayHello,
You have to search on google or wordpress.org repository and find any plugin or payment method for WooCommerce
Regards!