Forum Replies Created
-
in reply to: Hamburger menu not closing on one page
Hello,
I opened the site and the menu is working as it should. The only issue is the contact menu item. But if you check it up you’ll see that that section (#contact) does not exists. The last row is the #clients, and the contact is on the footer. That is why when you click on the “Contact” menu, it does nothing.
Please keep in mind you have a one page menu, so all menu items must link to an actual row (with that section id) in the page.Let us know.
Best regards!
in reply to: Stuck loading Customise screenHello,
I opened the site and the menu is working as it should. The only issue is the contact menu item. But if you check it up you’ll see that that section (#contact) does not exists. The last row is the #clients, and the contact is on the footer. That is why when you click on the “Contact” menu, it does nothing.
Please keep in mind you have a one page menu, so all menu items must link to an actual row (with that section id) in the page.Let us know.
Best regards!
in reply to: Cannot Activate With Purchase CodeHello,
You can still install dummy data and use theme options even without activating theme. Just go to Codeless > Home > Setup Now. The only required plugin you need is Codeless Builder. It will get installed automatically if you are using Setup Wizard, or install it manually from the list of required plugins (see message in dashboard).
Let us know.Best regards!
in reply to: Toggle not displaying properlyHello,
The site is not available. See screenshot: https://postimg.org/image/51sqrbfet/
Can you please check?Best regards!
in reply to: delete single new slider inside codless sliderHello,
You want a transparent header with the slider showing under the menu, right? I see that you already have the site set up with the needed settings to have this. But it’s not showing. Also you have some errors showing in the team members. This is not correct and it does not happen on our side.
You can fix temporarly the slider with this custom css:.cl_slider { margin-top: -170px !important; }By adding it in Appearance > Customize > Additional Css. But i suggest you follow these steps:
1-deactivate all third party plugins;
2-delete Codeless Builder plugin;
3-install a freshly downloaded theme files and reactivate everything all over again.
Don’t worry about your content, it’s stored in the database and none of the above will affect it.
Let us know.Best regards!
in reply to: Top Item on Left Nav changesThis reply has been marked as private.in reply to: Top Item on Left Nav changesThis reply has been marked as private.in reply to: Private BlogHello,
Yes, that’s correct about the post’s navigation thru side arrows. To hide them, add this code into your custom css box:
.single .nav-growpop { display: none; }Let us know if you need further help.
Best regards!
in reply to: delete single new slider inside codless sliderHello,
1-Sorry i don’t understand well what you mean. Can you please explain better?
2-To create a one page menu, all you need to do is add custom links in the menu, instead of pages. The custom link structure should be like this: https://www.mysite.com/#section1 (screenshot)
First, go to the page’s settings and set ON the “Set as One Page” option to make this page a One Page.
Second, add section names into the page’s row settings (screenshot);
The section names in menu items, should match the names in your page’s row id’s.
Let us know if you need further help.Best regards!
in reply to: Toggle not displaying properlyHello,
Can you please send us some valid wp credentials in a private reply? So we can give this a closer look.
Best regards!
in reply to: Fontcolour in header on special pagesHalo,
The Termine page is a post category and it’s taking the default header options that is transparent header with background light. You can only customize it’s menu items color using custom css. I added this code into your custom css box in General Options:
.archive nav .menu > li > a { color: #fff; }Please check your Termine page and let us know.
Best regards!
in reply to: Remove portfolio linkHello,
Please add this code into your custom css box:
.portfolio-item.mix.swiper-slide.grayscale a { pointer-events: none; }Best regards!
in reply to: Blog PageHello,
This is really strange. It worked well when i removed the
<p>tag from the image. However, it’s not something that can not be fixed. I added into the other page’s custom css box, this code:.img-circle { margin-left: 35% !important; }It will align the image at the center. Please check them.
-I commented out the custom css for the blog in General Options > Custom Css box, and refreshed the blog page. This is the result: https://postimg.org/image/w4kg2z5rp/
That’s exactly like the demo. Let us know if you need further help.Best regards!
in reply to: delete single new slider inside codless sliderHello,
I fixed it.
Please clear cache and refresh page.Let us know.
Best regards!