Home Forums Free Themes Photo Perfect Elements on posts

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1706
    sam yelloo
    Participant

    there seems to be an issue when viewing posts on a mobile that beneath each post (photo) there is a black square (element) showing the category together with the link. This doesn’t show on desktop view. In fact it even occurs on your demo site. Its unsightly in the mobile view- can you instead make it so you can click on the photo in mobile view (ie make it responsive) like it is on desktop?

    #1715
    wensolutions
    Keymaster

    Hello @gideondavies,
    Your issues are replied below:

    there seems to be an issue when viewing posts on a mobile that beneath each post (photo) there is a black square (element) showing the category together with the link.

    In fact black square (element) showing the category together with the link when viewing post on a mobile beneath each post is not an issue this is feature of the theme. The theme is designed in such way in mobile view.
    In desktop there is hover effect so that box appears within the photo when there is mouse hover over that image.But in mobile view there is no hover effect so that box is kept beneath the photo.

    can you instead make it so you can click on the photo in mobile view (ie make it responsive) like it is on desktop?

    Photo is clickable and responsive as well in moble view.And you can make it like it is on desktop by customizing through child theme.

    Best Regards!!!

    #1719
    sam yelloo
    Participant

    Okay so is there css to remove these boxes in mobile view? See the site http://www.touchedupltd.co.uk.uk You will see that these boxes are quite ugly and detract from the theme overall. In fact I just started on this site but stopped when I saw this.

    #1720
    sam yelloo
    Participant
    #1721
    sam yelloo
    Participant

    Just noticed also. I’m assuming there is a way to delete the category menu at the top of page. I see on mobile view it overlaps the title. I havent put a menu on yet but will it do the same and can it be positioned centrally below the title on mobile view which is normal? Maybe some more css??

    #1723
    wensolutions
    Keymaster

    Hello @gideondavies,
    Your issues are replied below:

    Just noticed also. I’m assuming there is a way to delete the category menu at the top of page.

    Yes there is a way to disable category menu at the top of page.
    For this you have to go to Admin Panel -> Appearance -> Customize -> Theme Options -> Header Options.
    In this section you will see a check-box saying Show Category Dropdown.You need to uncheck that check-box as shown here http://prntscr.com/a7mvtm to disable category dropdown.

    I havent put a menu on yet but will it do the same and can it be positioned centrally below the title on mobile view which is normal? Maybe some more css??

    Yes it can be positioned centrally below title with Custom CSS:
    First Go to Admin Panel -> Appearance -> Customize -> Theme Options -> Advanced Options.In this section copy and paste below custom CSS in Custom CSS box.

    
    @media (min-width: 481px) and (max-width: 600px) {
    #main-nav{
    	top: 100%;
        left: 36%;
    
    }
    }
    @media (max-width: 480px) {
    #main-nav{
    	top: 165px;
        left: 44%;
    
    }
    }
    

    Note:Above CSS will effect in mobile view only.
    Hope this will help you.

    Best Regards!!!

    #1726
    sam yelloo
    Participant

    Okay thanks but how do we address these unsightly element boxes in Mobile View? Any CSS to hide these?

    #1727
    sam yelloo
    Participant

    Just noticed something else – if you look at the pictures the padding around the post is different from the others- any reason?

    #1728
    sam yelloo
    Participant

    Padding around the post entitled tanning that is

    #1757
    wensolutions
    Keymaster

    Hello, @gideondavies

    Currently there seems to be problem with site URL that you have provided.The browser shows white blank page.
    So we couldn’t provide you with the solution.

    Regards!!!

    #1769
    wensolutions
    Keymaster

    Hello, @gideondavies

    Following the demo of the theme there is no such issue of padding or else in mobile view.
    It works all fine in mobile with portrait or in landscape view without any issue of such padding.
    You can check demo in mobile view as well from here http://demo.wenthemes.com/photo-perfect/
    It might be due to third party plugins that you have installed or else but not due to the theme itself.

    Best Regards!!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.