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!
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!
Hello,
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!
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!
Hello,
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!
Hello,
Please try to change the css code:
.page-id-798 rs-fullwidth-wrap{
margin-top:-14px !important;
}
Let me know.
Regards!
Hello,
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!
Hello,
What device have you used? I have just tested and it seems it works perfectly.
Let me know.
Regards!
Hello,
You have to go into Specular > Footer > Footer Layout
Check documentation:
https://codeless.co/documentation/main.html#footer_options2
Regards!
Hello,
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!
Hello,
You have to search on google or wordpress.org repository and find any plugin or payment method for WooCommerce
Regards!