Forum Replies Created
-
in reply to: Updating Tower
Hello,
The theme is up to date. These days the latest version of visual composer came out, but at the moment there is no incompatibility with this version of theme. We will update the plugin soon and you will be notified.
To make the updates automatically you will need the visual composer license, but because this plugin is included on theme package, we make the updates and include them on the next theme updates. So for now you’re ok.Best regards!
in reply to: Strange loading effect on ipadsHello,
In that case you can change it this way:
@media (max-width: 1100px) and (min-width: 768px) { .viewport { overflow-x: hidden !important; } }Let us know.
Best regards!
in reply to: How can I add Reviews for Portfolio items?in reply to: Strange loading effect on ipadsHello,
The site has a white space on the right when viewing on an ipad, this may cause the site to shrink when loading. Please try and add this code to your CSS box:
@media (max-width: 979px) and (min-width: 768px) { .viewport { overflow-x: hidden !important; } }and let us know.
Best regards!
in reply to: responsive ( Tower Agency)Hello,
We added this code to your CSS box for the menu responsivity:
@media (max-width: 1100px) and (min-width: 981px) { nav .menu>li>a { margin-left: -11px; } }For the revolution slider responsivity you don’t need to add custom CSS code, but need to arrange some settings. Usually the slider layers show correctly on every device when you turn OFF the Custom Grid Size button on slider settings, so everything it is customized automatically. But in some cases when you include captions or buttons, you need to arrange the layers manually.
I turned ON the Custom Grid Size button on the slider settings, so you can customize now the layers of your slider according to the different device size (ipad, phone, lap top). See screenshot. You just need to select the slides you want to edit and fix the layers, to look good on any device. see screenshot.
Let us know if you need further help.
Best regards!
in reply to: Urgent – Images not loading on Chrome on iphoneHello,
The latest version of Tower is 1.8.2, you have the 1.8.1 version. You can update theme to the latest version. Read this topic if you got any questions on how to update theme.
And this article on how to update visual composer.
Let us know.Best regards!
in reply to: Magazine template News sliderHello,
Sorry for the delay!
You can edit the sub-title padding by adding this code into your custom css box:.codeless_news_slider .swiper-slide p { padding: 7px 20px; }or increase the title line height by adding this custom css instead:
.codeless_news_slider .swiper-slide h1 { line-height: 74px; }Best regards!
-
This reply was modified 9 years, 6 months ago by
Mirela.
in reply to: Urgent – Images not loading on Chrome on iphoneHello,
Sorry, but i don’t see any issue with the images not being displayed on iphone view. See this screenshot.
Can you send us a link where you are experiencing this issue?Best regards!
in reply to: Responsive issues on tabletHello,
We fixed it now. Please check your site.
Added this code for the single portfolio responsivity:@media (max-width: 979px) and (min-width: 768px) { .single_portfolio_gallery .gallery.row { width: 90%; }}and fixed the text on “om attivo” page:
ipad landscape ipad portrait
Let us know.Best regards!
in reply to: Password Reset ButtonHello,
What theme version do you have? It’s better to keep the theme up to date, because we make new improvements every release.
We need to see closer the issue, please send us your site url. Add it on your profile user information. Read this article for more information.Best regards!
Hello,
Glad to hear that we’ve helped you.
:)Regards!
in reply to: Back to Top buttonHello,
Sorry for the delay!
We are looking forward to resolve this issue.
Will get back to you as soon as you fix it.Best regards!
in reply to: On mobile version WPML language option disapearsHello,
Have you turned on the ‘Show header tools in responsive (Mobile)’ button on General options > Header options? See screenshot.
When turning on this button the header tools and top navigation will show even on mobile view.
Let us know if you have enable it and the top navigation still doesn’t show.Best regards!
Hello,
Glad to hear that you resolved it. Thank you for letting us know.
Best regards!
in reply to: LinksHello,
The code does work: it disables the links from the service medium. But if you want to remove the hover effect on the service medium icons, you can add this other code to the page CSS box:
.services_medium.style_1.wpb_content_element { pointer-events: none; }This will make the services completely static, like images and simple text.
Let us know.Best regards!
-
This reply was modified 9 years, 6 months ago by