A few questions about positioning :)

Ivory Search Forums Support A few questions about positioning :)

Viewing 7 reply threads

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

  • Author
    Posts
    • #974
      SpencerK
      Participant
      • Topics: 1
      • Replies: 5

      Hello πŸ™‚

      I cannot see an edit button?

      I would like to revise my original support request.

      Here is my website: http://[removed].

      I have three easier questions to ask.

      1) How can I place a genericon above the “Search” text (like the search link on the far left), so it fits in with the rest of the nav bar.
      2) How can I move this menu item to be on the far left, to replace the existing search link.
      3) When loading the page, the search bar appears – I would only like the search bar/field to appear once the link is pressed.

      Hope this is easier to understand, thank you very much.

      Spencer

    • #975
      SpencerK
      Participant
      • Topics: 1
      • Replies: 5

      Hi,

      I have answered question number 3, so just question 1,2.

      Thanks πŸ™‚

      PS: Wish this forum had an edit button!

    • #976
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,790

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

      PS: Wish this forum had an edit button!

      Yes there is an edit button as shown in the attached screenshot to edit the reply but it is only available for limited perios of time after posting reply so that the feature won’t be misused by users.

      1) How can I place a genericon above the β€œSearch” text (like the search link on the far left), so it fits in with the rest of the nav bar.

      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

      
      .nav-secondary .genesis-nav-menu > .is-menu > a:before {
          content: "\f400";
      }
      .nav-secondary .is-menu a:before {
          display: block;
          vertical-align: top;
          text-align: center;
          -moz-transition: color .1s ease-in 0;
          -webkit-transition: color .1s ease-in 0;
          font-family: "Genericons";
          font-size: 36px;
          font-size: 3.6rem;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          margin-bottom: 8px;
          text-decoration: inherit;
          text-transform: none;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          width: 100%;
          speak: none;
      }
      

      2) How can I move this menu item to be on the far left, to replace the existing search link.

      Please use below custom CSS code to display it to the left side of menu.

      .nav-secondary li.is-menu {
          float: left;
      }

      Best regards,
      Ivory Search Support

      Attachments:
      You must be logged in to view attached files.
    • #978
      SpencerK
      Participant
      • Topics: 1
      • Replies: 5

      Hello and WOW, thank you so much. That really helped. I will be purchasing the Pro version, and no doubt leave a great review. Thank you very much.

      Is the edit feature time limited? I cannot see the edit buttons. I would like to go back and remove my URL from my previous posts πŸ™‚

    • #980
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,790

      You are always welcome here πŸ™‚

      You can leave review on https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

      And you can get Pro version either from https://ivorysearch.com/pricing/ or the Ivory Search menu in your site admin area.

      Please advise if you have more questions.

      Have a fantastic day!

    • #982
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,790

      Is the edit feature time limited? I cannot see the edit buttons. I would like to go back and remove my URL from my previous posts

      Yes it is limited. I have removed your site URL from your reply.

    • #983
      SpencerK
      Participant
      • Topics: 1
      • Replies: 5

      Thank you so much, you are a credit to your company. Brilliant support.

    • #991
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,790

      Thank you πŸ™‚

      I am owner of company and also provide support. I do all the things and currently is only person in the company πŸ™‚

Viewing 7 reply threads

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