Forum Replies Created
-
in reply to: Overlapping items
Hello,
Sorry, please check it again. It should be ok now.
Best regards!
in reply to: PERMALINKS ProblemHello,
this is strange. Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Weird Header when window is smallHello,
@Rednown,
The responsive mode includes some predefined screen dimensions, the smartphones / tablets / laptops. Whom all have fixed dimensions that are all covered up in theme styles.
Your site looks ok when viewed in iPhone / iPad.
When you re-size the browser to your wish, it will eventually, have in a time, the width that no device has. Usually these do not pose any issue on the site as it is usually accessed by one of these devices, however if you want to avoid it, then please add this code into your custom css box:@media (max-width: 1100px){ nav .menu > li { padding-right: 5px; padding-left: 5px; } }
@HannahTK,
Your site has different issues, that are not caused by the theme. Your case is different from the present customer. Please refer to our replies on your topics.
We are happy to assist you solve your issue. Thank you.Best regards!
-
This reply was modified 10 years, 7 months ago by
Mirela.
in reply to: Mobile SiteHello,
No, the header type does not affect mobile menu. Please update theme to it’s latest version and deactivate all third party plugins.
Let us know, so we can check it up again.Best regards!
in reply to: Mega menu title font/sizeHello,
Please add this code into your custom css box:
@media (max-width: 480px){ .menu-small ul.menu .codeless_custom_menu_mega_menu h6 { font-size: 10px; padding-left: 54px; } .menu-small ul.menu > li > a { font-size: 14px;} }Best regards!
in reply to: Mobile Menu/ Burger Icon Not ShowingHello,
I can see the mobile menu. But since the background is white and so is the logo, it makes it invisible. To have dark logo for mobile , i added this code into your custom css box:
@media (max-width:480px){ #logo img.dark { display: none !important; visibility: hidden !important; } #logo img.light { display: block !important; visibility: visible !important; } #logo img { height: 27px !important; top: 60px !important; }}Best regards!
in reply to: Dummy Import Not WorkingHello,
Sorry for the late reply.
Please send us your wp credentials in a private reply. So we can do it for you.Best regards!
in reply to: Put text into the slider for mobile viewHello,
Can you please check again the credentials? I can’t pass by the pop up login form with these.
Best regards!
in reply to: Team Add-OnHello,
1- To have more text for staff description please go to file staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
The number 25 is the number of words allowed to show in the small description. Increase it as much as you want, to display more.2-To push up closer to the picture, the “Name, Title, Text”, add this code into your custom css box:
.single_staff .content { padding: 2px;}Best regards!
in reply to: Trouble with iconsHello,
For the icons alignment please add this code into your custom css box:
.services_medium .icon_wrapper [class*="moon-"]:before, [class*=" moon-"]:before { line-height: 2.3; }Best regards!
in reply to: Responsive Menu/HeaderHello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo { left: -100px !important;} a.mobile_small_menu:hover { color: #00d3c5 !important; } }Best regards!
in reply to: TOWER THEMEHello,
1-Sorry but is not possible to add a contact form in footer as a widget.
2-Please go to file tower\includes\core\codeless_options.php and find these lines:
https://codeshare.io/MxdJH
Replace with these: https://codeshare.io/AcZvg
Now go to file tower\includes\widgets\codeless_socialwidget.php and find these lines:
https://codeshare.io/zzqKp and replace with these: https://codeshare.io/JoUBb3-In the Services element options, there is a option to assign an icon. There is also a small triangle for you to switch to the next page of icons and select the one you want. Screenshot.
4-You have selected the dark version of header in your home page, but to remove this effect you have to select the dark header in all of your codeless slider, slides. I already changed that for you.
Best regards!
in reply to: Setting Up Tower Agency DemoHello,
I was able to create a new menu (home_menu) and set it as main menu. What issue are you experiencing? Screenshot. I changed it back to the menu you were using.
Let us know.Best regards!
in reply to: Tower: Portfolio Project Detail and DescriptionHello,
You will not find those files under Appearance > Editor. Please go to your wp-content/themes/tower/includes/view/portfolio/ folder, access it from your cpanel, or via ftp.
To add information for the “Project Details” please go to General Options > Portfolio Config > Custom fields Parameters, add here as many custom fields you need.
screenshot. Then go to your portfolio item Single Portfolio Options > Custom Fields, (screenshot) fill in the info and save.Best regards!
in reply to: Overlapping itemsHello,
Please go to file button.php, and replace it’s code with this: https://codeshare.io/kW1GJ
You have installed plugins that conflict with theme files, causing elements to overlap. I added this code into your custom css box:.vc_col-sm-8.wpb_column.column_container.with_padding { padding-top: 65px; } .vc_col-sm-4.wpb_column.column_container.with_padding { padding-top: 65px; } .animated_counter { padding-top: 150px;}It is ok now.
Best regards!
-
This reply was modified 10 years, 7 months ago by