Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 6 years, 5 months ago Mirela
    Participant
    in reply to: Shop

    Hello,

    Sorry for the late reply.

    1) You can remove it using custom css:

    .single-product .cl-style-center .product_meta .metas {
        display: none;
    }

    2)-3) Yes, removing sections from the layout will affect the other sections and mobile as well. Please know that this is personal customization and we can not provide support on personal styling. I suggest you hire a designer to help you with that.

    4-It’s fixed;

    5-By default, the cart is over the arrow in the single product page. See screenshot: https://ibb.co/GQP1QX5
    I am not sure what triggered this behavior in your site, however, I added this CSS: .single-product .flex-direction-nav .flex-next {z-index: 1;}

    6-Add this css:

    #site-header-cart .button.checkout.wc-forward {
        background: #80d0c5 !important;
    }

    7-By default in mobile the first action (tap) in a menu item that has sub-menus, will be opening the drop-down. There is no solution for this because mobile actions are limited. But a workaround is to add the same menu item in the sub-menu and show it only on mobile. I have set it up already for you. Please check your site.
    I added this css to hide it in desktop:
    nav .menu li ul.sub-menu li:first-child {display: none;}

    8-Add this css inside an @media (max-width: 480px) rule:

    .single-product-style-center .summary .inline-wishlist, .single-product-style-wide_full_image .summary .inline-wishlist {
        width: 220px !important;
        margin-left: -12px !important;
    }
    

    9-This is personal customization and is not included in support.

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Clients logos not centred in responsive view

    Hello,

    You can edit this by adding this css:

    @media (max-width: 979px){
     ul li {
         text-indent: -18px !important;
    }
    }

    Result: https://ibb.co/CVW407W
    Cahnge the value to your wish.

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Do not show summary of member profiles that appear in "TEAM"

    Hello,

    Please add this css into your Custom Css box in General Options:

    .single_staff p {
        display: none;
    }

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Site breakdown after updating theme

    Hello,

    The file is the same as said in the email: includes\codeless_builder\header-elements\cl_header_search.php

    The only difference is a minor change in folder organization. As you can see the config folder has been removed. I hope this helps.

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Site completely down

    You’re welcome :)

    If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)

    https://themeforest.net/downloads

    Thank You so much!

    6 years, 5 months ago Mirela
    Participant
    in reply to: WPBakery Crash

    Hello,

    Sorry but this is not possible. I suggest you use the Custom HTML element of Visual Composer to add content that contains html tags. So you do not have to edit any of the theme files.
    Also, try this code instead:

    <p><a href="mailto:[email protected]"><i class="fa fa-at">@</i></a> | <i class="fa fa-phone"></i> 062 738 50 10</p>
    

    See screenshot: https://ibb.co/W5QYbft

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: WPBakery Crash

    Hello,

    Please check this article on how to add code in the replies:
    https://support.codeless.co/?ht_kb=preventing-the-html-tag-in-topics-content
    So we can understand better.

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Site breakdown after updating theme
    This reply has been marked as private.
    6 years, 5 months ago Mirela
    Participant
    in reply to: Revolution slider not showing

    You’re welcome!
    Let us know for anything.

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Clients logos not centred in responsive view

    Hello,

    The @media (max-width: 480px) rule is for this. It limits the css to be effective only to screens 480px and under. It’s not possible for this to affect the desktop layout. Please add some wp credentials in a private reply, so i can check it directly.

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Site completely down

    Hello,

    It’s done!
    See screenshot: https://ibb.co/Stj63JV

    These steps were taken:
    1-In Cpanel > File manager > went to wp-content/plugins folder and renamed the Codeless Builder and Kirki plugins. This automatically deactivates the plugins.
    2-Went back to WordPress dashboard, then Plugins and deleted the currently deactivated Codeless Builder and Kirki plugins.
    Refreshed page and in the dashboard the message asking to install these two plugins appears. install them following the onscreen instructions.

    Please clear the cache and refresh the site to see the current state. If you get any error message, do not worry, it’s just the cache not updated.

    Let us know.
    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Pictures get repeated – probems with portfolio

    Hello,

    You can add them here, as a private reply. You can make a reply private by checking the “Set as private” checkbox. Or add them in your profile data. Read this article for more information: https://support.codeless.co/?ht_kb=add-private-login-credentials

    Don’t worry both ways are safe!

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: WPBakery Crash

    Hello,

    What element are you using? Some Visual Composer elements do not recognize html tags.
    Let us know.

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Shop

    Hello,

    -This default loading gif on the site is this: https://ibb.co/rpDFfp5 What you are seeing is the backend/ customization panel and that pig gif is of the Kirki plugin. It is not necessary to replace it as it does not show on the live site. pLus when the plugin will get updated, you will have to replace it again.
    If you must replace it, please check the plugin’s documentation.

    1-Add this code:

    @media (max-width: 767px){
    .woocommerce-tabs.wc-tabs-wrapper {
        display: none;
    }}

    2-Add this css:

    @media (min-width: 992px){
    .header-el .cl-text p:last-child {
        line-height: 7px !important;
    }}
    

    3-The mobile buttons on the product page have been edited out to your wish, so the width of the cart button has been increased. To further position it, find this css:

    .woocommerce div.product form.cart .button {
        margin: auto !important;
        min-width: 222px;
    }

    Inside a @media (max-width: 979px) rule and add the margin-left: -14px !important; attribute. Edit the value to your wish.

    4-Add this css:

    .cl-shop-inpage-filters .filters-wrapper .widget {
        margin: auto !important;
    }
    .widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list li span.count {
        display: none;
    }

    inside an @media (max-width: 480px) rule.

    Best regards!

    6 years, 5 months ago Mirela
    Participant
    in reply to: Getting javascript errors

    Hello,

    Adding/updating or removing plugins does not affect any of the content. At max, you will see a bunch of shortcodes, not transformed to elements due to the absence of the plugin, but not a lack of content.
    I am not sure what content did you have previously but the slider in the home page is all I saw even before taking actions.
    However, you can always import back a back up of the previous page’s state by importing one of the revisions. See screenshot:
    https://ibb.co/zV2SGVm

    Best regards!

Viewing 15 posts - 46 through 60 (of 12,542 total)
← 1 2 3 4 5 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password