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: I broke my wesbite.

    Hello,

    Yes, at first upload a fresh copy of the file you edited. Overwrite the broken one. Then send us some wp credentials in a private reply. So we can remove the comma for you.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: images aren\'t appearing like the template

    Hello,

    Can you post the demo link that you want to make it like? You can set up multiple styles of layout using the row settings/ column settings and the element’s settings added inside them.
    Let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Specular Minimal 2

    Hello,

    Since the demo was already imported, i only needed to make a few edits for it to look exactly like the online demo.
    1-I edited the slider in home page. The slider in demo is a Flex slider. The scripts of Flex slider have changed since the time the demo was published so the included one is slightly different. We will check it further and fix it in the next theme update. Please use the current version or Codeless slider for now. Let me know what changes you need to do to it.
    2-Added images to the services media in homepage.
    3-Added a text widget in footer, above the socials.

    Please check your site and let me know what else you need to edit.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Client carousel

    Hello,

    Please add this code into your custom css box:

    .clients_el .pagination {
        display: none;
    }
    .clients_el {
        pointer-events: none;
    }

    Let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Mega Menu Background Color Issue

    Hello,

    Please edit the above code to this:

    nav .codeless_custom_menu_mega_menu.codeless_mega2 {
        background-color: rgba(255, 255, 255, 0.39);
    }
    .header_12 .full_nav_menu nav .codeless_custom_menu_mega_menu > ul > li:hover {
    background: #ffffff00 !important;
    }
    nav .codeless_custom_menu_mega_menu ul>li h6:hover {
        color: #ffffff !important;
    }

    Result screenshot: https://postimg.org/image/8b65q1q5x/
    Is this what you wanted? Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Columns messed up on mobile

    Hello,

    This happens due to the structure of that row and columns. In responsive the order is first column-element 1 > first columns element 2 > second column-element 1 > second column-element 2..etc. Not first column-element 1 > second columns element 1 > first column-element 2 > second column-element 2. See a screenshot explaining this: https://postimg.org/image/ks7rfzzjp/
    To have what you are asking the structure should be like this: https://postimg.org/image/hzejvtu0l/
    I hope a gave a clear view of the structure needed.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Shop page not showing all prodcuts

    Hello,

    That’s great. Thanks for sharing!

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Product Page header bg color

    Hello,

    You can achieve this using custom css. Add this code into Additional Css menu:

    .single-product .header_container {
        background-color: black !important;
    }

    Change the color to your wish.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Specular Minimal 2

    Hello,

    Did you import the Minimal demo? Please know that the images in every demo are for demonstration purpose only. You should import your own licensed images. However, if you must have the same images, then just download them directly from the online demo.
    The images are included in demo also because it would increase significantly the size of data to import. Causing in some servers, for the import process not to finish successfully.
    We can help you set up theme just like the demo in no time. Then you can continue changing the content to your wish. Just add some valid wp credentials in your profile extra fields.
    Read this article for more information.

    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: menu and logo disappearing on mobile

    Hello,

    Can you please check that the “Header Options > Show Responsive Menu Dropdown” option is set ON first? If it already is, than add this code into your Custom Css box:

    @media (max-width: 480px){
    .header_5 .mobile_small_menu {
        display: block;
        color: white;
    }
    ul#mobile-menu {
        background-color: grey;
    }}

    Else, set it ON, and try again.
    The Logo is present, but since the header background is white and the logo as well, it get invisible. Add this code into your Custom Css box to make the header in mobile transparent (change the background value to any color you want):

    @media (max-width: 480px){
    .header_wrapper {
        background: #ffffff00 !important;
    }
    #logo img.dark { width: 95% !important;}
    section#slider-fullwidth {min-height: 151px !important;}
    }

    Result screenshot: https://postimg.org/image/yplc7pl51/
    Let me know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Website looks bad on mobile
    This reply has been marked as private.
    8 years, 4 months ago Mirela
    Participant
    in reply to: Hendel – Search results displaying shortcodes

    Hello,

    The search form get’s a snipped of the page content by default to show it into search results. Since the content is build with the codeless builder, is contains shortcodes. To avoid this, please add excerpt text for each page. So the text in excerpt will show instead of the content.
    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Slider Revolution – Not Activated Error

    Hello,

    Can you please try installing the Layerslider plugin from the Plugins menu, using the included zip file? If you still have issues, send us some valid wp credentials in a private reply. So we cna do it for you.

    The Revolution slider as well as all included sliders have an extended license. This means you can use the included version without any problem or constrain. Th eonly limitation is that you can not update it by yourself. You have to wait for us to include the plugin’s newest update in theme’s package. Other than this, there is no problem with it. Do not worry about the “Not active” status. You can keep using it at it’s fullest yet.

    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: codeless slider not working
    This reply has been marked as private.
    8 years, 4 months ago Mirela
    Participant
    in reply to: Columns messed up on mobile

    Hello,

    Sorry for the late reply.
    I added some css into your Custom Css box. Here is a screenshot of the result: https://postimg.org/image/eiz064rrp/
    Let us know what else do you need to change.

    Best regards!

Viewing 15 posts - 3,901 through 3,915 (of 12,542 total)
← 1 2 3 … 260 261 262 … 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