Forum Replies Created
-
in reply to: Revolution Slider issue in Mobile View
Hello,
Please add a link to your site.
Thank you!
in reply to: Logo size, header bar and sticky/mobileThis reply has been marked as private.in reply to: Saving a template…Hello,
Yes, you are right. I have notified the developer. We will include a fix for this in the next theme update.
Best regards!
in reply to: Link a slide…Hello,
Yes, you can. Just add an id to the Row Settings in the Slider slide. Just as you would do with the one page menu items.
Best regards!
in reply to: Top nav offset issue….Hello,
Can i please see a link of the site? I checked other tickets but i don’t see it anywhere.
Best regards!
in reply to: New 500 errorThis reply has been marked as private.in reply to: Dummy data option not showingHello,
You need to increase the limit of data upload. See server requirements here: https://codeless.co/documentation/main.html#requirements
Best regards!
in reply to: A few questionsHello,
1-Yes, the header button does not open in new tab. To make it you need to edit theme files. Go to file …
Find this block:
<a href="<?php echo esc_url($link) ?>" class="<?php echo esc_attr( codeless_button_classes() ) ?> cl_header_button <?php echo esc_attr( $this->generateClasses( '.cl_header_button' ) ) ?>"><span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>and replace with this:
<a href="<?php echo esc_url($link) ?>" target="_blank" class="<?php echo esc_attr( codeless_button_classes() ) ?> cl_header_button <?php echo esc_attr( $this->generateClasses( '.cl_header_button' ) ) ?>"><span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>2. I don’t see any issue with the highlighted sections apart from the line height of the title. For it i added this css in your Custom Css box:
@media(max-width:480){ h2#cl_custom_heading { line-height:50 !important; } }Please refresh page and check again.
3. The image is set as background of the row. To replace it go to Row Settings > Design > Background Image. See screenshot: https://ibb.co/52f298x
Best regards!
in reply to: Header / content alignmentHello,
Did you remove the transparent as an option? Please add some wp credentials for this website so i can login and check. The class for transparency is still there so the option is not removed.
Best regards!
in reply to: Support – Problems with WP bakeryHello,
You have installed many add-ons of Visual Composer while we have included a version that is customized to fit theme’s needs and style. I deactivated one of them and tested it in this page: https://www.marketblend.co.il/testing/
It looks ok. Please keep the included version.Let us know if you still have any problem after that.
Best regards!in reply to: Our services page does not have left menu like demoHello,
Sorry for the late reply.
1-The left menu is a widget. You need to assign a menu to the widget in left sidebar. Go to Appearance > Widgets and make sure a menu is assigned to this sidebar.2-Do you have any price table created? That is an element there, so it need for the price table to be already created first, then call it to that section of page. The demo data sometimes call on elements that needs to be created first.
If you find it difficult to create a price table, please add some wp credentials in a private reply. So we can create it for you.Best regards!
Hello,
Sorry for the late reply.
Please add some wp credentials in a private reply. So we can configure it for you. What demo did you import?Best regards!
in reply to: Logo on the topHello,
The panel you are accessing is not Visual Composer but Codeless Builder. To change theme settings, make sure to access the Builder from Appearance > Customize. Not from pages. If you want you can add some wp credentials in a private reply. So i can check closely.
Best regards!
in reply to: Header text disapears on mobile versionHello,
I set OFF the Aan het aanpassen > Header Builder > Hide on Responsive option. And i added this css as well:
@media (max-width:480px){ .header_container .top_nav.header-row{ display:block !important;} }Please clear cache and refresh page.
Best regards!