Forum Replies Created
-
in reply to: Sticky Nav
Hello,
The theme has sticky navigation. You can turn it on at header options -> sticky nav.
I don’t understand well the question. Please can you show me your site or any screenshot to illustrate it?Regards!
in reply to: Responsive IssuesHello,
Please add this code at the end of hte file ‘js/main.js’:
/*-----------------------Google map disable zoom on scroll----------------------*/ function simpleDisableMapZoom(){ "use strict"; // Disable scroll zooming and bind back the click event var onMapMouseleaveHandler = function (event) { var that = $(this); that.on('click', onMapClickHandler); that.off('mouseleave', onMapMouseleaveHandler); that.find('iframe.googlemap').css("pointer-events", "none"); } var onMapClickHandler = function (event) { var that = $(this); // Disable the click handler until the user leaves the map area that.off('click', onMapClickHandler); // Enable scrolling zoom that.find('iframe.googlemap').css("pointer-events", "auto"); // Handle the mouse leave event that.on('mouseleave', onMapMouseleaveHandler); } // Enable map zooming with mouse scroll when the user clicks the map $('.row-google-map').on('click', onMapClickHandler); }Best regards!
in reply to: strange code in websiteHello,
You can use a plugin to replace the the links in database.
We suggest you WP Migrate DB plugin. It replaces the old links with the link you want and exports the database in .sql format so you can replace it.
Best regards!
in reply to: WooCommerce Products page messed up after the updateHello,
I need admin credentilas to access the theme’s files, or you can give me your ftp account.
These are the lines to be replaced:
// Increase loop count //$woocommerce_loop['loop']++; // Extra post classes $classes = array(); if ( 0 === ( $woocommerce_loop['loop'] ) % $woocommerce_loop['columns'] || 1 === $woocommerce_loop['columns'] ) { $classes[] = 'first'; } if ( 0 === ($woocommerce_loop['loop'] + 1) % $woocommerce_loop['columns'] ) { $classes[] = 'last'; }Make sure this line
//$woocommerce_loop[‘loop’]++;
is commented.
You can edit your topics. (https://support.codeless.co/forums/reply/16795/edit/)
Best regards!
in reply to: Sticky / Tearaway FooterHello,
It’s because you haven’t added enough content. Can you show us your site url?
Regards!
Hello,
You may have purchased this https://woocommerce.com/products/woocommerce-subscriptions/
Let us know if you need further help.
Best regards!
in reply to: Responsive Issues – Tower ThemeHello,
It’s because you have added animation to that column. Change the time or the effect.
Best regards!
in reply to: Inner content margin/paddingHello,
Check the height of the slider a t revolution slider settings. The resized for responsive image height is smaller than the height set at slider settings.
For the other space, you must set the padding bottom at row settings.
Best regards!
in reply to: array echoed in styles in headerHello,
You have added the right function, but I can’t see you site so I can check out the errors.
Have you removed other scripts too?
Can you show us your site credentials? You want to remove only that script/style?
Regards!
in reply to: Out of date librariesHello,
The theme have new jquery libraries. The compatibility is mentioned at theme’s page here https://www.clipular.com/c/5653164516179968.png?k=rETp04XxquLNfq-C8foMh4Fsd7Q
You can see that the theme is built with bootstrap 2.3.x.
We are sorry, we can’t refund you for that, also we haven’t any recent plan on updating bootstrap.
If you have any question regarding the theme, let us know, we will assist you asap.
Best regards!
in reply to: Dummy Data for Business 5Problem was fixed!
Your Host doesn’t accept XML files to import. The dummy data files need to be archived as gzip.
Now it’s ok:
Best Regards
in reply to: Dummy Data for Business 5First, is your dummy installation fully completed? Have you seen the ‘Completed Dummy Data, Options etc…’ on 100% ?
Have you leave the backup option empty?
Please give me an empty version of WP and i will install it for you.
Send me a reminder here: [email protected] when you are ready :)Thanks
in reply to: Visual Composer and WooCommerce productsProblem Fixed in your website.
We will push a new Update for Tower Theme these days :)
Thanks
in reply to: Onepage Menu linksJust tested it again in your website with various browsers and the video can be clicked many times without problem. I think that you can have an outdated browser version.
Please make an update to your browser and test it again.
Thanks
Hello,
Change the quotes format. Type the quotes again at the above style.
content: "" !Important;Use this code.
Regards!