Forum Replies Created
-
in reply to: Service Text Effect – Link from icon
Hello,
@tfussell1,
No, this is the only way to make the services links to another url. The pages that are not listed under Appearance > Editor, you have to access them via ftp.
Open a ftp connection and then go to folder: wp-content\themes\tower\includes\core\codeless_elements.phpBest regards!
in reply to: Making header semi transparentHello,
You can change the header transparency in General Options > Header Options > Background.
You can edit main navigation styles in General Options > Header Options > Menu Options. Sorry but the modification you want to make to the main menu, is a preference styling and it’s not included in support service.
Best regards!
in reply to: Image Header In HomepageHello,
I just opened your site but i do not get the gray box in page header. It could be that your server may need some time to reflect the changes.
Please clear cache and refresh page.Best regards!
in reply to: Ipad in Landscape Revolution SliderHello,
You had two missing brackets in the code in your custom css box. It was generating an error and it was impeding the code to take effect.
I edited it now. Also i added this code for the mobile page header:@media (max-width: 767px){ .header_page.centered { height: 230px !important;} }Result screenshot.
Please check your site and let us know.PS: I never got the gray box in header more than the loading time. Can you please explain better? Where did you get it?
Best regards!
in reply to: Media Element – videoHello,
What theme version do you have? Did you installed any new third party plugin recently? When did this started to happen?
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.Read this article for more information.
Best regards!
in reply to: Mobile navigation won't appearHello,
I checked your site in mobile but apart from the logo located in right position, i did not see any of these issues.
-For the logo positioning, please add this code into your custom css box:@media (max-width: 480px){ #logo { float: left !important; left: 40px !important; }}Edit “left” attribute value to your wish.
-I was able to open menu, click one item of it and actually redirected to that page.
-What do you mean by “footer is off the width of the site”? I see it is resized just as it should in mobile. Please see screenshot of it. Are you not seeing this? If yes, what exactly do you want to change here?
Let us know.Best regards!
-
This reply was modified 9 years, 9 months ago by
Mirela. Reason: added link of screenshot
in reply to: header and logo size issuesHello,
What theme version do you have? Did you installed any new third party plugin recently? When did this started to happen?
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.Read this article for more information.
Best regards!
in reply to: custom sidebarHello,
You just needed to add widgets to the blog sidebar in Appearance > Widgets. The blog already has a independent sidebar created for it. You do not need to create another one as by default settings it will only recognize the “Blog Sidebar”. I added a sample widget to it and it is showing ok in blog page.
To remove it from the single blog posts, i added this code into your custom css box:.single-post aside#widgetarea-sidebar { display: none; }Please check your site.
Best regards!
in reply to: Ipad in Landscape Revolution SliderHello,
1-You can use header images for every page. Just go to the page’s General Settings > Page Header Options > Page header background. Set the page header settings here. teh images are also responsive.
2-Can you please check your site? I can’t seem to open it. It displays just a blank page (screenshot).
Best regards!
in reply to: while template activation parse error is comingHello,
The page is perfectly editable via classic and back-end editor. The front-end editor does not have any issue, since you can use it to edit other pages. The only difference is that home page has many elements. So it may need more execution time than it is set up in the server. So either you contact your host provider and increase the host settings or just use back-end editor to edit home page.
Let us know.Best regards!
in reply to: Codeless sliderHello,
You have to update it using the included version within theme folder. Please read this topic for more information.
Best regards!
in reply to: Responsive layout for sidebar and contentHello,
This requires styling and is a customization not included in support.
We can suggest you to change the location of sidebar from left to right. So it will automatically flow after the main content in smaller screen sizes.Best regards!
in reply to: Remove arrows from sidebar menuHello,
Please add this code itno your custom css box:
aside ul li:after {display: none;}
Let us know.Best regards!
in reply to: Use portfolio without ‘Read More’ linkHello,
Please add this code into your custom css box:
.vc_gitem-zone .vc-zone-link { pointer-events: none; }Let us know.
Best regards!
in reply to: Alignment IssuesHello,
I understand your point now. As i mentioned in my last reply, there is set a specific amount of space (padding) in each element. These are all Visual Composer elements and therefore are not dictated only by theme style. Please note that you are using different elements. Each of them has it’s own specifications. So the padding according to the type of element is also different.
Also in the services section, you have set a row within a row. This affects css as well by adding more padding.This code you have added in custom css box:
.container.dark { margin-top: -85px; }was causing part of the space. I commented it out. I added this code too, to remove the additional space:
.vc_row.section-style, .vc_row.standard_section { margin-bottom: 0 !important; }Also i see you have added padding to your columns(screenshot), remove them if you do not want any more space.
Best regards!
-
This reply was modified 9 years, 9 months ago by