New Landing How can we help? Themeforest Theme Support Neighborhood Mobile website not responding

Viewing 15 posts - 16 through 30 (of 34 total)
  • #96730
    crystallisspecimens
    Member
    Post count: 113

    Hello Kyle,

    I have a problem with the website showing on a mobile device (iPhone).
    Recently we removed the black box (Add to shopping bag button) from the products. This works fine for the website in a normal computer but in a mobile device I still see the black bar on the product photo.

    Do you know how is possible to remove it also from iPhone device?

    Thx

    #96735
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please could you provide your link so I can check?

    – Kyle

    #96749
    crystallisspecimens
    Member
    Post count: 113
    #96759
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .shop-actions {
      display: none;
    }

    – Kyle

    #96819
    crystallisspecimens
    Member
    Post count: 113

    Hi Kyle,

    I have this code already. It works for the website on a computer but in iphone device, I still see the black box. Or in the computer when I give a zoom 200% for example the black box appear again.

    THX

    #96826
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Just checked your custom css and you’ve put it inside a media query?

    @media only screen and (min-width: 480px) { 
    .search-results .blog-items.standard-items .blog-item figure {
    width: 50%;
    }
    .shop-actions {
    display: none;
    }

    With a min width of 480px, that’s why it shows on mobile. You need to take it out of the media query

    – Kyle

    #96827
    crystallisspecimens
    Member
    Post count: 113

    HEllo Kyle,
    Yes I have this code on the custom css.
    What do I need to do?
    Remove the whole code?

    Sorry I did not understand what needs to be done?

    #96828
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This:

    @media only screen and (min-width: 480px) {

    is an opening line of a media query, it is closed using a

    }

    anything within these 2 lines are only applied above or below the screen size that is stated, in your case anything above 480px.

    I’m not sure why you have this code, someone has obviously provided it to you in the past. For now just add a closing tag after the search results css, so:

    @media only screen and (min-width: 480px) { 
    .search-results .blog-items.standard-items .blog-item figure {
    width: 50%;
    }
    }

    Hope I have explained well

    – Kyle

    #96831
    crystallisspecimens
    Member
    Post count: 113

    HEllo Kyle,

    This is what I have done:
    I took out this code:

    @media only screen and (min-width: 480px) {
    .search-results .blog-items.standard-items .blog-item figure {
    width: 50%;
    }

    And I left only this code:

    .shop-actions {
    display: none;
    }

    The black box is out from the computer and mobile but on the mobile I can still see part of the second image. The second image that roll over.

    HAve I done anything wrong? With the codes?

    THX

    #96832
    crystallisspecimens
    Member
    Post count: 113

    File is attched

    Attachments:
    You must be logged in to view attached files.
    #96835
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #96859
    crystallisspecimens
    Member
    Post count: 113

    Hello Kyle,

    Before I follow those steps I noticed that there is a problem with the picture of a product in the mobile device. It becomes very small.

    I have the following custom css:

    @media only screen and (min-width: 480px) {
    .search-results .blog-items.standard-items .blog-item figure {
    width: 50%;
    }
    }
    .shop-actions {
    display: none;
    }

    The black box is gonne but in the single page product the image become much smaller and also the description too.
    I noticed that the Leave Feedback is still on the mobile device. I used a customs css to remove this but on iphone stills showing.

    THX

    #96864
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you screenshot what you are referring to with the product picture and description? Views fine for me on mobile

    For the leave feedback, likely that you’ve got that in a media query as well

    – Kyle

    #96870
    crystallisspecimens
    Member
    Post count: 113

    here it is

    Attachments:
    You must be logged in to view attached files.
    #96873
    crystallisspecimens
    Member
    Post count: 113

    Kyle,

    When I use this code:

    @media only screen and (min-width: 480px) {
    .search-results .blog-items.standard-items .blog-item figure {
    width: 50%;
    }
    }
    .shop-actions {
    display: none;
    }

    The black box goes away on the mobile device but then in the product single page, the picture and information are not fine.

    If I remove this (}) from the code and include the shop actions in the query, then the picture and information is fine but the black box comes back again.

Viewing 15 posts - 16 through 30 (of 34 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