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, 4 months ago Mirela
    Participant
    in reply to: about SSL

    Hello,

    This is nothing to worry about. There are images in the theme that are loaded via http. That is why sometimes this message shows up. I opened your site and i don’t get any security warning.
    However, as i checked, you can just remove the current logo images that came with the dummy data and import your own images. See screenshot: https://postimg.org/image/4j43q93np/

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Some minor help on pages

    Hello,

    These pages do have the same page header elements, but you have set them up differently. See screenshots: https://postimg.org/image/ltuiimxzp/
    https://postimg.org/image/bl21cccdh/

    I changed the first page’s title heading options and now they are identical.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: custom code

    Hello,

    Theme’s main builder is Codeless Builder. It has no issue working with it. Visual Composer is a third party plugin offered as an extra, but the most important and main builder is Codeless Builder.
    I understand that due to the major popularity of Visual Composer, it’s easier to work with something you are already familiar. But this is indeed a third party plugin. We are trying to make theme as independent as possible, from other parties work. So you won’t necessarily need to keep updating all included plugins in order for your site to work well.

    However, the work to make Visual Composer fully compatible and to be able to switch back and forth VC-CB, is ongoing. We will keep upgrading it and releasing better versions all the time.
    Please have faith in our work.

    Thank you!

    8 years, 4 months ago Mirela
    Participant
    in reply to: I click "shop" , it will open the page of " /shop-2/"

    Hello,

    You can change any page’s permalink in it’s page options. See screenshot: https://postimg.org/image/5t1x53ut1/
    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: after update doesnt show some page content, VC and responsive incompatibility
    This reply has been marked as private.
    8 years, 4 months ago Mirela
    Participant
    in reply to: Background of highlighted section

    Hello,

    The background image of the footer is too wide for your footer layout. The aspect ratio does not allow this modification. I suggest you edit out the original image (https://codeless.co/june/default/wp-content/uploads/2017/11/img1footer.jpg) to your current footer height (or just make the image twice it’s original height), upload it again. Then add this code into the Additional Css menu:

    .topfooter-unique-style {
        background-size: contain !important;
    }

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: I click "shop" , it will open the page of " /shop-2/"

    Hello,

    I see the “shop” page is a different page (https://julibridal.com/shop/) than the https://julibridal.com/shop-2/ you have added to the menu.
    So either check the permalink of the shop page in menu and edit it out to simple “shop”, (check the permalink). Or assign this other page as your shop page and add it into the menu menu as well.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Fatal error

    Hello,

    Please sens us some valid wp and ftp credentials in a private reply. So we can check this and help you install theme correctly.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: sidebar placement

    Hello,

    Sorry but this is not possible.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Woocommerce Order-received doesnt works

    Hello,

    We need more details to track down the cause of this. When did this start to happen? Did you had any new plugin installed recently? Do you have theme and all plugins updated?

    Please add some valid wp credentials in your profile data. So we can give this a closer look.
    Read this article for more information.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Switch earlier to responsive menu

    Hello,

    Yes, sure. Inside the @media (max-width: 1055px) rule, add this code as well:

    header#header {
        background-color: white !important;
    }

    So the result code with be:

    @media (max-width: 1055px){
    .mobile_small_menu {
        display: block !important;
    }
    #navigation {
        display: none !important;
    }
    #logo {
        float: right !important;
    }
    header#header {
        background-color: white !important;
    }
    }

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Blog page help

    Hey,

    Nice to know the forum was helpful to you. Let us know if there is anything else we can help you with.

    Kind regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Turn off Woocommerce Pagination

    Hello,

    Sorry for the late reply.
    Please go to file functions-woocommerce.php and find this line:
    add_filter('loop_shop_per_page', create_function('$cols', 'return 12;'), 20);
    The value 12, represents the number of products per page in the shop page. Change it to your wish. Example:
    add_filter('loop_shop_per_page', create_function('$cols', 'return 999;'), 20); It will show a max of 999 products per page.
    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: portfolio display in safari
    This reply has been marked as private.
    8 years, 4 months ago Mirela
    Participant
    in reply to: Drop down menu problems
    This reply has been marked as private.
Viewing 15 posts - 3,916 through 3,930 (of 12,542 total)
← 1 2 3 … 261 262 263 … 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