Forum Replies Created
-
in reply to: Date on news in footer not shown
Hello,
Please use this css code:
footer .inner .widget ul li span.date { display: none; }Best regards!
in reply to: Visual Composer is not workingHello,
Please download the latest theme version and install the latest version of visual composer, which is included in theme.
regards!
in reply to: animations on mobileHello,
I don’t see the issue on responsive. In which element are experiencing the issue?
Please download the latest theme update. Also install the latest version of visual composer which is include in theme.
Make sure you have selected smooth scroll at general options.
Regards!
in reply to: Codeless Slider Not working in IEHello,
Please can you show us your site credentials in a private reply, so we can give it a closer look?
Have you selected boxed layout at Tower -> Layout?
Best regards!
in reply to: Comment reply brings me to the top of the pageHello,
We are sorry for the late response. We fixed it.
Please add this css code at custom css box:
#respond{ display: block; float: left; }I have added a javascript code at the end of the file ‘/js/main.js’. You may need to know this change in case of theme update.
Best regards!
in reply to: Make Email Clickable in Header & FooterHello,
Sorry for the inconvenience. We will fix it in our next theme updates.
Please let us know if you need further help.
Best regards!
in reply to: Tower 1.6 – Visual composer 4.11.1.2 – WordPress 4.5Hello,
Please can you provide me admin credential so I can check the pages back-end?
We have tested the post grid element with latest version of theme and visual composer. It works correctly.
Best regards!
in reply to: vc_tta-panels (always bring us up again)Hello,
It’s the default effect of tab element on visual composer. When changing the active tab, it focuses the screen on the element. You can turn off auto-scrolling on element settings.
Best regards!
in reply to: Change WordPress Iris Colorpicker default colorsHello,
You can’t change the default colors in color picker, but you can pick a color above the default ones. It’s very easy.
Best regards!
in reply to: PrettyPhoto Lightbox not working on Image GalleryHello,
Please edit the file ‘js/main.js’
Find the lines:
$(".animsition").animsition({ inClass : $(this).data('animsition-in'), outClass : $(this).data('animsition-out'), inDuration : $(this).data('animsition-in-duration'), outDuration : $(this).data('animsition-out-duration'), linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)' });Replace them with:
$(".animsition").animsition({ inClass : $(this).data('animsition-in'), outClass : $(this).data('animsition-out'), inDuration : $(this).data('animsition-in-duration'), outDuration : $(this).data('animsition-out-duration'), linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)' });Best regards!
in reply to: ALT Tags Removed on Featured ImagesHello,
Can you show us your site url? So I can see what blog layout have you used.
Best regards!
in reply to: Tabs inside of TabsHello,
Sorry, this isn’t possible. Visual composer don’t have this option, it don’t allow it.
Regard!
in reply to: Visual Composer is not LoadingHello,
Fine, let us know if you need further help.
Regard!
in reply to: Comment reply brings me to the top of the pageHello,
Please try this:
Edit the file ‘tower/js/main.js’Find the lines:
function codelessOnePageContent(){ "use strict"; $('.composer_content').onePageNav({ currentClass: 'current-menu-item', changeHash: false, scrollSpeed: 750, scrollThreshold: 0.5, }); }Delete them.
Let us know.
best regards!
in reply to: Show header and footer in fullscreen blogHello,
Please add this css at tower -> general options -> css box:
.footer_wrapper { display: block !important; float:left !important; }Best regards!