• Resolved thegoodsfinder

    (@thegoodsfinder)


    Hello,

    How do I force the custom field (labelled ‘backend’) to not show up? I’ve chosen ‘hide’ for display custom fields in settings, but they’re still being displayed. I would like to have only the search bar option on the side.

    Also, the pagination and search bar look very cramped on mobile, and the pagination is wrapping to the next line – is there any way to make it more responsive to the page / cleaner?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi thegoodsfinder,

    If you edit the “BACKEND” custom field, and scroll down to the “Searchable?” section, is it set to Yes or No? Setting it to No should remove it from the sidebar (if it’s still there after doing this, let us know).

    For the mobile view, it looks like there’s some styles being overridden. Here’s some CSS you can add to the “Custom CSS” box on the Edit Catalogue page which should help clean up the mobile layout:

    @media only screen and (max-width: 715px) {
    .prod-cat-sidebar,
    .prod-cat-inner {
    width: 100%!important;}
    
    .upcp-thumb-image-div {
    margin: 0px auto;}
    }
    Thread Starter thegoodsfinder

    (@thegoodsfinder)

    Thank you for the response!

    We would still like to have the “backend” text be searchable and show up in the search results (but not be visible to the site visitors). Is this possible?

    Also, is there any way to take out the total number of products text from the pagination buttons? E.g. 48 Products

    Hi thegoodsfinder,

    The custom fields will still be searchable via the search box if you go to Options->Basic and scroll down to “Product Search” and set it to Name, Description and Custom Fields.

    To hide the “48 Businesses” text in the pagination section, add this code to the Custom CSS box:

    span.displaying-num {
    display: none;}
    Thread Starter thegoodsfinder

    (@thegoodsfinder)

    Thank you!! It works ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A few questions’ is closed to new replies.