Forum Replies Created
-
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!
in reply to: Menu wrapping bug – demo has it tooHello,
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!
in reply to: Background vs footerin reply to: cutted row and no share iconsHello,
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!
in reply to: Bug with Clients CarouselHello,
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!
in reply to: Tower: Portfolio Project Detail and DescriptionHello,
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!
in reply to: Responsive themeHello,
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!
in reply to: Menu on mobile deviceHello,
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!
in reply to: Image gridHello,
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!
in reply to: Complete portfolio item breadcrumbHello,
Sorry but that is not possible.
Best regards!
in reply to: Mobile SiteHello,
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!
in reply to: Setting Up Tower Agency DemoHello,
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.
in reply to: Text under each ohter on postsHello,
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!
in reply to: Caption with Right AlignmentHello,
Thanks for the feedback. We will check this up for sure.
Best regards!
-
This reply was modified 10 years, 7 months ago by