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

  • 7 years, 5 months ago Mirela
    Participant
    in reply to: Having trouble accessing source code

    Hello,

    We do not recommend to change the original theme code in the parent theme because it will prevent you from taking future theme updates. If you intend to make a lot of changes, i suggest using a child theme.

    Let us know what are you looking on to change so we can guide on the html responsive for it.

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Portfolio and top slider text + logo not responsive on mobile?

    Hello,

    I checked it in a draft page of yours. Visual Composer seems ok here. See screenshot:
    https://ibb.co/6Rb7y1j
    Please clear cache and deactivate any add-on you have installed in your browser. perhaps they are affecting it.

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Folie Infinite Scroll setup

    Hello,

    The pagination should not have any problems. Can you please share a link and some wp credentials in a private reply?
    So we can check it closely.

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: portfolio

    Hello,

    This happens because these images are in portrait mode and need more height than the given. When the next image is in portrait mode, the image displays properly. You can try adding this css in General > Custom Codes > Custom Css:

    @media (max-width: 1024px){
    .cl-justify-gallery>div img {
        display: block;
     
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        
    }
    }

    This will make the images show in full view. Result: https://ibb.co/jZ826dX

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Hide Page Title

    Hello,

    Yes, go to General> Custom Codes > Custom Css, add this code:

    .cl-default-page-header h2 {
    display: none;
    }

    Save changes.
    Note: This will hide page titles of all pages. If you want to remove it for only one page, then you’ll need to add the id of that page.
    Let me know.

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Theme won't install properly

    Hello,

    The import of the demo finished with success. No errors were shown. Please check your site.

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Lazy loading

    Hello,

    This is the images loading. Please activate the cdn so the images of portfolio will load faster. Let us know if the effect keep on happening then.

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: White Space after last slide in Gallery Carousel

    Hello,

    It is not a simple fix. Please wait for the update.

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Center image gallery items

    Hello,

    Can i please see a link of the site?

    Thanks!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Changing styles for sub-menus

    Hello,

    Try adding this css:

    nav:not(.cl-dropdown-inline) .menu > li > ul.sub-menu {
        margin-left: 145px !important;
        top: 22% !important;
    }
    nav .menu > li > ul.sub-menu {
        background-color: #fafbfd73 !important;
    }
    nav .menu li > ul.sub-menu li:hover, #site-header-cart .cart_list li:hover, #site-header-search input[type="search"] {
        background-color: #fafbfd73 !important;
    }
    nav .menu li ul.sub-menu li a {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 20px;
        text-transform: none;
        color: #4c4949 !important;
    }

    It will give this result: https://postimg.cc/8JXHwqQR

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Kirki breaking site

    That’s great!

    Thanks for letting us know.
    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Thumbnails; Mobile Logo and Header

    Hello,

    In Codeless > Image Sizes > Other, try increasing the width/height of the product thumbnails. See screenshot: https://postimg.cc/SX4cGgwZ
    Regenerate thumbnails again.

    Let us know.
    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: After update – social icon problem

    Hello,

    This css affects the socials in every page, not just home page. Did you try adding it? Can i see a link of the site?

    Best regards!

    7 years, 5 months ago Mirela
    Participant
    in reply to: Blog post design issues

    Hello,

    As shown in your screenshot:
    1-The “IT-Professional: Neues IT-Wissen für die Stadtverwaltung” is the post title. While the gray bar is a Visual Composer element that is inside the ‘content’ area. You can not move the post title under one element of the content.

    2-To increase the testimonial image, add this css in General Options > Custom Css box:

    .post .single_testimonial dl dt {
        width: 120px !important;
        margin-left: -30px !important;
        margin-top: -10px !important;
        height: 130px !important;
    }

    Change the values until you are satisfied with the result. The above values will give this result: https://postimg.cc/RN2kqmKk

    3-To change the testimonial position font color, add this css:

    .post .single_testimonial dl dd .param .position {
        color: #fff !important;
    }

    4-To make it fullwidth, first you need to differ the row that contains the testimonial, from other rows that contain simple text. Add this extra css class to each of the rows that have testimonial and then add this css:

    @media (min-width: 1100px){
        .testimonial-row {
        margin-left: -135px !important;
        width: 1550px !important;
    }}

    Example made in this post: https://goldstepsconsulting.apps-1and1.net/it-professional-neues-it-wissen-fuer-die-stadtverwaltung
    Screenshot: https://postimg.cc/47H1nYtt

    Best regards!

    • This reply was modified 7 years, 5 months ago by Mirela.
    7 years, 5 months ago Mirela
    Participant
    in reply to: Bug in Codeless Slider

    Hello,

    Please check that the header style selected for the page(dark/light), is the same as selected for each slide or the codeless slider.
    Could be that the slides of Codeless Slider are set to have a light header style. Change that for each of the slides in Codeless Slider options > Slide Options > Layout > Menu & Slider Navigation Color (screenshot).
    Please refresh your site. It should be ok now.

    Best regards!

Viewing 15 posts - 2,161 through 2,175 (of 12,542 total)
← 1 2 3 … 144 145 146 … 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