Forum Replies Created
-
in reply to: LayerSlider WP
Hello,
@Torrey4Yello,
Please go to your theme folder, inside the ‘plugins’ folder is the zip file of the slider. Upload this file directly into Plugins > Add new.The zip file is named “Layerslider.zip” it’s the capital letter that is causing this error. if you rename it to “layerslider.zip” there will be no issue even if you install directly from wp dashboard notification.
Let us know.
Best regards!
in reply to: home page pictureHello,
I suggest this setup:
-use single images to represent all categories. Add an image for that category and add custom link to the portfolio page containing the items of that category.-Create a new page for each category and add then using the portfolio element/
Let me know if this works for you.
Best regards!in reply to: Setup WizardHello,
In Picante you can import header and footer separately. So even if you import a demo, you can still import header/footer of another style.
What demo did you import? Please know that some demos have less pages than the default one (which includes all pages possible).Edit menu to your wish from Appearance > Menus. Just drag-and-drop items as you want.
Let me know if you need my help to set up demo further.
Best regards!
in reply to: Import Template FreezeHello,
I imported it. Please check your site and let us know.
Best regards!
in reply to: Product RegistrationHello,
1-You do not need to register theme to use it;
2-Which demo did you import? What is missing?
3-Go to Settings > Reading, set up home page and blog page here;
4-Did you try importing a different header or footer, than the one of the main demo? Can you post some credentials in your profile data? Read this article for more information. What demo did you import?5-We will update the documentation in the future;
Best regards!
in reply to: Default sorting not showingHello,
Can you please add some valid wp credentials in your profile data? So we cna give a closer look to your configurations.
Read this article for more information.Best regards!
in reply to: Icon is not trasparent anymoreThis reply has been marked as private.in reply to: Mobile problemsHello,
I fixed it. I edited the code to this:
footer#colophon .footer-widget:nth-child(1){ margin-bottom: 270px !important; }So it would sett the padding only to the first element (logo).
Best regards!
in reply to: Search TriggerHello,
Sorry but this is not possible to be achieved using theme options. The search is present only in header tools and the code can be found in file: folie\includes\codeless_builder\header-elements\cl_header_tools.php.
Best regards!
in reply to: Icon is not trasparent anymoreHello,
Can i see a page where is this happening?
Best regards!
in reply to: Import Template FreezeThis reply has been marked as private.in reply to: How to change the Reservation linkHello,
This is a plugin not tested from us. Sorry but we do not support third party plugins. I suggest you contact the plugin author or use another plugin for the same service.
Best regards!
in reply to: Mobile problemsHello,
The data is not correct. See screenshot: https://postimg.cc/image/ppey55l2f/
Can you please check?Best regards!
in reply to: PORTFOLIO HOVER not displaying correctlyHello,
For mobile screen, add this code instead:
@media (max-widht: 480px){ .portfolio-item.overlayed .overlay .center-bar { margin-left: 10px !important; width: 80% !important; top: 45px !important; }}Of course, you have to change the values again to your wish.
Best regards!