Forum Replies Created
-
in reply to: Clients Carousel Arrow
Hello,
1-Just edit the values of the first code to your wish. Example:
.clients_el:hover .pagination a.next { right: -60px !important;} .clients_el:hover .pagination a.prev { left: -60px !important;}Will set them in the same position as the hover.
2-Same here. You only need to test out the best values fit your wish. Example:
@media (max-width: 979px){ .clients_el:hover .pagination a.next { right: -40px !important; } .clients_el:hover .pagination a.prev { left: -40px !important; } }Will move the arrows in mobile more inside the content.
Best regards!
This reply has been marked as private.Hello,
Assigning the one page menu active is not the only thing to check when settings up a one page. Please watch carefully the way the row id’s are set in the video tutorial.
If you still can not manage to set it up, please send us your wp credentials in a private reply.
Will you use only one “One page”? Or will you use both one page and normal(external) pages?Best regards!
in reply to: Big Problem with Safari BrowserThis reply has been marked as private.in reply to: Can’t save anything except in classic mode!Hello,
Do you have any third party plugins installed? This usually happens due to plugins conflict with theme scripts. Please deactivate all third party plugins first. Then activate one at a time until you find the culprit.
As for the second error, this is more of a WordPress issue. My guess is the file isn’t found, or it needs to be reinstalled. Please check that you have all necessary access rights to wordpress files. This may also be caused by corrupted wordpress files. in this case you need to make a new installation. Do you have any error displayed in your console? Please send us a link of your site so we can give a closer look. Let us know.Best regards!
in reply to: Big Problem with Safari BrowserHello,
Sorry for the late reply.
I don’t see the last code added from my colleague Ruco, in your custom css box. What changes have you made in the mean time? Let us know, so we can understand better what’s still to change.Best regards!
in reply to: Dropdown menu not working with minifyHello,
Glad to know you found what you were looking for. Thank you for sharing!
Best regards!
in reply to: Menu under default page headerHello,
This is possible only for the “One page” feature. You can find the option in one page’s General Settings > Sliders Options > Slider On Top of the Page (screenshot).
For other pages, you should do it by editing the css.
Please note that this is a personal preference customization, therefore is not included in support.Best regards!
in reply to: Insert email text with an icon ontop of navigationHello,
To add the icon+text in top header area, please go to Appearance > Widgets and add a Tower Widget Shortcode, with this content:
[icon_text icon="moon-mail"] [email protected][/icon_text]
(screenshot).-For the footer, add a text widget with this content:
<img src="https://codeless.co/tower/default/wp-content/uploads/2015/04/logo_light.png" alt="" style="width:120px;"> <br /> <br /> Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scriptaset patrioque scribentur, at pro fugit erts verterem molestiae, sed et vivendo ali Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur...(screenshot)
Replace the image link to the image you want to use.Note: If you have imported any demo, then you do have all the used widgets pre-created and ready to use. Just go to Appearance > Widgets, scroll down to the “inactive widgets” area (screenshot) and drag-and-drop the ones you want to use.
Let us know.Best regards!
in reply to: not able to editHello,
Please update Visual Composer first. The included version in theme is vs 4.11.2.1. Follow the instructions in this article.
Let us know.Best regards!
in reply to: mobile header color changeHello,
I opened your site from mobile and i do see the header transparent just like it is in ipad (screenshot). Did you manage to fix your issue? Let us know how can we help your.
Best regards!
in reply to: mobile header color changeHello,
I opened your site from mobile and i do see the header transparent just like it is in ipad (screenshot). Did you manage to fix your issue? Let us know how can we help your.
Best regards!
in reply to: stop the header & menu form scrollingHello,
Sorry for the late reply.
The code worked but it is the overlay that is impeding the image to be a link. I added this code:.portfolio-item.basic .he-view { width: 0 !important; }into “jamaica” custom css box. The overlay is gone and the images of portfolio are links now.
-If you want to completely remove the overlay from the code (and not use css to hide it) then from this code: https://codeshare.io/pGu8Y remove these lines:<div class="overlay he-view"> <div class="bg a0" data-animate="fadeIn"> </div> </div>Best regards!
-
This reply was modified 9 years, 12 months ago by
Mirela.
in reply to: Problem with portfolio title after theme updateHello,
Please edit the code above to this:
.single-portfolio .page_header_yes .top_wrapper { padding-top: 100px !important;} .single-portfolio .header_page.normal h1 { margin-top: -31px; }So it will affect only portfolio posts, where you have the issue.
Best regards!
Hello,
Did you make the suggested edit? I don’t see the change in the code when i inspect your site. Please see this screenshot of your site, after i made the change above. The icon description is gone.
Let us know.Best regards!
-
This reply was modified 9 years, 12 months ago by