Forum Replies Created
-
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!
in reply to: Codeless Slider Not working in IEHello,
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.
in reply to: Twitter and blogging issuesHello,
Sorry for the late reply. I can’t see your website. Is the link correct?
Regards!
in reply to: "Latest from Blog" not working with Video PostsHello,
We will take this into consideration for the next theme updates. thank you!
in reply to: Portfolio Slugs to DateHello,
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!
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!
in reply to: Comment reply brings me to the top of the pageHello,
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.
in reply to: Comment reply brings me to the top of the pageHello,
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!
in reply to: Custom sidebar issueHello,
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!
in reply to: Visual Composer is NOT WORKINGPlease 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.
in reply to: Visual Composer is NOT WORKINGHello,
We are working on this now, and will get back to you asap.
Regards!
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!
in reply to: Visual Composer is NOT WORKINGHello,
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!
in reply to: Tower theme not bundle CSS – need urgent actionHello,
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!
in reply to: Portfolio Category IconsHello,
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!
-
This reply was modified 10 years, 2 months ago by