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

  • 10 years, 1 month ago Mirela
    Participant
    in reply to: Imported demo content twice, site still empty

    Hello,

    From the screenshot i don’t see any problem in your site. The fact that the menu is there and it has pages in it, means the dummy data has been imported with success. You only need to configure your site now.
    Go to home page settings > Slider, and assign one of the imported sliders to it. To edit menu, go to Appearances > Menu, edit menu items here. Also please make sure to have set up a home page in General Options > Select Special Pages > Select Frontpage.
    For more guidance for theme customization, please watch our video tutorials.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Imported demo content twice, site still empty

    Hello,

    From the screenshot i don’t see any problem in your site. The fact that the menu is there and it has pages in it, means the dummy data has been imported with success. You only need to configure your site now.
    Go to home page settings > Slider, and assign one of the imported sliders to it. To edit menu, go to Appearances > Menu, edit menu items here. Also please make sure to have set up a home page in General Options > Select Special Pages > Select Frontpage.
    For more guidance for theme customization, please watch our video tutorials.
    Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Blog Infinite Scroll Jumps

    Hello,

    Sorry for the late reply.
    We are currently looking into this and will notify you soon. Thank you for the patience.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: post grid not showing in firefox & mobile

    Hello,

    You could disable the firewall for just one day so that we can access it and debug it. Sorry i still am unable to access dashboard.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Next & Previous Buttons Portfolio (change the order of the pagination)

    Hello,

    When you click on the first portfolio item in Recent Portfolio, then you are seeing the very last item added. Therefore all other items are at the left side of the single portfolio item (they are considered ‘previous’ items). Changing this requires code editing that is not included in support forum since it is a personal preference customization. Please read more regarding our Support Policy.
    You could do the edit yourself or hire a developer to do it for you.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: How to get logo to appear on mobile with left menu

    Hello,

    To make css code affect only certain screen sizes, you can use the @media rule. Try editing the above code to this:

    @media (min-width: 1600px){
    .header_7 #logo { left: 35% !important; }
    }

    This makes the code affect only 1600px to wider screens. Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Product image not visible

    Hello,

    You may need to set up a z-index for these images to show. Please send us login credentials so we can check and help yu with the code.
    Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: More Visual Composer problems

    Hello,

    What theme version do you have? Please make sure to have the latest update first. Then update Visual Composer from ftp. Follow these steps:
    -Using ftp go to wp-content/plugins and delete folder js_composer.
    -Go back to your dashboard and install plugin once again following the instructions (screenshot).
    Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Drop down menu font options

    Hello,

    1-Please add this code into your custom css box:
    nav .menu li ul.sub-menu li a { font-family: "Lato";}
    Edit font to your wish.

    2-Add this code:
    a.btn-bt.default.header_button { margin-top: -24px;}

    3-Sorry but that is not possible.

    4-Please add this code into your custom css box:

    @media (max-width: 767px){
    #logo img { height: 58px;}
    .header_11 #logo { margin-right: -53px;}
    .codeless_slider_swiper { top: 140px;}
    .top_wrapper { padding-top: 140px;}
    }

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Typography

    Hello,

    Please find the Typography menu in General Options > Typography Options. See screenshot.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Slider Question

    Hello,

    1-I see you already made this edit as the title and buttons are not moving while browsing the page.
    2-Add this code into your custom css box:

    i.moon-arrow-right-5 {
        display: none;
    }

    3-Add this code:

    .codeless_slider .swiper-slide .buttons.animated {
        -webkit-animation-delay: 0s !important;
        -moz-animation-delay: 0s !important;
        -ms-animation-delay: 0s !important;
        -o-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }

    4-edit button border with this css code:

    .codeless_slider .swiper-slide .buttons.colors-light a.bordered {
        border-color: #FBBF5F !important;
    }

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: POST GRID error – always some products and bad description –

    Hello,

    I responded you regarding this issue here: https://support.codeless.co/forums/topic/error-with-call-to-action-in-responsive-mode/#post-14882

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: error with CALL TO ACTION in responsive mode

    Hello,

    Please go to \includes\core\codeless_elements.php and find this line: vc_remove_element("vc_widget_sidebar");
    Do the same as the above. Either delete it or replace with this: //vc_remove_element("vc_widget_sidebar");

    PS: these are elements not used by the theme by default. But since you are already using them, then these changes are needed.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Onepage Menu links

    Hello,

    The one page menu links are working as they should. There is no problem here. I assume you are referring to the fact that the header overlaps with the section title. For that you only need to add some padding. Please read this topic regarding it.
    Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: various errors sporadically

    Hello,

    I opened your site but the content is displaying ok. Please see screenshot. Did you manage to fix your issue? It could have been a temporary server situation. Maybe the server did not load in time all the necessary scripts.
    If you keep having the same situation, try to clear cache and refresh page. Let us know.
    PS: You need to update Visual Composer as well. The latest version included in theme package is vs 4.11.2.1.

    Best regards!

    • This reply was modified 10 years, 1 month ago by Mirela.
Viewing 15 posts - 8,686 through 8,700 (of 12,542 total)
← 1 2 3 … 579 580 581 … 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