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, 2 months ago Mirela
    Participant
    in reply to: Theme updates from Envato

    Hello,

    You can find the change log in the theme’s profile in Themeforest (check here) or in the theme’s online documentation -> change log (see here)

    The best way to update the Visual Composer, if you are using the included version, is to replace the current plugin files with the new ones that came with the theme update. Please read this article to understand better the process:
    https://support.codeless.co/?ht_kb=visual-composer-update

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Layout Issues with Search Icon & Cart & Shipping Page (Responsive)

    Hello,

    Yes, please send us the respective screenshots. So we can understand better the situation.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Service Media Video

    Hello,

    You can remove the control bar using custom css. Can i see a page where are you using this?

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Top navigation header position changing when browser width is changed

    Hello,

    I am glad to know that we were able to help. If you are happy with our support, please
    rate the product with 5 stars under the Downloads tab of your Envato
    profile. You can add a review there too.
    This is very important for us to be able to keep working hard and provide more
    awesome work so thank you very much for your appreciation!

    PS: Yes, i do speak italian :)

    Thank you for being an awesome customer!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Full width Content problem

    Hello,

    If you have added additional javascript code or installed some new plugin, it may effect the current js code of the theme. That’s why i asked for more information regarding the changes made (whither they be made in parent or child theme).

    I cleared cache and refreshed page several times. I opened the site in other browsers and still i don’t get the issue.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Woocommerce Background Color

    Hello,

    Please add this code into your custom css box:

    #content {
        background-color: #ffffff !important;
    }

    Let us know.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: WooCommerce 3.0 compliance

    Hello,

    Thank you for notifying us. We will made the necessary updates updates in the next theme update. Did you experience any trouble with your products until now?
    Let us know.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Top navigation header position changing when browser width is changed

    Hello,

    -For this: https://monosnap.com/file/B7wZfuwKAMBUPwshcwrOiQpwERx5Za ?
    I added margin to the left. This is the responsible code:

    @media (min-width: 768px) and (max-width: 979px) {
    .row-fluid .span6:nth-child(1) { width: 100% !important;}
    .row-fluid .span6:nth-child(2) { width: 100% !important; margin-left: -4px !important;}
    .pull-right { float: left !important;}
    }

    Change the values to your wish if you want to align it differently.
    Screenshot: https://pho.to/AfBQw

    -To change the ipad landscape alignment, i edited out this code:

    @media (min-width: 980px) and (max-width: 1024px){
    .row-fluid .span6:nth-child(1) { width: 72% !important;}
    .row-fluid .span6:nth-child(2) { width: 25% !important;}
    nav .menu > li {
        margin-right: -2px !important;
        margin-left: -2px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    }

    Screenshot: https://pho.to/AfBRE

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Full width Content problem

    Hello,

    I see you made a lot of changes in the child theme you are using. I can not check the files as the “Edit files” menu option is not available.
    Did you make further changes recently? The overlap of the last row is not happening anymore. I opened your page in multiple browsers, multiple times and never get the overlap again.

    Let us know.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Top navigation header position changing when browser width is changed

    Hello,

    The top navigation is 1100px wide in normal desktop screen. While the screen gets smaller, the top nav elements should flow in order to fit the new layout. I added some more code into your custom css box. Please see soem screenshots of the results:
    https://pho.to/Af8yc
    https://pho.to/Af8yu
    https://pho.to/Af8zV
    For further changes, edit the current code or add more to your wish.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Full width Content problem

    Hello,

    Is it possible to send us some valid wp credentials in a private reply?
    So we can investigate this further.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Top navigation header position changing when browser width is changed

    Hello,

    I removed all custom css you had added regarding the top header position. In the General Options > Custom Css box and in the home page and blog page’s custom css box.
    I added this code in the general options custom css box:

    .row-fluid .span6:nth-child(2) {
        width: 42% !important;
    }.row-fluid .span6:nth-child(1) {
        width: 55% !important;
    }

    The top navigation is aligned in all pages. See screenshot. Let me know.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Mobile Not Working

    Hello,

    I added this code into your custom css box:

    .menu-small ul.menu > li > a { color: #444 !important;}
    @media (max-width: 480px){
        #content {
        background-color: rgb(253, 250, 250) !important;
    }}

    I checked the site (all pages) over and over again. I cleaned cache and refreshed pages and no issue is present anymore. The mobile menu is opening and closing as it should. The menu items direct to the right page and the page preview is correct.
    Please clear cache and refresh page. Let us know if you need further help.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Backup Data

    Hello,

    Please go to folder: \includes\dummy_data\backups
    You will find all your previous and current backups here.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Disable zoom for portfolio item (on hover)

    Hello,

    Please add this code into your custom css box:

    .portfolio-item.overlayed img {
        transition: all 4000000ms !important;
    }

    Let us know.

    Best regards!

Viewing 15 posts - 5,971 through 5,985 (of 12,542 total)
← 1 2 3 … 398 399 400 … 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