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

  • 7 years, 8 months ago Mirela
    Participant
    in reply to: Drop Down Menu Hover Not Working

    Hello,

    Please add this code into your custom css box in General Options:

    ul#menu-nav {
        list-style-type: none !important;
    }

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: services circle icons
    This reply has been marked as private.
    7 years, 8 months ago Mirela
    Participant
    in reply to: Mobile Display Issues

    Hello,

    The code was pasted in the wrong place. Resulting in some css not having a closing bracket and others having an extra closing bracket. I edited it now. Please clear cache and try now.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Specular Theme

    Hello,

    All custom css should be placed in Custom Css box in General Options. If you are not seeing any changes, that means: the code is not correct (not targeting the elements you want), or that some other css is taking priority. Fix this by adding !important tot he attributes.
    Like this:

    #sidebar .widget {
        background: #f5f8fa !important;
        margin-bottom: 20px !important;
        padding: 25px !important;
        position: relative !important;
    
    }

    -Can you please paste a link of the template where the Codeless Slider referred is?

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Missing Elements and Visual Composer

    Hello,

    Did you update the plugins as well? Check if you have any notification to update plugins. Deactivate any other third party plugin and check again.

    If the situation persists, add some wp credentials in your profile. Read this article for more information.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Logo link in header

    Hello,

    I changed it. Please check your site.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Hamburger Menu Not Loading on Mobile in Picante

    Hello,

    It opens after clicking on the menu element. Select below the menu to show in mobile. See screenshot: https://postimg.cc/QKjSj6dS

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Many Issune In Different Different Section!

    Hello,

    Sorry for the late reply.
    1-Are the images from the demo data? Or did you add then after the import? See some of the dummy data images links may not be recognized. That’s why it’s best to add the images again or just add your own images.

    2-The menu tabbed are created with Codeless Builder. You are using WP Bakery Builder in your site. That’s why this element is not showing because it’s of another composer. I added in a test page and every recipe is showing ok. See here: https://www.purohitsandwichusa.com/demo/test/
    I suggest you use Codeless Builder elements for the page where the menu will be shown.

    3-Because you have selected this page as default shop page, the products will show up. To remove them, just assign another page as shop page in Woocommerce > Settings > Products > Shop page. Or hide the products with custom css:

    .archive .inner-content.container {
        display: none;
    }

    To remove the other content under the categories, i set this option to none: https://postimg.cc/bdyWg4VJ

    4-I don’t see a “Need Help” in this page. Did you remove it? The content here is placed at the top because you have selected transparent header for your site. To scroll the content down for categories, add this css:

    .archive #site_content {
        margin-top: 145px;
    }

    Result: https://postimg.cc/KkgZczw0

    5-That’s because there are two prices set up for a product. The regular one and the grille done. Which do you want to keep? Please know that this is a personal customization that requires coding. And is not included in support. Read more here.

    6-Same logic regarding the two prices. As for the rest, i fixed them with very few changes in file css/codeless-woocommerce.css. Screenshot. Please check it and let me know if it’s ok.

    7-Go to header and add Tools. Swipe on the shop cart. Screenshot: https://postimg.cc/SjYxGZZw

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Revolution slider option

    Hello,

    I see there are javascript errors in your site. Can you please tell me what php version are you running in the server?

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Cannot install theme demo on shared hosting

    Hello,

    Sorry for the delay.
    1-First, where can I choose which social icons are displayed in the header and where do I place the links?
    After adding the socials element to show up in the header, you will see it’s options unfold in the left sidebar (screenshot). The socials you add a link to here, are the ones that will show up in header. To edit it, just open the element’s options again by clicking on the element.

    2-Second, I moved the search box to the right side as this is to be a catalog site, how can I have it default to be open so it keeps the logo centered?
    I suggest you add the quick search instead. Select Simple White style for it. It has the style you want. Remove the quick search categories with custom css.
    Screenshot: https://postimg.cc/R6HcvpqH
    The css to add in Customize > General > Custom Codes > Custom css:

    .search-element .quick-searches {
        display: none;
    }

    3-Third, How can I set the site to hide the social icons and search bar and have the logo larger on mobile?

    See screenshot: https://postimg.cc/kBXvbcpk
    Check the box with the screen size you want the socials to be hidden.
    To hide search, add this css:

    @media (max-width: 480px){
    .extra_tools_wrapper .tool:first-child {
        display: none;
    }}

    4-Also, where is my navigation? The menu that is displaying is not available to edit, and if I change the active menu nothing happens.
    Click on the menu element and in the options select the menu you want to use. See screenshot: https://postimg.cc/9rYTJqvy
    You can change the items in a menu in Appearance > Menus.

    5-Also, the option to place a background color on page content doesnt work, I had to add custom css to not have my background image (intended for the sides) to be displayed in the content.

    See screenshot of the option: https://postimg.cc/SnWMJYGn or directlu from Page Settings: https://postimg.cc/34D7xmg6
    I made a test in this page: https://fnvfireworks.com/redesign/home-8/ It’s ok.

    6-Also, I want this site to be a catalog site. However, when I set the option “catalog mode” in the customizer, the add to cart functionality is still enabled. Am I missing something?
    I see the cart is not showing: https://postimg.cc/Z9jnk8Th
    Did you manage to fix it?

    Let us know.
    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Can not Install Organic Theme Demo

    Hello,

    Yes, sure. Please send us some wp credentials in a private reply. or add them to your profile data. Read this article for more information.
    I can set it up for you in minutes.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Hamburger Menu Not Loading on Mobile in Picante

    Hello,

    I set on the option to show menu in mobile and it’s ok now. Check screenshot: https://postimg.cc/47GZX6zy

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Creative Agency Homepage Issue

    Hello,

    Sorry for the late reply.
    I fixed it. I set up codeless slider as full height-> https://postimg.cc/5YdR5XZc
    and changed blog element alignment to center-> https://postimg.cc/G8XvLNPM

    Let me know if you need further help.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Responsive bugs ?

    Hello,

    I am looking into this now. Will update you soon.

    PS:Check the “Notify me of follow-up replies via email” to get the notification of new replies.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Mobile Display Issues

    Hello,

    1-To increase the logo size, this css is needed:

    #logo img {
        max-height: 70px !important;
        margin-top: -40px;
    }

    Add it inside the @media (max-width:480px), right before the closing bracket. Change the values to your wish.

    2-Please add this code:

    @media (max-with:979px){
    .woocommerce-cart .woocommerce .cart-collaterals {
        float: none !important;
    }}

    I checked the product page but it looks ok ->screenshot. While the checkout page should be ok after the above css. Result screenshot.

    About the email in the footer. Since that is one string, it’s not possible to shrink it enough to fit the small ipad column size. I can recommend you add a space before the @ sign. This will break the string and let it flow correctly when the screen is smaller (screenshot). Unless you want to make the font smaller, but i wouldn’t recommend as it will be difficult to read.

    Glad to know you are satisfied with theme and the result site. If you like the support, please leave a rating in Themeforest.

    Good luck with Christmass sales! :)
    Best regards!

Viewing 15 posts - 2,251 through 2,265 (of 12,542 total)
← 1 2 3 … 150 151 152 … 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