Is this article you can find the instructions to add a new local non google font to Tower theme. The same instructions are valid for Specular. First things to do: Connect via FTP to access the theme’s files (wp-content/themes/specular). Download the font in these formats: EOT / TTF / OTF […]
How to change slider speed
Hello, To edit slider speed, please go to file ‘main.js and find these lines: $(‘.codeless_slider’).imagesLoaded(function(){ $loading.css(‘display’, ‘none’); codelessSlider = new Swiper(‘.codeless_slider’,{ slidesPerView: slide_per_view, paginationAsRange: false, loop: false, touchRatio: 0.7, autoplay: 5000, speed: 800, edit the speed value to your need. Example. speed: 200,
Construction & Buildings Demo Widgets
Some important features of a site you create, are the widgets. They give us pieces of useful information and can be placed all over the site. When importing the dummy data of a demo site, you get all the widgets used in it , pre-created and ready to be used. […]
How to disable google map zoom on scrolling
Follow the instructions: Edit the file ‘specular/vc_templates/google_map.php’. Find the line: $output .= ”.$desc.”; and replace with: $output .= ”.$desc.”; Edit the file ‘specular/js/main.js’ Add this code at the end of the file: $(window).ready(function(){ // Disable scroll zooming and bind back the click event var onMapMouseleaveHandler = function (event) { var […]
How to find the purchase code
Please read this before posting to the forum https://codeless.co/documentation/main.html#support
How to get the correct google map link
Open Google Maps. Search the location. Go to Settings Then select ‘Share or embed map’. Go to Embed map. Copy only the link that displays at the iframe. Ex. This is a link: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193578.74109041048!2d-73.97968099999997!3d40.70331274999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2s!4v1432979722358
How to fix 404 error on portfolio items and portfolio 2nd page
This error is displayed because you have changed the permalinks recently or the portfolio slug. Go to permalinks and set to ‘Default’, save. Then set again to ‘postname’ or the permalink you want and save again. This will do the fix. This will force WP to rewrite the .htaccess file […]
Suggest us Features and Demos
We are working on adding new features and options to the theme. Help us improve it by suggesting new features.