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, 7 months ago Mirela
    Participant
    in reply to: Sticky nav disappears after browser resize – but also present in demo

    Hello,

    This is not really an issue, you just have to refresh page. Some actions are fired when the page loads and not when it’s resized. However, please go to file js/main.js and find this function:

    $(window).resize(function(){
    	"use strict";	
    	/*var width = 1100;
    	if($('.swiper_slider').length > 0){
    		var slide_per_view = $('.swiper_slider').data('slidenr');
    
    		if ($(".container").css("max-width") == "940px" ){
    			slide_per_view = 4;
    		}else if ($(".container").css("max-width") == "420px" ){
    			slide_per_view = 1;
    		}else if ($(".container").css("width") == "724px" ){
    			slide_per_view = 2;
    		}else if ($(".container").css("max-width") == "300px" ){
    			slide_per_view = 1;
    		}
    		var swiperParent = new Swiper('.swiper_slider',{
    		    slidesPerView: slide_per_view,
    		    paginationClickable: true,
    		    pagination: '.pagination'
    		});
    		
    	}	*/
    	//codelessPortfolioPageIsotope();
    
    	codeless_single_portfolio_floating();
    	codelessLayoutChanges();
    	testimonialsCycle();
    	codelessInitParallax();
    });
    

    Replace with these:

    $(window).resize(function(){
    	"use strict";	
    	/*var width = 1100;
    	if($('.swiper_slider').length > 0){
    		var slide_per_view = $('.swiper_slider').data('slidenr');
    
    		if ($(".container").css("max-width") == "940px" ){
    			slide_per_view = 4;
    		}else if ($(".container").css("max-width") == "420px" ){
    			slide_per_view = 1;
    		}else if ($(".container").css("width") == "724px" ){
    			slide_per_view = 2;
    		}else if ($(".container").css("max-width") == "300px" ){
    			slide_per_view = 1;
    		}
    		var swiperParent = new Swiper('.swiper_slider',{
    		    slidesPerView: slide_per_view,
    		    paginationClickable: true,
    		    pagination: '.pagination'
    		});
    		
    	}	*/
    	//codelessPortfolioPageIsotope();
    
    	if($('body').hasClass('sticky_active') && $window_width >= 980) 
    		codelessStickyNav();
    
    	codeless_single_portfolio_floating();
    	codelessLayoutChanges();
    	testimonialsCycle();
    	codelessInitParallax();
    });

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Menu wrapping bug – demo has it too

    Hello,

    This happens when the menu exceeds the header width.
    For all other devices this is defined in the responsive section of css code. These dimensions (smartphone/tablet) are globally set (fixed for all browsers), and set up for our theme as well.
    If you change the browser’s size just a little, the above will happen, until it is reached the responsive size.
    Usually this does not pose a problem as the website is accessed by fixed size devices (either desktop/ laptop/ smartphone or tablet) which width are all covered, but if you must edit it, i can provide the necessary code.
    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Menu

    Hello,

    Please add this code into your custom css box:

    .extra_navigation .footer_social_icons li {
        margin-right: -5px !important;
    }

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Background vs footer

    Hello,

    Please clear cache and refresh page. I can see the staff is ok, screenshot.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: cutted row and no share icons

    Hello,

    Please add this code into your custom css box:
    .recent_news.events .link { right: -61px !important;} for the post titles.
    Sorry but the shares section is not available in active Fullscreen Innovative Single Post.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Bug with Clients Carousel

    Hello,

    Please go to Appearance > Widgets. Scroll down the page to the section “Inactive Sidebar (not used)” Drag the widget you want (in your case socials) to the footer column.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Tower: Portfolio Project Detail and Description

    Hello,

    I am sorry but that is not possible. The titles are added in the code. You have to change them there.

    Ps: This is Specular theme support forum. I will redirect this ticket to the right forum but please make sure to create future topics in your theme’s specific forum.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Responsive theme

    Hello,

    We can ensure you that theme is completely responsive. It is tested to be fully functional in every device. if you are experiencing issues, please send us your wp credentials in a private reply. So we can check and fix them.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Menu on mobile device

    Hello,

    The mobile menu does not have any issue displaying in responsive mode. Please send us your wp credentials in a private reply. So we can check what is not set correct in your site.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Image grid

    Hello,

    You must upload the image with the same aspect ratio as the thumbnails sizes. You can refer to this topic, for more info.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Complete portfolio item breadcrumb

    Hello,

    Sorry but that is not possible.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Mobile Site

    Hello,

    The screen dimension for mobile and tablets are the official dimensions. Please read here for more info.
    The Jetpack plugin is not related to custom css box. Did you instaleld any other third party plugin recently?
    Please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Setting Up Tower Agency Demo

    Hello,

    I see you have imported more than one demo, since you have duplicated pages. To speed up your site, i suggest you to delete the excessive pages. In your main menu as well. You can now assign the pages you want to display in menu. Then edit these pages with your content and images. You can use Visual Composer to add/edit/remove elements in pages.
    Let us know if you need help.

    Best regards!

    • This reply was modified 10 years, 7 months ago by Mirela.
    10 years, 7 months ago Mirela
    Participant
    in reply to: Text under each ohter on posts

    Hello,

    The theme does not have this issue. You have a script interfering with theme files. Please find the folder marked in this screenshot, in your root directory and delete it.
    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Caption with Right Alignment

    Hello,

    Thanks for the feedback. We will check this up for sure.

    Best regards!

Viewing 15 posts - 10,846 through 10,860 (of 12,542 total)
← 1 2 3 … 723 724 725 … 835 836 837 →

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