Viewing 15 posts - 1 through 15 (of 26 total)
  • #316492
    10foldDigital
    Member
    Post count: 86

    Hi,

    I’m having some issues with the homepage when responsive, can you please tell me where I can alter the following If possible (when in responsive)

    1. Remove the links: Demo, German, English, Spanish, French.
    2. Make the background behind the nav links grey
    3. Increase the font size of the navigation links
    4. Remove the ‘Select Option’ button hanging over the products

    I’ve attached a screenshot to show what I’m trying to achieve.

    Thanks

    Andrew

    Attachments:
    You must be logged in to view attached files.
    #316749
    David Martin – Support
    Moderator
    Post count: 20834

    1) Disable the option. Theme Options => Header Options => Show translation aux option.

    2) Please use this CSS:

    #header-section>#main-nav {
        background-color: grey;
    }

    3) Please use this CSS:

    @media only screen and (max-width: 979px) {
    nav .menu li a {
        font-size: 18px;
    }
    }

    4) Please use this CSS:

    @media only screen and (max-width: 979px) {
    li.product figcaption .shop-actions {
        display: none;
    }
    }
    #317488
    10foldDigital
    Member
    Post count: 86

    Hi,

    Thanks, I disabled the Show translation aux option, and added the custom CSS, but only the nav font size increased.
    Please see screenshot.

    Thanks

    Andrew

    Attachments:
    You must be logged in to view attached files.
    #317548
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    try to update the Neighborhood version to the latest one.
    https://www.dropbox.com/s/iltt94g4m920o49/Screenshot%202017-03-17%2015.27.34.png?dl=0

    Clear the cache and test again. Let us know the result.

    -Rui

    #317649
    10foldDigital
    Member
    Post count: 86

    Hi,

    I’ve updated Neighbourhood to the latest version, cleared my cache and it’s still displaying like the previous screenshot.

    Thanks

    Andrew

    #317860
    David Martin – Support
    Moderator
    Post count: 20834

    I cannot access your admin.

    http://223.27.24.84/~helixandrew/wp-admin directs to this: http://223.27.24.84/~helixandrew/dashboard/

    Your support license has now expired or you have not entered one within your profile to validate your purchase. To access the support forums please renew your support license for your theme(s) on ThemeForest.

    #318010
    10foldDigital
    Member
    Post count: 86
    This reply has been marked as private.
    #318029
    David Martin – Support
    Moderator
    Post count: 20834

    Please allow me access to http://223.27.24.84/~helixandrew/wp-admin.

    #322518
    10foldDigital
    Member
    Post count: 86
    This reply has been marked as private.
    #322736
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You have copied the CSS in wrong. Both media queries are missing their closing brackets.

    Thanks.

    #322866
    10foldDigital
    Member
    Post count: 86
    This reply has been marked as private.
    #323025
    David Martin – Support
    Moderator
    Post count: 20834

    When I last logged in that was the case, often if the CSS is copied from an email the brackets get converted to their entity code which causes the issue.

    If you now view the site on mobile the CSS is working as requested.

    Please also remember to Disable the Enable Mobile Translation option to remove it from the mobile menu.

    Please also update the core theme, this has had vast compatibility upgrades for WooCommerce 3+: http://helixboardco.com/wp-admin/update-core.php

    #323277
    10foldDigital
    Member
    Post count: 86

    Hi,

    I’ve updated the theme, I’m sorry but I can’t locate the Enable Mobile Translation, I thought it would be in Theme Options?

    Thanks

    Andrew

    #323335
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Theme Options => Header Options.

    Thanks.

    #323444
    10foldDigital
    Member
    Post count: 86

    Hi,

    Thanks for that, I’ve disabled the Enable Mobile Translation and added in the closed brackets to the CSS. But it still looks the same, however it has removed the translation. See attached screenshot.

    Thanks

    Andrew

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 26 total)

You must be logged in to reply to this topic.