Forum Replies Created
-
in reply to: Hide title section in the pages
Hello,
That’s the page header section. You can set it off for each page in the page’s General Settings > Page Header Options > Active Page Header, Swipe it OFF.
Screenshot: https://ibb.co/Lh6NH62Best regards!
in reply to: Mega menu disappeardHello,
@mddadehradun,
Please add some wp credentials in a private reply. So we can check close.Best regards!
in reply to: Portfolio not showing in Grid, only in MasonryHello,
Please go to file js/codeless-main.js and find this function (line 888):
function codelessPortfolioPageIsotope(){Inside the function block code, find these lines:masonry: { // use outer width of grid-sizer for columnWidth columnWidth: column_width }Comment them out (screenshot). Then remove this line from the style.css:
.filterable .mix{display:none;}Please do it and check it again.
Let us know.
Regards!
in reply to: Mobile Menu Not Completely ShowingHello,
Please add some wp and ftp credentials in a private reply. So we can check.
Best regards!
in reply to: Edit Post With Codeless BuilderHello,
That’s because i was editing posts imported from demo data. These posts were created using the old structure of posts. That’s why the page header is still an element of codeless builder here.
I suggest you import only posts and change the imported one’s text/title/images to your wish.
How to import:
1-Go to Tools > Import > install WordPress Importer;
2-Upload this file: https://jmp.sh/v/zAheJDxEPhUqg2y3GpKa (download it first to your computer, then upload to wordpress)To create more similar posts (preserve the initial set up, just clone the posts that have page header and edit again).
Let me know.
Best regards!in reply to: How to customize the my account login page?Hello,
This can not be customized using theme options. The files responsible for my account page are included in folder folie/woocommerce/myaccount.
Please keep in mind that personal customizations are not supported.Best regards!
in reply to: Folie – mobile view does not show full height rowHello,
That’s body’s background color. Change it at Appearance > Customize > Body Background > Body Overall Background Color.
Let us know.
Best regards!
in reply to: Mobile menu loads unreliablyHello,
@ChristopherGFox
I checked your site in actual mobile and desktop simulated mobile layout. I had no issues with the menu. See screenshots:
https://ibb.co/Kq32N87
https://ibb.co/7KpcsnsAre you still having problem? When exactly?
@amandaedens, same here: https://ibb.co/nzkVF9TLet us know.
Best regards!in reply to: Button size issueHello,
Please add this code as well:
.cl_slider > .swiper-pagination.cl-dark-pagination .swiper-pagination-bullet { line-height: 4 !important; }Best regards!
in reply to: My Website is no longer ResponsiveHello,
Can you please be more specific? I checked but the site looks resized in mobile. See screenshots:
https://ibb.co/cDsyf1r
https://ibb.co/VVVP3X7Let us know.
Best regards!in reply to: June theme – Product page background imageHello,
Just add an !important to the height attribute. Example:
.single-product .cl-style-center .cl-product-info .bg-layer { background-image: url(https://www.vardaanlive.com/cable/wp-content/uploads/2019/06/background.jpg); height: 429.4px !important; }Best regards!
in reply to: Fullscreen Overlay menu not workingThis reply has been marked as private.in reply to: Button Border Tower Theme DefaultHello,
The buttons style can be changed in Tower > Styling Options > Buttons Styling (screenshot).
Change the colors here to your wish.Let us know.
Best regards!
in reply to: Mobile Menu Not Completely ShowingHello,
Please update theme again. We updated it again recently. Then make sure to update all included plugins too. Just go to your Plugins menu and see if there is any message in the screen that says there are plugins to update. Follow the instructions.
Let us know.
Best regards!in reply to: Add Javascript FileHello,
All js files are located in folie\js folder. Open the file related to the element you want to edit and add the additional code. The file responsible for Codeless Slider is swiper.min.js and codeless-main.js
Best regards!