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, 3 months ago Mirela
    Participant
    in reply to: VC Sidebar Widget

    Hello,

    Yes, it is secure to use it. Removing it is a decision of theme developers. You can redo the edit in case of a theme update, or use a child theme.
    Add the edited file (with the hole path) in the child theme folder. This will keep you from making the same change every theme update.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: link down page only working once

    Hello,

    I have replied you regarding this, on this other topic of yours: https://support.codeless.co/forums/topic/anchor-link-jq-scroll-conflict/
    What theme do you have installed? Please restrict to writing only at your theme’s support forum.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: anchor link jQ scroll conflict

    Hello,

    Where are you trying to do this? Have you set up the page as one page?
    You can only navigate thru site via row id. This is a feature of the “one page” site structure and will work only when the page is set as “one page”.
    Let us know.
    PS: The site posted is not available. Please check it.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Removing title’s border in Codeless Slide

    Hello,

    Please add this css code into your custom css box, for the borders in codeless slider titles:

    .codeless_slider .swiper-slide h1 {
        border-top: none;
        border-bottom: none;
    }

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Drop Down Menu Not working properly

    Hello,

    I checked the Test site but i do see the smooth scrolling. Did you manage to fix your issue?
    To make header sticky in mobile as well, please add this code into your custom css box:

    @media (max-width: 767px){
    .header_1 .header_wrapper { position: fixed !important;}
    }

    Let us know if you need further help.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Color menu in Shop and products

    Hello,

    For these two cases, add this code:
    .woocommerce-page nav .menu > li > a { color: #777 !important;}
    This will affect all woocommerce pages.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Placing Page Header Below Site Header

    Hello,

    Yes, please add this code into your custom css box:

    .codeless_slider_swiper {
        padding-top: 100px;
    }

    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: The Importing the dummy data and content is not working

    Hello,

    I was able to import dummy data of the default demo. I also set up the main configurations, like setting up home page, blog, widgets and sliders. You can continue with further customization.
    However, your site has issues in saving. Please make sure to check on these settings:
    -To have the required access on themes files,
    -check the execution time limit,change it on your server if not long enough to let all dummy data import.
    -Check to have have enough memory limit.You can increase it yourself by adding this line into your wp-config.php file : define('WP_MEMORY_LIMIT', '94M');
    Or ask your hosting provider to do it for you.
    Let us know if you need further help.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Dummy Data for Default will not load

    Hello,

    Please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Image gallery auto rotate

    Hello,

    Please go to file \js\jquery.flexslider-min.js and find this line:
    slideshowSpeed: 7E3, replace “7E3” with a value (example: 5000) and save changes. That is the speed in miliseconds.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: title in the slide

    Hello,

    The text in custom css box has errors. From what i see of what you pasted, it should be like this:

    /*#header{
    margin: 0 auto;
    }*/
    
    .page-id-2298 .header_page.centered h1{text-align:left;}
    /*.page-id-2298 .header_page.with_subtitle.centered .titles h5*/
    .codeless_slider .swiper-slide .content h1 {width: 600px;}

    Why did you add this line: .page-id-2298 .header_page.with_subtitle.centered .titles h5?
    It has only css classes and it does not give them any attributes. This is causing the code i gave you, not to work. I commented it out. If you want to use it, complete it and remove the comment tags(/* */).

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: google map problems

    Hello,

    You are setting it up wrong. Do not paste the entire link copied by google map. You need to remove the <iframe> tags and leave only the map url.
    Please see example below:
    Wrong:
    <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6334.398620881024!2d126.70201398927989!3d37.4560157877702!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357b798165bffb43%3A0xd854733a55d6f1b4!2zKOyjvCnsnbjsspzsnKDrgpjsnbTti7Drk5w!5e0!3m2!1sen!2s!4v1457615221057" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
    Right:
    https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6334.398620881024!2d126.70201398927989!3d37.4560157877702!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357b798165bffb43%3A0xd854733a55d6f1b4!2zKOyjvCnsnbjsspzsnKDrgpjsnbTti7Drk5w!5e0!3m2!1sen!2s!4v1457615221057

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Button placement

    Hello,

    Yes, you can rearrange their layout with some css code. Add it into your custom css box.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: codeless slider image not responsive anymore and second slider not showing image

    Hello,

    Please see here the result after applying the above code, screenshot. Did you add the custom code into your custom css box?
    Send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: but parallax, works?

    Hello,

    What are you trying to do? Please send us your site’s url so we can give a closer look.

    Best regards!

Viewing 15 posts - 9,496 through 9,510 (of 12,542 total)
← 1 2 3 … 633 634 635 … 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