Search Form Page - by Jimbo - on WordPress WooCommerce support

This topic has 24 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Robert Hall

  • Avatar: Jimbo
    Jimbo
    Participant
    February 14, 2015 at 18:19

    I have a few issues with the search form page.

    1) I would like to add a return to home page link as well as the included return to shop which is already there. I have this in place but it appears below the ‘ return to shop button, I would like the return to home button to be on the same line? …( please see picture.)

    search page buttons

    2) On the search form page my footer links, I have added list icons with text that align next to them, on this page the icons are above the text?

    Please see image.

    footer list icons

    23 Answers
    Avatar: Jimbo
    Jimbo
    Participant
    February 14, 2015 at 18:46

    Just to add also that the search image does not stay above the text on various widths, mobile devices the search icon goes into the text?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 14, 2015 at 19:20

    Hello,

    1. Please add this code in custom.css file:

    .empty-category-block p {
        display: inline-block;
        margin-right: -120px;
        margin-left: 200px;
    }

    2. Add this code in custom.css:

    .uavc-list-content {
        display: inline-flex !important;
    }

    Please show a screenshot concerning search image issue.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    February 14, 2015 at 20:31

    Hi Eva,

    the search image does not stay at the top above the text on lower screen resolutions like shown in the image included.

    tablets and iPhone the search image goes into the text.

    search image

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    February 14, 2015 at 21:20

    Hello,

    Please try to use this code:

    @media (max-width: 480px) { .empty-category-block h2:before {
        bottom: 230px;
    }
    .empty-category-block p {
        display: inline-block;
        margin-left: 80px;
    } }

    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    February 14, 2015 at 21:50

    Thanks Eva, I will try that soon.

    Still an issue with the list icons not showing as inline in the footer on mobile devices though?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 14, 2015 at 23:18

    Hello,

    As I see the icons are shown inline on mobile.

    Could you please show a screenshot?
    What mobile device are you checking on?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    February 15, 2015 at 14:21

    Eva, can you remove the image you posted please as currently the website is in development stage and I don’t want that info on here.

    Avatar: Jimbo
    Jimbo
    Participant
    February 15, 2015 at 14:24

    You have not read my issue fully.

    The problem occurs on the search page results! you are just looking on the normal page.

    The icons do not align like the other pages I.e. home page etc

    Still have issues with the search too so this is not resolved.

    Avatar: Jimbo
    Jimbo
    Participant
    February 15, 2015 at 14:49

    Forgot to say I am testing on the iPhone in portrait mode, list icons are not inline, return to shop and go to home buttons end up being joined together?

    search buttons

    list icons

    Avatar: Jimbo
    Jimbo
    Participant
    February 15, 2015 at 16:28

    I think I have got somewhere but not fully.

    I have added this code which seems to have improved the buttons being seperated.

    @media (max-width:320px) { 
    .empty-category-block p {
    display: inline-block;
    margin:20px 0px 0px 0px;
    }
    }
    @media (min-device-width:568px) and (max-device-width:767px) { 
    .empty-category-block p {
    display: inline-block;
    margin:20px 0px 0px 45px;
    }
    }

    The main problem seems to be the search image staying above the h2 and p text, there are still some media queries where this breaks and the search (magnifying glass) goes into the text?

    on the iPhone in portrait on 320px the buttons I would like to align to the left under the h2 text so they are more central, at the moment they are to the right on the screen.

    search page

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    February 16, 2015 at 11:45

    Hello,

    Please add this code in custom.css:

    @media (max-width: 480px) { .empty-category-block p {
      margin-left: 50px !important;
    } }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    February 16, 2015 at 12:30

    Sorry that does not fully solve the problem, now in landscape on the iPhone the search image (magnifying glass) still goes into the text?

    search

    Also still the issue with the footer icons??

    Please, contact administrator
    for this information.
    Avatar: Jimbo
    Jimbo
    Participant
    February 16, 2015 at 13:08

    I really need to get these issues resolved now.

    Originally posted;

    1) footer list icons not inline on search page using iPhone in portrait mode (unresolved)

    2) search page image (magnifying glass) not aligning correctly on mobile (iPhone) in landscape mode

    If we could get this resolved please.

    Avatar: Jimbo
    Jimbo
    Participant
    February 16, 2015 at 16:11

    Nobody going to answer this then?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 16, 2015 at 16:32

    Hello,

    1) I’ve added some this code into custom.css file. It’s working well now. Please check.

    @media (min-width: 480px) and (max-width: 767px){
    .empty-category-block h2:before {
    bottom: 100%;
    }}

    2) Maybe provide screenshot for our better understanding and highlight what exactly you want.

    Regards,
    Robert Hall.

    Avatar: Jimbo
    Jimbo
    Participant
    February 16, 2015 at 16:41

    Robert,

    Thanks I will check now… FYI I did include plenty of images and described the problem clearly.

    Has the footer list icons issue been resolved on the search page as requested?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 16, 2015 at 16:50

    I’ve checked footer list icons on search page and they showing as inline. Please clean cache and check your site.

    Regards,
    Robert Hall.

    Avatar: Jimbo
    Jimbo
    Participant
    February 16, 2015 at 17:03

    The list icons on the search page are NOT inline which I have repeated several times as my image shows!

    On lower resolutions I.e. Mobile such as iPhone in portrait the list icons go above the text?

    There seems to be a barrier on communication here?

    list icons

    Avatar: Jimbo
    Jimbo
    Participant
    February 16, 2015 at 17:10

    And the list icons in the footer on mobile (iPhone) in portrait, it’s the same in landscape mode on the mobile too.

    The image below is from the home page (Not the search page) using the same iPhone mobile in portrait / landscape mode.

    list icons

    Adding uavc-list-content as display: inline-flex as Eva suggested did NOT work!

    Thanks

  • 1 2
    Viewing 20 results - 1 through 20 (of 24 total)

The issue related to '‘Search Form Page’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.