badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Search BOX

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #52929
    sergio1
    Participant

    Hi to all,
    first of all I would say that I’m VERY neewbie of WP site, so be patient with me and my (silly) question.
    So, I set my WP site of my real shop: http://www.belezapura.it
    It works fine on PC: on mobile, “search option” is not available.
    Could you help me? I red in other post that dimension could be 300px max, but I’m not able to set this.
    I open a CSS option and I found a widget search, but I’m not able to make a right modification .
    Thanks for support
    Sergio

    ps.: I don’t know if the person who built a first step of site made modifications on the default set. Unfortunately I’m not able to contact him

    #52931
    bkchua
    Participant

    Hi, if you are referring to the support I raised on search box, I was referring to the search box by Agoda. If I understood Sergio correctly, he is referring to the search function that came with the Ultimate theme. The search function is not available when viewed in mobile.

    #52932
    sergio1
    Participant

    Thanks for fast reply.
    As I undestand, search function in not available with ultimate theme (for mobile users).
    So, any suggestion?
    Thanks!

    #52937
    bkchua
    Participant

    Hi Sergio, pardon me. I’m using the Ultimate free theme and the search function came with it since I started using it so I’m not sure if it has been made unavailable for later revision, which I do not think so. You mentioned in your email that you are using Ultimate pro version, maybe you want to email them for direct support?

    #52975

    Hi all,

    Search function will disable in mobile version by default.
    To show it on mobile devices just add below custom css:

    @media only screen and (max-width: 767px) {
    	.search-toggle {
    		display: block;
    		margin-top: 22px;
    		right: 40px;
    	}
    	#search-box {
    		right: 30px;
    		min-width: 203px;
    	}
    }

    Thank you!

    Regards,
    Theme Horse

    #52982
    sergio1
    Participant

    Thanks for support!
    Sergio

    #52988

    You welcome Sergio

    Thank You!

    #69787
    sale.cgarchitects
    Participant

    Is the search box now necessary for website?

    #69965

    Hi there,

    Mostly it’s better to have the search box however, it depends on what the site is about?

    Thank you!

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