Home › Forums › Free Themes › Photo Perfect › Elements on posts
- This topic has 10 replies, 2 voices, and was last updated 8 years, 8 months ago by wensolutions.
-
AuthorPosts
-
February 24, 2016 at 11:19 am #1706sam yellooParticipant
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?
February 24, 2016 at 11:20 pm #1715wensolutionsKeymasterHello @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!!!
February 25, 2016 at 12:22 am #1719sam yellooParticipantOkay 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.
February 25, 2016 at 12:24 am #1720sam yellooParticipantFebruary 25, 2016 at 12:28 am #1721sam yellooParticipantJust 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??
February 25, 2016 at 3:34 am #1723wensolutionsKeymasterHello @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!!!
February 25, 2016 at 5:13 am #1726sam yellooParticipantOkay thanks but how do we address these unsightly element boxes in Mobile View? Any CSS to hide these?
February 25, 2016 at 5:24 am #1727sam yellooParticipantJust noticed something else – if you look at the pictures the padding around the post is different from the others- any reason?
February 25, 2016 at 5:24 am #1728sam yellooParticipantPadding around the post entitled tanning that is
February 25, 2016 at 10:34 pm #1757wensolutionsKeymasterHello, @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!!!
February 26, 2016 at 5:50 am #1769wensolutionsKeymasterHello, @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!!!
-
AuthorPosts
- You must be logged in to reply to this topic.