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, 6 months ago Mirela
    Participant
    in reply to: June not working properly on Mobile

    Hello,

    I set the extra (bottom) row height to 0 and the main header row margin-bottom to 0 as well. Both options are located in Customize > Header options.

    Let me know.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: Revolution Slider error

    Hello,

    Technically, yes. Let me know if you see any issue with any other slider so i can check.

    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: Can’t adjust items inline

    Hello,

    It looks like the row has only one column. You can divide the row in more than one column in the row settings. See screenshot: https://ibb.co/kJVdVSR
    Just click the “row” bar, for these options to appear.

    If you want us to make a demo page with this layout, just add some wp credentials in a private reply.

    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: Layerslider showing same image on various sliders

    Hello,

    Sorry for the late reply!
    Did you update the Layersldier yourself? The latest included version of the plugin is 6.8.4. Please remove the Layerslider you have now. And install the included version. We have not yet tested the latest version.

    Let us know i the situation persists.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: Codeless Builder

    Hello,

    Please delete the current Codeless Builder plugin. Refresh page. Then install it again from the message in your dashboard, asking you to install required plugins.

    This is the new updated version of the builder with the issue fixed.

    Let us know.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: How to change the custom font?

    Hello,

    Sorry for the late reply.
    There is a 400 Bad Request error in your site (screenshot). Here the google fonts link requires a font that is not a google font: nevis! If you try to open the link with any other google font (https://fonts.googleapis.com/css?family=Tangerine%3A100%2C100i%2C200%2C200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i&ver=5.3) it has no issues.
    Do you have added any custom font yourself? Or used any plugin to add/remove fonts? Please remove this font from wherever it’s been used first. Select on eof the available fonts and try again.

    I noticed the control bar for some elements (text, media) is not showing in your customizer when the WP Shopify plugin is on. I suggest you deactivate it and use another plugin that does the job and does not conflict with theme options. Example the included Woocommerce.

    Let us know.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: Revolution Slider error

    Hello,

    Somehow the slider is set to have a minimum height of 36px. I fixed this by adding this css in the Custom Css box:

    @media (min-width: 1200px){
    rs-module-wrap#rev_slider_5_1_wrapper {
        min-height: 400px !important;
        min-width: 100% !important;
    }
    }

    Please check your site now.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: how to center codeless slider content (image/video)?

    Hello,

    This is what I get when I open the site in mobile: https://ibb.co/N9qGNfj
    Is this not ok? Can you add some wp credentials in a private reply? So we can check the configurations.

    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: Can’t adjust items inline

    Hello,

    I don’t see any image attached, however. You can customize the content expanding inside a column, by editing the margin/padding of the column and row. See these screenshots: https://ibb.co/zsb0HQb
    https://ibb.co/gwgtzVM

    Let us know if you need further help.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: folie header

    Hello,

    The warning is from a third-party plugin. We do not support third-party plugins. Please deactivate it first, update the theme and try activating it again.

    I can’t log in because the captcha characters are in Japanese. Can you please deactivate the captcha temporarily?

    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: How to delete the gap between two blocks, etc.

    Hello,

    1-The gab is created from the padding/margin assigned to the rows. Please check first the Design Settings of the rows. Open Row Settings > Padding, see screenshot: https://ibb.co/2YPvNG7

    Then check the column padding. See screenshot: https://ibb.co/hBZ75tP
    Another option to check is the distance in Page Builder Row Margin Bottom in Theme Options. Go to Specular > Layout > Page Builder Row Margin Bottom, check the value here.

    2-There is no problem adding the youtube videos. I just checked again. What link are you pasting in? Please try the default shared link. See screenshot: https://ibb.co/rm7dPGx

    Let us know.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: June not working properly on Mobile

    Hello,

    The space above the logo is caused by the alignment of header elements. I changed it by adding this css into Customize > General > Custom codes > Custom Css:

    .header_container > .main .c-left.header-col {
        align-items: center !important;
    }
    .header_container > .main .c-right.header-col {
        align-items: center !important;
    } 

    The menu was under the logo because it was added in the bottom row of the menu, not in the same (middle) row where the logo is.(screenshot) I changed its position by just dragging-and-dropping the menu element in the middle column of the row where logo is present.

    Please check your site now.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: Footer text color

    Hello,

    I added this css in Specular > General > Custom css box

    footer#footer a {
        color: #fff !important;
    }

    Let us know.
    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: how to center codeless slider content (image/video)?

    Hello,

    Sorry but i don’t see any text in the slider. Only the video. Are you referring tot he menu text?

    Best regards!

    6 years, 6 months ago Mirela
    Participant
    in reply to: Contact 7 form

    Hello,

    Yes, please add this css into your Specular > General Options > Custom Css box:

    .wpcf7-form-control-wrap input{
       border: 1px solid #0000001f !important;
    }

    Best regards!

Viewing 15 posts - 271 through 285 (of 12,542 total)
← 1 2 3 … 18 19 20 … 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