Forum Replies Created
-
in reply to: Hide Product Short Description
Hello,
Can i please see a link of the product catalog page? So i can be more precise.
Best regards!
in reply to: Footer Columns not displayed correctlyHello,
There is nothing wrong with footer layout. You have selected a three column layout and that’s what you got. The content is separated in three columns of
span4and have the content aligned left. See screenshot:
https://postimg.cc/5jqZNRJ1Best regards!
in reply to: Menu Display in mobileHello,
The default form of mobile menu has sub-menus shown along with the parent. Changing it requires coding. Sorry but this is a customization not supported.
Best regards!
in reply to: Mobile Display IssuesHello,
Please add some wp credentials in a private reply. So i can check this personally.
Best regards!
in reply to: Organic DemoHello,
Sure, these are the actions taken:
1-Assign homepage/blog page in Settings > Reading;2-In home page (and every other page) go to the image elements/row settings and replace the images. The demo images may not be imported (if you select to import without attachments) or some other issue with the image link, will result in the section not having the images you expect.
3-In Codeless > Header wizard/Footer wizard, select the header/footer style desired.
-There is a default padding value set up for a new row, but you can change that easy in Row settings > Design > Tools (screenshot). Set the value to 0 or just remove it at all.
That’s all.
Best regards!in reply to: color filter disappearsHello,
Sorry for the late reply.
Are you referring to this layout of search results: https://postimg.cc/c6QyNWrk ?
This is the default layout of it. The search page does not have a sidebar. If you want to have a sidebar, then you need to edit theme files. Please keep in mind that personal customizations are not supported.Let us know.
Best regards!in reply to: Hide Product Short DescriptionHello,
Yes, just add this css into your General > Custom Css box:
.single-product .cl-style-wide_horizontal .woocommerce-product-details__short-description p { display: none; }Let us now.
Best regards!
in reply to: Update showing php errorThis reply has been marked as private.in reply to: Update showing php errorHello,
Sorry for the late reply.
These are warnings related to the php version. They will not affect your site whatsoever!
We will update the php version in the next theme update and thus get all these type of warnings removed.We kindly ask for your patience till then. If you have any other issue related to theme features or settings, please let us know.
Best regards!
in reply to: Mobile Display IssuesHello,
This code:
@media (max-width: 480px){ #logo { left: 40% !important; }is wrong. It misses a bracket.
There is no need to change the other codes. It won’t make any difference in the site’s speed. So just keep the css as it was and add the additional css suggested right after the very last closing bracket. So you won’t have any error.The last css i send you is tested and it works. Add it again like suggested and try clearing cache and hard refresh.
Best regards!
in reply to: Revolution slider optionHello,
You have selected the Revolution slider but there are no sliders available! You need to create a revolution slider first, or import it. Then chose that to show up in the page. I imported one of the demo sliders already.
Please check your site.Best regards!
in reply to: Organic DemoHello,
There are some customization needed to do after the demo data is imported. Such as assigning the homepage in Settings > Reading etc. So all theme settings will show up in the right place.
These steps are mentioned before in the forum, but still we need to reach out and do them ourselves for some of clients. We will update the documentation and include a more detailed description of the steps, in the future.
Also we will keep on developing theme to be more user-friendly and automatic.Best regards!
in reply to: Menu and HeadersHello,
So the thing is that you are using both one page layout and external pages (blog and posts). The thing is that when you use one page, all menu items are “active” since all them point to the current page. Here you have the under-line onhover style. But there is the external page “blog”. This takes on the onhover style set up by theme in Personalizando ▸ Header ▸ Menu Style ▸ Hover & Active Item Styles ▸ Menu Item Active Font Color
The color set up here will be for all other pages/posts too.Normally having both layouts in one site is not correct. You should use only one at a time. So this is all we can do for this case.
Best regards!
in reply to: Outdated theme filesHello,
Let us know if you have any issue with anything in the site.
Best regards!
in reply to: Mobile Display IssuesHello,
Please try this code:
@media (max-width: 480px){ #logo { left: -50% !important; }}Change the value to your wish.
Best regards!