Forum Replies Created

Viewing 10 posts - 1,611 through 1,620 (of 1,719 total)

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
  • in reply to: Center Search button #1825
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I want to center that “Buscar” button.

    You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    .wpb_text_column input.search-submit {
        display: table;
        margin: 0 auto;
    }

    And what is the cost for the second job? I mean, the part where the search go direct to the page istead of go to the result page?

    You have to use the form displayed on the below page to know it.

    Custom Work

    in reply to: Center Search button #1821
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I hope you are well today and thank you for your questions.

    the first one, I want to know if there’s any way that I can center the search button?

    We can achieve this developing custom CSS code.

    Could you please share me your site URL where it’s displaying so that I can help you to achieve it?

    and the last one, I want to know if there’s any way that the search go direct to the page, I mean, instead of go to the result page, the search redirects me straight to the page?

    You can achieve this developing a custom code.

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site or WordPress agency.

    You can also consider us to develop it for you using the form https://ivorysearch.com/custom-work/

    Best regards,
    Ivory Search Support

    in reply to: Altering Format of Search Bar #1810
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I’d like to remove the “search” button and replace it with an icon on the text box instead.

    You have to develop custom code to achieve this.

    I don’t have a searchform.php file, so how would I approach this?

    Then you have to create it which you can do by contacting the theme author or consider hiring a developer to develop it for you. You can hire a developer from any freelance site or WordPress agency.

    You can also consider us to develop it for you using the form https://ivorysearch.com/custom-work/

    in reply to: Altering Format of Search Bar #1808
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I would like to make the bar fit in with the rest of the page, either with a black or darker grey background.

    You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    .is-menu input.search-field {
        background: #444242 !important;
        color: #FFF !important;
    }

    Is it possible to edit the text shown on the button and in the text box?

    The search form and its placeholder text are displayed by the theme that you are using on your site so you can change it by editing theme searchform.php file in the child theme as described in the following page.

    How to create a custom search form in WordPress

    Alternatively, you can change the text by translating your theme or using any of the below plugins to change it.

    Say what?

    Real-Time Find and Replace

    in reply to: Altering Format of Search Bar #1806
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I hope you are well today and thank you for your question.

    We can change its color by developing and using custom CSS code.

    Could you please share me your site URL where it’s displaying and tell me how you want it to change so that I can help you to achieve it?

    Best regards,
    Ivory Search Support

    in reply to: search result not showing #1795
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Thank you for sharing the site credentials.

    I logged into your shared site and found out that this is the issue of Caravan theme that you are using on your site which is not developed following WordPress theme developmenet standards as shown in the attached screenshot so please contact the theme developer to resolve the issue.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Search for pictures #1788
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I visited your shared site but didn’t see any search form on it.

    The URL that you have shard is for single attachement page URL and not search results page URL?

    If you want to remove that information text from single attachement page then you can do so by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    .single-attachment .post-meta-bottom,
    .single-attachment .post-header {
        display: none;
    }

    If you want to remove the No comments text also then please also use the below custom CSS code.

    .single-attachment p.nocomments {
        display: none;
    }
    in reply to: Align Search to Right Side of Primary Nav #1787
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Thank you very much!

    in reply to: search result not showing #1786
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Lisa,

    I hope you are well today and thank you for your question.

    Could you please share me the page URL from your site where the search form is displaying so that I can test it?

    Also would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by checking the option “Set as private reply” when replying to this topic?

    Best regards,
    Ivory Search Support

    in reply to: Align Search to Right Side of Primary Nav #1777
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are most welcome, I’m glad I was able to help you in this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

    I’d really appreciate that. 🙂

    And if I can be of any further assistance please don’t hesitate to ask.

Viewing 10 posts - 1,611 through 1,620 (of 1,719 total)

You must be logged in to create new topic or reply to the topic.