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

  • 9 years, 12 months ago Mirela
    Participant
    in reply to: WooCommerce Styling and Forum

    Hello,

    You can add the custom css into your custom css box located in General Options > Tracking Code / Custom CSS / Custom JS.
    Sorry but adding a title before quantity is a customization not included in support service.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Importing dummy data

    Hello,

    Please refer to this article regarding this. Let us know if you still need help.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: (MOBILE) weird background width issue and too wide logo on SAFARI

    Hello,

    This happens because there is margin set up to the logo and also the width of content is larger than that of a mobile device. Please add this code into your custom css box:

    @media (max-width: 480px){
    #logo img {
        margin-left: 0 !important;
        max-width: 300px !important;
    }}

    Let us know.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: White space on mobile

    Hello,

    I don’t see any white space in the right side (or anywhere) in your site. Please see screenshot. Did you manage to fix your issue?
    Let us know.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Mobile Page Width

    Hello,

    For this you can by increasing the container width. Add this code into your custom css box:

    @media (max-width: 767px){
    .container { max-width: 420px !important;}
    }

    Edit the value to your wish, but it should not exceed 420px. Or the elements will go out of line.
    Let us know.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Import demo data is not working
    This reply has been marked as private.
    9 years, 12 months ago Mirela
    Participant
    in reply to: Big Problem with Safari Browser

    Hello,

    The difference between these two blocks of code is in the device they target. Ruco’s code is for @media (max-width: 767px) which includes all mobile devices. The code i send is for @media (min-width: 1024px) ipad landscape device width or larger.
    I don’t have an ipad in my hand so it’s hard to test this. Especially because in every ipad simulator i have opened your site with, the slider image shows perfectly.

    Will you please try out this code too?

    @media (min-width: 1024px){
    .swiper-slide.swiper-slide-visible.swiper-slide-active {
        background-size: contain;
    }
    .codeless_slider_swiper {
        height: 673px !important;
        min-height: 673px !important;
    }
    }

    Let us know.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Page is heavy with css

    Hello,

    Sorry for the late reply.
    It is not possible to remove this code. This is dynamic css code generated from the theme settings. You can install a cache plugin to make your site perform faster, or minify some of the css files. Remove plugins you do not use and if there are elements you do not use , then you could delete their specific css files (example: if you do not use the counters, then you may remove odometer.css file).

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Can’t save anything except in classic mode!

    Hello,

    We haven’t tested all plugins out there so i can’t tell exactly which one is the best. But there are a lot of good plugins as alternative that you could use. Here is a list of suggestions.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Mobile Page Width

    Hello,

    Can you please send us the link where you have this element? I opened most of your site’s pages in mobile but the content is perfectly aligned in the middle. i don’t see a situation like the screenshot you send.
    Let us know.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Coordinates are off on Image Maps

    Hello,

    Sorry can you please be a bit more clear? I opened the link you send, and it looks good in both chrome and firefox. The content is centered. Did you meant to send another link or this is it?
    Let us know.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Content Won’t Center?

    Hello,

    Please get the new theme update with the “full width content” row settings fixed.
    Or add this code into your custom css box:

    .aligncenter {
        margin-right: -15% !important;
    }

    Let us know.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: White space on mobile

    Hello,

    Can i please see a link where is this running?

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Version 1.8 doesn’t pull header border colors from Tower admin

    Hello,

    Thank you for notifying. We will make the necessary testing and fix it if needed. You will be notified for any new theme release.

    Best regards!

    9 years, 12 months ago Mirela
    Participant
    in reply to: Row ID not being set in VC. Cannot use # links in menu.

    Hello,

    The id you have been using it is added from Visual Composer way later than the theme’s row id functionality. And anyway this Visual Composer feature is not quite functional just yet.
    I am sorry to hear this reaction for the theme as we have put a lot of effort in it to make it as codeless and user-friendly as possible, while in the same time having so many features.
    Let us know if you need further help.

    Best regards!

Viewing 15 posts - 8,236 through 8,250 (of 12,542 total)
← 1 2 3 … 549 550 551 … 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