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 11 posts - 1 through 11 (of 11 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!

    #110942
    jiaarsal1122
    Participant

    Hi Sergio,

    It sounds like you’re having an issue with the search option on your mobile site. One possible solution is to adjust the CSS to ensure the search option is visible. You can try adding the following code to your CSS:

    `css

    @media
    (max-width: 300px) {
    .widget_search {
    display: block;
    width: 100%;
    }
    }
    `

    This should help make the search widget responsive on smaller screens. If you need more assistance, consider reaching out to a professional or exploring forums for further help. Also, if you have any questions about home satellite TV, feel free to ask!

    Best,
    [Jia Arsal]

    #110943
    sergio1
    Participant

    Hi Jia Arsal,
    thanks to your suggestion: I opened this ticket on 2017 and solved some years ago. By the way thanks so much for your effort

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