Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 10 years, 2 months ago Ruco
    Keymaster
    in reply to: Stick Nav "centered logo and navigation" (Header_10)

    Hello,

    Sorry for the inconvenience.
    Please remove all the changes we provided you in previous replies. Edit the file ‘/js/main.js’

    Find the lines:

    function codelessStickyNav(){
    	"use strict";
    	var opened = false;
    	var position = $('.header_wrapper').css('position'); 
    	var bool_test = false;
    	$('.logo_only_sticky .header_wrapper #logo').css('opacity', 0).css('visibility', 'hidden'); 
    	$(window).scroll(function(){
    		var top = $(this).scrollTop(); 
    
    		if(top > stickyNavTop  && !opened){
    			
    			$('body').addClass('sticky_header'); 
    
    			setTimeout(function(){
    				if($('.header_wrapper').hasClass('background--dark')){
    					$('.header_wrapper').removeClass('background--dark');
    					bool_test = true;
    				}
    				$('.header_wrapper').css('position', 'fixed').css('visibility', 'visible').addClass('open');
    				opened = true; 
    
    			}, 200);
    
    Replace with:
    
    
    function codelessStickyNav(){
    	"use strict";
    	var opened = false;
    	var position = $('.header_wrapper').css('position'); 
    	var bool_test = false;
    	$('.logo_only_sticky .header_wrapper #logo').css('opacity', 0).css('visibility', 'hidden'); 
    	$(window).scroll(function(){
    		var top = $(this).scrollTop(); 
    
    		if(top > stickyNavTop  && !opened){
    			
    			$('body').addClass('sticky_header'); 
    
    			setTimeout(function(){
    				if($('.header_wrapper').hasClass('background--dark')){
    					$('.header_wrapper').removeClass('background--dark');
    					bool_test = true;
    				}
    				$('.header_wrapper').css('position', 'fixed').css('visibility', 'visible').addClass('open');
    				$('.full_nav_menu').css('position', 'fixed').css('visibility', 'visible').addClass('open');
    				opened = true; 
    
    			}, 200);

    I can do it for you, just provide me the ftp credentials ( I can't login with the ones you provided).

    Best regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Codeless Slider Not working in IE

    Hello,

    You have added a lot of custom css code, which has messed up the site on IE. You can use boxed layout instead: https://www.clipular.com/c/4685866377674752.png?k=k9BZBv50ACdPV2LB1H3pRq9r5dg

    Best regards!

    • This reply was modified 10 years, 2 months ago by Ruco.
    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Twitter and blogging issues

    Hello,

    Sorry for the late reply. I can’t see your website. Is the link correct?

    Regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: "Latest from Blog" not working with Video Posts

    Hello,

    We will take this into consideration for the next theme updates. thank you!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Portfolio Slugs to Date

    Hello,

    Sorry those aren’t possible. You can change the portfolio slug at Portfolio Config, but can’t add date.

    If you want to edit the portfolio files, you can find them at ‘/tower/includes/view/portfolio’.

    Best regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Stick Nav "centered logo and navigation" (Header_10)

    Hello,

    This isn’t possible by default. Please edit eh file functions-tower.php.

    Find the lines:

    function codeless_header_main_navigation_style(){
      global $cl_redata;
    
      $header_class = $cl_redata['header_style'];
    
      if($header_class == 'header_1' || $header_class == 'header_2' || $header_class == 'header_3' || $header_class == 'header_4' || $header_class == 'header_7' || $header_class == 'header_8' || $header_class == 'header_9')
        

    and replace with:

    function codeless_header_main_navigation_style(){
      global $cl_redata;
    
      $header_class = $cl_redata['header_style'];
    
      if($header_class == 'header_1' || $header_class == 'header_2' || $header_class == 'header_3' || $header_class == 'header_4' || $header_class == 'header_7' || $header_class == 'header_8' || $header_class == 'header_9'  || $header_class == 'header_10')
        

    Best regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Comment reply brings me to the top of the page

    Hello,

    Please edit the file ‘tower/includes/view.blog/comments.php’.

    Find the line:

    <div class="comment <?php if($depth == 1) echo 'span12'; else echo 'span11 offset1'; ?>">
                  

    Replace with:

    <div id="comment-<?php comment_ID()?>" class="comment <?php if($depth == 1) echo 'span12'; else echo 'span11 offset1'; ?>">
                    

    I added a comment here https://www.viamondotraductions.com/traducteur-ou-agence-de-traduction/#comment-19 just to test it.

    Best regards!

    • This reply was modified 10 years, 2 months ago by Ruco.
    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Comment reply brings me to the top of the page

    Hello,

    Please edit the file ‘tower/includes/view.blog/comments.php’.

    Find the line:

    <div class="comment <?php if($depth == 1) echo 'span12'; else echo 'span11 offset1'; ?>">
                  

    Replace with:

    Best regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Custom sidebar issue

    Hello,

    Sorry, but it’a not possible by default. Can yous how me the page url where you have added custom sidebar? i will provide you some custom css code to hide the default widgets.

    Best regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Visual Composer is NOT WORKING

    Please can you help me understand the issue? I tried to add text on a page, on backend and frontend visual composer, saved and clicked preview. It seem to work fine.

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Visual Composer is NOT WORKING

    Hello,

    We are working on this now, and will get back to you asap.

    Regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Help!, HElp!, HELp!, HELP!, Please HELP! – Plugins won’t work.

    Hello,

    I see you have installed the latest visual composer.

    We will include the latest version of revolution slider on the next theme update.

    Please read this article regarding the plugins included.

    Best regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Visual Composer is NOT WORKING

    Hello,

    Please download the latest theme version. Install the latest version of visual composer 4.11.2.1 which is included in theme. Also update to WordPress 4.5.1.

    Let us know if you have other issues.

    Best regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Tower theme not bundle CSS – need urgent action

    Hello,

    Please can you show us your site url?
    What plugins do you have installed?

    The theme isn’t slow itself. It may have many reasons your site is slow. Your host maybe slow, or you have unloaded large images, which require more time to load. Or you have installed many plugins (that may conflict with each other).

    Best regards!

    10 years, 2 months ago Ruco
    Keymaster
    in reply to: Portfolio Category Icons

    Hello,

    Please use this css code:

    #portfolio-filter ul {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    

    Best regards!

Viewing 15 posts - 1,801 through 1,815 (of 3,073 total)
← 1 2 3 … 120 121 122 … 203 204 205 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password