Forum Replies Created
-
in reply to: Support – Problems with WP bakery
Hello,
I see you have added wordpress login data in your profile, but that’s of another site. Please change them to the site you want help with. So we can login and check it close.
https://support.codeless.co/?ht_kb=add-private-login-credentials
Best regards!
Hello,
Please add some valid wp credentials in a private reply. So i can check all these closely.
Thank you!
in reply to: slider whiteHello,
I see. Please try adding this css into your Cusotm Css box:
@media (max-width: 991px){ .cl_slider-force-fullheight .swiper-slide.cl-slide.cl-slide-animation.animation--none:nth-child(3) { display: none; }}Let me know.
Best regards!in reply to: Smooth Scroll on Anchor tagHello,
Is this the site you are referring to: https://www.haren.nadeembuilds.com/ ?
This is not an one page site and if you want to add links to sections, you will need to set up full links, not just the section id.
This goes out of the actual one page layout and some one page features will not apply.Let us know.
Best regards!in reply to: One page menu not working on other pagesHello,
Of course it won’t work. The one page layout is designed to work with only one page. So the simple section ids in the menu are recognized. But if you want to have the normal structure and one page structure both in one site, then the simple section id won’t work. Because when you are in a different page, other than homepage, when you click on the menu item, it will add up the section id to the current url and end up with an invalid url.
That’s why we asked you to add full links instead of just the section id. This is not correct: https://ibb.co/1LgC0MF
This is correct: https://ibb.co/mFBPZdRBest regards!
in reply to: Fullscreen Video SliderHello,
Can you please add some valid wp credentials in a private reply? So i can check.
Thank you!
Hello,
Please add this css into your General > Custom Codes > Custom Css:
.single-portfolio .cl-text p a{ color: #000 !important; }Let me know.
Best regards!in reply to: Support – Problems with WP bakeryHello,
Can you please refresh the credentials in your profile? So i can check closely.
Best regards!
in reply to: Smooth Scroll on Anchor tagHello,
Did you set ON the “Use menu as one page menu” in the homepage’s General Settings > Page Options & Style? Please check and let us know.
Best regards!
Hello,
To change the slider speed, add a value to the “Codeless Slider Speed” option in General Settings > Sliders Options.
Best regards!
in reply to: I couldn't get the default demo page to showHello,
I imported default dummy data and now the sit eis showing correctly. The images are not included in demo data in order to not increase file import size. You should add your own licensed images but of you must have the same images, then just download them directly from the online demo.
I strongly recommend you check out the file access rights in the server. SOme important files are not being loaded.Let us know.
Best regards!in reply to: Remove author and date on blog teaser on home pageHello,
please add this code into your Custom Css box:
.blog-teaser li .desc-wrapper .desc .post-meta.clearfix { display: none; }Let us know.
Best regards!in reply to: Codeless Page Builder IssuesHello,
Please add more access rights to this user. I need to check the plugins installed and theme.
Best regards!
in reply to: Fullscreen Video SliderHello,
Please make sure you have set the height to 100%. See screenshot: https://ibb.co/qpktZFX
Let us know.
Best regards!in reply to: Codeless Page Builder IssuesHello,
I will try to answer all points i find in your topic:
1-“making my columns responsive”
Theme is already responsive. You only need to check that Customizing ▸ General ▸ Site Options ▸ Responsive Layout” option is set ON(screenshot). The all elements and rows/columns will be automatically responsive.2-“When I click on anything from a row or rev slider, the right-side panel doesn’t change and I don’t see options to change settings.”
Yes, this is not supposed to happen. Please add some wp credential in a private reply or add them to your profile. So we can check close.https://support.codeless.co/?ht_kb=add-private-login-credentials
3-“Wpbakery doesn’t work either and I’d prefer not to use it at all. It came with the theme but no license for the most recent update as far as I’m aware”
WpBakery works well with theme. We have transferred all Codeless elements to be created and edited using Visual Composer as well. Eventhought they are completely independend plugins.
We’ll check this too after getting the credentials.WP Bakery is one of the included plugins. It has an extended license. Please read these article for more information on what to expect from these types of plugins:
https://support.codeless.co/?ht_kb=plugins-license-activation-is-required-to-receive-updates4-To make the slider move down when in mobile, add this css into Customize > General > Custom Codes > Custom Css box:
@media (max-width: 767px){ .row.cl_row-cp-middle:not(.cl-col-tablet-full) { display: inline !important; } .row > .cl_column { float: left !important; } }Best regards!