New Landing How can we help? Themeforest Theme Support Neighborhood New site (Neighborhood) header and responsive problems

Viewing 8 posts - 1 through 8 (of 8 total)
  • #138109
    skullo27
    Member
    Post count: 217

    Hi yesterday I purchased and installed the Neighborhood theme, it is very good, thank you, but I am having quite some problems and I cannot seem to find a solution.

    1) the mini header when you scroll down the page does not work even though enabled in theme settings.

    2) drop down menu’s in the header do not work

    3) header search / search button does not work

    4) hamburger menu on mobile does not work

    5) on a post page that has embedded video the video (youtube) is not responsive so does not display correctly on mobile. Please see this link and resize the browser to see: http://www.urbanathletic.co.uk/adidas-originals-zx-flux-latin-america-redisena-tu-ciudad-latinoamerica/

    6) when on post page and on mobile / small device the next / previous page buttons (using post titles) are not responsive so when you shrink the screen they either over lap with each other or are off screen. Please see this link and resize to see: http://www.urbanathletic.co.uk/adidas-originals-zx-flux-latin-america-redisena-tu-ciudad-latinoamerica/

    7) the “heart” button on each post page, if I click it,it does not add a “like” it just sends you to the top of the page.

    8) can you give me the custom CSS to change the wishlist font awesome character from a star to a heart?

    9) is it possible to remove the featured image when on each post without deleting the code from each php file?

    10) page header is not responsive and so displays oddly on mobile.

    Many thanks
    Sam

    #138171
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You have some errors in the javascript console that could causing that other scripts to don’t load properly.

    The file jquery.cookie.min.js and cart-fragments.min.js it’s not being loaded and it’s something related to your hosting settings that is rejecting these files, please check the article below and contact your hosting support.
    http://docs.woothemes.com/document/jquery-cookie-fails-to-load/

    After that it’s fixed let’s us know so we can check if the rest of your issues it’s working or not.

    -Rui

    #138178
    skullo27
    Member
    Post count: 217

    Hi, thanks for the reply, I installed the plugin (woocommerce cookie fix) on the link you gave and it fixed most of the above issues!

    However, I still need help with questions, 6, 8 and 9.

    Please could you advise.

    many thanks.

    #138270
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .single-post .media-wrap{display:none !important;}
    a.add_to_wishlist i.fa-star:before{content:"\f004" !important;}
    @media only screen and (max-width: 479px) {
    .pagination-wrap .nav-next {
        float: right;
        max-width: 90%;
        text-align: right;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
    }
    
    .pagination-wrap .nav-previous {
        float: left;
        max-width: 90%;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    }

    Thanks
    Mohammad

    #138833
    skullo27
    Member
    Post count: 217

    Hi Thank you for the code, that has updated my site!

    Regarding the wishlist icon, the star on the “add to bag” button is now a heart, but the icon in the header for the wishlist is still a star, can you please tell me the css to change this also?

    thanks again.

    #138888
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also.
    a.wishlist-link i.fa-star:before{content:"\f004" !important;}
    Thanks
    Mohammad

    #138897
    skullo27
    Member
    Post count: 217

    perfect!

    thanks again.

    #138899
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register