Forum Replies Created
-
in reply to: I couldn't get the default demo page to show
Hello,
Yes, please add some wp credentials in a private reply.
Best regards!
in reply to: Text not showing on top of video backgroundHello,
There are a lot of different reasons why a feature stops working or has bugs after some time. For example: a plugin, API or WordPress update can cause some code to stop working or conflict.
That’s why themes and plugins get updated time after time.I will forward this to theme developer, so if it’s needed, he will include the fix in the next theme update.
Let us know if you need further help.
Best regards!in reply to: Full Blog pagesHello,
The plugin “Toolset Views” is conflicting. If you deactivate it, all blog posts will show normally.
Check it here: https://rairfoundation.com/blog/Best regards!
in reply to: Remove You are hereHello,
Then add this code into your Custom Css box:
.header_page { display: none; }Best regards!
in reply to: Remove Navigation from Home PageHello,
Then add this code into your Custom Css box:
.header_container { display: none; }Best regards!
in reply to: Can´t make 3 columned Row into a cl-slider rowHello,
I just tried and had no problem adding a Row inside Codeless Slider. See screenshots:
Options: https://ibb.co/zrNj4Lf
Result: https://ibb.co/sWb5J32Can you post wp credentials of this site in a private reply? So i can test it out myself.
Best regards!
in reply to: Blog page broken, need developer supportHello,
I am doing a recap of the issues you presented (the latest ones):
1-Highlighted text color to gold: Fixed;
2-Distance of portfolio items in homepage: fixed;
See screenshot: https://ibb.co/HBkTNb1
3-Blog page already fixed by theme author in your communications via email;In this ticket i had already given you a lengthy reply on most of the questions you had. Based in your later responses, it looks like you didn’t even see it. See screenshot: https://ibb.co/tXPhbgj
Let me know if you read that.The theme version you have now is the latest one. During all customization we did, there was no problem with saving or reverting changes back.
Note: After theme updates it’s common for some widgets to be removed. They are not lost, they are just moved by wordpress to an area in Appearance > Widgets > Inactive Widgets. You just have to drag-and-drop them again to the right place.
Please review these and let us know what can we help with from this point on.
Best regards!
in reply to: Shop page does not pagingThis reply has been marked as private.in reply to: Blog page broken, need developer supportThis reply has been marked as private.in reply to: Visual Composer & FontsHello,
You can remove the reservation button. Just open page from Codeless Builder. Hover over the button so the edit/clone/delete options will appear. Then just delete the button. The header will not change.
-I am not sure regarding the accents in the included fonts. I will forward the ticket to theme developer so you’ll get a more clear response.
Best regards!
in reply to: Remove You are hereHello,
-Please go to page’s General Settings > Page Header Options > Active Page Header, set it OFF.
-This is an element that is not overwritten from theme. So to change it’s behavior you need to either edit plugins files (totally not recommended) or add excerpt to each post and make sure to add the same number of words for each. Add the text you want to display under the post in post grid in the excerpt box shown in the sidebar menus in post’s option page.
Best regards!
-
This reply was modified 6 years, 9 months ago by
Mirela.
in reply to: Folie: mobile menu and galleryHello,
1-This is a browser issue. Make sure the browser you are using doe snot have any add-ons installed. I tested this in various mobile cel and different browsers and the menu had no issue opening.
2-Sorry but you can either activate or not the lightbox on hover. It’s not possible removing it only for mobile.
A workaround would be deactivating onhover effect in mobile. If you want this, then just add this css into your Custom Css box:
@media(max-width: 480px){ .entry-overlay.dark-text.entry-overlay-zoom_color { pointer-events: none; }}Best regards!
in reply to: Visual Composer & FontsHello,
Od you have the latest version of theme? Please check and if not, make sure to have theme and it’s included plugins updated first. It’s very important.
If you did not make many changes to the demo content, i suggest you activate child theme and import demo data again. Then proceed in making the changes in text using only Codeless Builder. This is theme’s main builder, with which all demos have been build.
Let us know.
Best regards!in reply to: Tower ThemeThis reply has been marked as private.in reply to: Change color of the hamburger menu icon in FolioHello,
That’s because the header light style takes precedence. Please go to file style.css and find this line(1832):
@media (min-width:992px){ .cl-header-light .cl-hamburger-menu span{ background-color: #fff !important; } }Remove
!importantfrom it. Save changes. Then add this css in Custom Css box:.cl-header-light .cl-hamburger-menu span { background-color: #009688 !important; }Edit the color to your wish.
Best regards!
-
This reply was modified 6 years, 9 months ago by