A few questions about positioning :)

Ivory Search Forums Support A few questions about positioning :)

Viewing 8 reply threads

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

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

      Hello, and thank you for any help you can provide here. I will surely leave a good review and provide a tip if you have the facilities to do so.

      I have a number of questions, hope this is ok.

      Here is my website: http:// dstc2018.alphastatehost .uk/.

      Question one.
      If you look at the top nav, which is my secondary nav, you will see a “Search”, on the far left – the link with a spyclass icon. This is where I would like to have your search plugin. I will remove this link, once I have relocated yours to the same spot.

      If you look to the far right you can see your plugin. I have added it to the second nav using:

      /*Ivory search menu*/
      .nav-secondary .wrap {
          max-width: 1200px;
      }
      .nav-secondary li.is-menu {
          display: inline-block;
      }
      

      How can I move your “Search” plugin so it is on the far left? If I use relative/absolute it seems to take the plugin out of the menu item array.

      Question 2
      When you reload the page, the search bar field is automatically displayed – can I set it so that the search field – which appears after you like the link – does not display automatically.

      Question 3 πŸ™‚
      I would like t attach the spyglass genericon to the link, so its inline and looks like the other icons. Is this possible?

      Thank you so so much for your help,

      Have a lovely day.

    • #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,668

      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,668

      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,668

      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,668

      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 8 reply threads

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