Forum Replies Created

Viewing 10 posts - 901 through 910 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: Slight bleeding Top/Bottom on the Search button #7384
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Awesome great to see you got that solved.

    Please advise if you have more questions.

    Have a fantastic day!

    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Awesome great to see you found the culprit plugin.

    Please advise if you have more questions.

    Have a fantastic day!

    in reply to: Align search bar with the menu #7382
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Awesome great to see you got that achieved.

    Please advise if you have more questions.

    Have a fantastic day!

    in reply to: Search Form Style #7343
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    To achieve this, you have to develop custom code.

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

    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: position of “add to cart” button and sizes #7321
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Thank you very much!

    in reply to: search does not exclude pages #7314
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are always welcome here 🙂

    in reply to: position of “add to cart” button and sizes #7312
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are always welcome, I’m glad I was able to help you with 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.

    in reply to: Problems with excluding large number of pages #7296
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    I need to exclude a very large number of pages from the search results. Is there any possible way of excluding all pages whose titles contain certain strings/words in one query e.g. Exclude pages that include ‘Phrase 1’ OR ‘Phrase 2’ OR ‘Phrase 3’? Currently I have to search each phrase individually, select all, and then search for the next phrase. This is taking a lot of time and will have to be continuously updated over time as new pages are created with these phrases.

    You can add a custom field to the pages and exclude it in the search form as shown in the attached screenshots that will exclude those pages.

    The second issue I’m running into is that after a certain point, I cannot select any more pages to exclude. After I click save, any additional pages are deselected from the excluded pages dropdown. Is there a max number of pages that can be excluded?

    No, there is no limit on the number of pages.

    Could you please share the screenshots of the issue so that I can troubleshoot it?

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: search does not exclude pages #7295
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    @michael99 By default the WordPress does not add categories to pages.

    Have you added it by developing custom code?

    Also, have you used the existing post categories or created a new taxonomy?

    in reply to: position of “add to cart” button and sizes #7267
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Ok, I got the search results now.

    You can style it by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings

    
    .is-ajax-search-post-details .is-ajax-woocommerce-actions * {
        font-size: 25px !important;
    }
    
    .is-ajax-search-post-details .is-ajax-woocommerce-actions a.button {
        font-size: 15px !important;
        margin: 0;
        padding: 9px 10px !important;
    }
    
    .is-ajax-search-post-details .is-ajax-woocommerce-actions .quantity.buttons_added {
        margin-bottom: 15px;
    }
    
    .is-ajax-search-post-details .is-ajax-woocommerce-actions .add_to_cart_inline {
        margin: 0;
    }
    
Viewing 10 posts - 901 through 910 (of 1,719 total)

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