Forum Replies Created
-
in reply to: Change button shape in Tower
Hello,
1-You can change text alignment in Codeless Slider > Slide > Content > Title Style.
2-Yes, please add this code into your custom css box:
.codeless_slider .swiper-slide .buttons .btn-bt.default { -webkit-border-radius: 5px !important; }Best regards!
in reply to: Thin line passing through Custom HeadingHello,
Please add this code into your custom css box:
.codeless_separator { display: none;}Best regards!
in reply to: Problems with displaying the portfolioHello,
I opened your portfolio page, and i see six items at total. What issue are you experiencing?
Best regards!
Hello,
Theme is build in a way that some features are enabled only when a certain feature is on. This helps reduce server calls.
The logo change is related to background check javascrips. Which is used in the Page’s Settings > Page Options & Style > Header Color Style for Header, third option (Auto check). It selects the right logo to use, depending on the background image used in page header. The first two options (Dark/Light logo) are also related to this feature and therefore need the page header activated.Best regards!
in reply to: Tracking code with google analyticsHello,
I can see the code is included in theme scripts (screenshot). What is the issue?
Best regards!
in reply to: Responsive Menu/HeaderHello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo { float: left; left: -15px !important;} .mobile_small_menu { margin-left: 130px !important;} footer .inner .widget { margin-left: 60px !important;} }This should be the result.
Best regards!
in reply to: SLIDE RESPONSIVE – TOWER THEMEHello,
To reduce space between text in slider add this code into your custom css box:
@media (max-width: 480px){ .codeless_slider .swiper-slide .content h1{ padding-top: 0px !important; padding-bottom: 0px !important;} }To delete text and button, add this code:
@media (max-width: 480px){ .codeless_slider .swiper-slide .content h5 { display: none;} .codeless_slider .swiper-slide .content h1 { display: none;} .codeless_slider .swiper-slide .content p { display: none;} .codeless_slider .swiper-slide .buttons.animated { display: none;} }Best regards!
in reply to: SHOPin reply to: Embed video responsive + layout-problemHello,
1-I see the video is fitting the iPhone 5 screen size(screenshot) So is in iPad(screenshot) What is the issue?
2-Add this code into your custom css box:
@media (max-width: 1190px){ nav { display: none;} .mobile_small_menu { display: block;} #logo { margin-left: 50% !important;} }Did you remove the page header title? The code above will make the mobile menu display until the header is wide enough for the menu to fit in, without needing to slip down and overwrite page header title.
Best regards!
in reply to: Changes Not SavingHello,
This is more likely to be a server issue. Please go to your wordpress installation and make a database repair operation. You can find all (and more) information here.
Let us know.Best regards!
in reply to: theme updateHello,
Please go to your Envato account and download a fresh copy of theme files. You will be downloading the latest release (version 1.4.4). Also read our theme’s documentation on theme update (link to section) for more detailed information.
Let us know if you need our help.Best regards!
in reply to: SLIDE RESPONSIVE – TOWER THEMEHello,
You can do all of these. Let me know which one do you want to implement and i’ll give you the exact code to add into your custom css box.
Best regards!
in reply to: Removing TestimonialsHello,
Sorry for the late reply.
We tested this as well, but is not possible to reflect these changes only to child theme. You have to make it to the parent theme.Best regards!
in reply to: Main Menu Not DisplayingHello,
You must have chosen the “Fullscreen Overlay” header style.
This is a type of header where the three bar menu icon is displayed and menu is shown as a dropdown when you click the hamburger menu. If you want a normal horizontal menu, go to General Options > Header Options > Header Styles, and select another type of header.Best regards!