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

  • 8 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio masonary layout – Image dont align horizomtaly

    Hello,

    Sorry for the late reply.
    The masonry style order the items randomly. If you want to have the items aligned horizontally, i suggest you select another style. Such as grid style.

    You can select the size of the images to use in portfolio options > General > Image Size. See screenshot: https://postimg.org/image/5l7y0v391/
    Let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: text padding inside the column

    Hello,

    Try adding margin to the column settings > Design. You can use negative numbers to move the column farther right or left.
    If you can, send us some valid wp credentials in a private reply. So we can give this a closer look and fix it for you.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Fixing Icons

    Hello,

    The icon is there, it just is in white color and that is why you do not see it. Please add this code into your Additional Css menu:

    .header_container.cl-header-light .extra_tools_wrapper .tool i {
        color: rgba(243, 8, 8, 0.85) !important;
    }

    Change the color to your wish.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio Categories

    Hello,

    Sorry but this is not possible. A workaround is to show all portfolio items in one page so you can filter them all in one go.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: FEAUTURED AND TOPSELLER

    Hello,

    I checked the link and i do see all images in the shop tabbed section. See a screenshot of it: https://postimg.org/image/3ukblrtt1/
    Did you mange to fix it? Is this not what you are seeing? Le tus know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Information on the customized FONT for the headers has been lost

    Hello,

    Did you add a custom font for the headers? Do you have any other font available in the list? Please send us some valid wp credentials in a private reply. So we can check this out and help you.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Resize header wrapper in mobile view

    Hello,

    Can you post here the edited code in your file? Just this block, so i can check. Or better, upload your main.js file here: https://jumpshare.com/
    Send me the link. So we can check if the edit has any bug.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Menu is not in header anymore

    Hello,

    This is not theme issue. I have already explained the situation in this other topic of yours:
    https://support.codeless.co/?topic=mobile-website-not-correct
    The header width is fixed. If the logo is too wide and you keep on adding menu items to menu, it will come a moment when the menu width will exceed the available space in header and will scroll down.
    Gain more space by reducing padding between menu items. I added this css into your Custom Css box to reduce the logo size:

    #logo {
        width: 35% !important;
    }

    This screenshot explains better the situation: https://postimg.org/image/kkv8rb3g5/
    Let us know if you need further help.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: CL_Service boxes — round edges

    Hello,

    Can you please be more specific? You do have an option to have the service with a circle wrapper. See screenshot of the option:
    https://postimg.org/image/ybv4frfut/

    What exactly do you want to change?

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Mobile website not correct

    Hello,

    1-Yes, the code was to move the logo around and edit it’s height in order for it to not be above the hamburger menu anymore. If you want to move the menu too, then the hamburger menu css class must be added as well.
    This is the basic css:

    @media (max-width: 480px){
    #logo img {
        max-height: 38px;
        margin-left: 37px;
    }
    .mobile_small_menu {
        margin-top: -27px !important;
        margin-left: -20px !important;
    }
    }

    Add css attributes and change the values to your wish, until you have the layout you want.

    2-I edited the previous code to this:

    @media (max-width: 480px){
    #logo img {
        max-height: 30px;
        margin-left: 15px;
    }
    .codeless_slider .swiper-slide .content.vertical_centered {
        margin-left: 0px !important;
    }
    .codeless_slider_swiper {
        height: 480px !important;
        min-height: 480px !important;
    }
    .boxed_layout .codeless_slider{
        height: 480px !important;
        min-height: 480px !important;
    }
    }

    This is the result screenshot: https://postimg.org/image/qs21e2pcl/
    I move the screen around, it did not resize anymore.

    3-The menu has shifted down because the width of header allocated the menu, is not sufficient to keep it. Mostly because the logo is too wide and leaves little space for menu.
    You can edit this by reducing the padding between menu items in General Options > Header Options > Menu Options > Menu Items padding.

    Let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio project page

    Hello,

    Please send us some valid wp credentials in a private reply. So i can give it a closer look and set up a test page for you.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: How to change number of product columns in Woocommerce shop page

    Hello,

    Please check out this topic regarding it:
    https://support.codeless.co/?topic=related-products-woocommerce

    Let us know if you need further help.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Can't install required plugins – "Cannot load tgmpa-install-plugins" error

    Hello,

    Please send us some valid wp and ftp credentials in a private reply. So we can give it a closer look.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio project page

    Hello,

    You can add portfolio page s just like any other normal page. Go to Portfolio items > Add new, to add a new portfolio. In the new page opened, add elements using Codeless Builder just like any other page. Make sure to assign the portfolio category in
    ‘Portfolio Categories’ section. See screenshot: https://postimg.org/image/f3awsc4l1/

    To add a video element, you need to add first the ‘Media’ element from Codeless Builder. Chose the ‘video with placeholder’ option from it. Then add the youtube link id in the ‘Video Background > Youtube ID‘ field.
    See screenshots:
    https://postimg.org/image/asw8wj9px/
    https://postimg.org/image/nkaf3ch0l/

    The id of a youtube video link is the very last part of the link. Example: In this link: https://www.youtube.com/watch?v=Txlk7PiHaGk you will copy only the ‘Txlk7PiHaGk‘ id part.

    Let us know if you have any question.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: June – Customer only menu

    Hello,

    Sorry this can not be controlled by theme. You can have restricted content (visible only when the user is logged in) using any custom plugin that does the job. An example is Paid Membership Pro plugin.

    Best regards!

Viewing 15 posts - 3,781 through 3,795 (of 12,542 total)
← 1 2 3 … 252 253 254 … 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