• Resolved jeffrey262

    (@jeffrey262)


    Hello, I am a newbie. This is my first go around learning WP. I think I found my answer put I am not sure where I place this code:

    .header-search {display:none}

    @media screen and (min-width: 600px) {
    .header-search {display:block;float:right;margin-top:-40px;}
    }

    If you say in the .CSS file, where within the file do I place it. here is my site: https://www.mobilitysolutionsconsultant.net

    I also want to know how to remove the MENU above me main menu. I’m not sure how to got there. If I disable the Uber Menu plugin, it removes the entire menu. Any help would be greatly appreciated.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      @media screen and (min-width: 600px) {
      .header-search {display:block;float:right;margin-top:-40px;}
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter jeffrey262

    (@jeffrey262)

    Ok. I did as you suggested. I installed Child theme Wizard. I created a child theme. I entered this code:

    @media screen and (min-width: 600px) {
    .header-search {display:block;float:right;margin-top:-40px;}
    }

    Saved. Refreshed my site. Nothing happened

    https://www.mobilitysolutionsconsulting.net What did I do wrong?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think you ought to raise this with your theme’s developers/ authors. If not even Custom CSS plugins can help you then your theme is not easy to support. Alternatively, have you tried a theme distributed on www.ads-software.com? We support those.

    Thread Starter jeffrey262

    (@jeffrey262)

    No. I have not. Any recommendation on which one? I have asked the developer of Tesseract several questions. Are you saying to change my theme totally? What about all the work I have put into this website? Will I lose it?

    Thread Starter jeffrey262

    (@jeffrey262)

    I also purchased Uber menu with support. They are worthless. They never respond either. I’m going to ask for a full refund.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Wait I don’t want to cause you to undo hours of your work

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Let’s try again to add some CSS to a Custom CSS plugin…

    To clarify, which Custom CSS plugin do you have active on your site?

    Thread Starter jeffrey262

    (@jeffrey262)

    I tried Custom CSS. I could not figure out how to use it. I found a Child Theme Wizard to help me create a child to add CSS. Now I understand why they are recommended. They are tied to the parent. Once you add code to the child theme then update, it will make the changes for you. If you make a mistake, it is easy to remove. Now that I removed UberMenu and now have the child theme, I will try the above code again.

    I also purchased Uber menu with support. They are worthless. They never respond either. I’m going to ask for a full refund.

    Jeffrey,

    This is a false accusation and incredibly insulting. I personally reply to every ticket submitted for UberMenu. You submitted two tickets, and I have replied promptly to both of them.

    On October 23, you submitted a ticket at 12:05PM and I replied 1 hour and 7 minutes later at 1:12PM.
    [Private conversation moderated]

    Then on October 24 (a Saturday) you submitted a second ticket. Support hours are 9AM-5PM M-F, and I replied at 9:03AM on Monday morning (so 3 business minutes).
    [Private conversation moderated]

    I don’t want to post your email address here publicly, of course, but please be sure you are checking the right mail box – you were using an @aol address. And perhaps you need to check your spam folder as well, your mailbox may have mistakenly marked it as such.

    If you need assistance with UberMenu, just reply to either of those emails and I’ll help you out.

    Chris

    Thread Starter jeffrey262

    (@jeffrey262)

    Don’t threaten me. I have not received one response from you. I will check my spam. If you replied with answers, I will remove my comment. Put yourself in my shoes, how would you feel? btw, you posted my full name. you need to remove it immediately

    Thread Starter jeffrey262

    (@jeffrey262)

    I looked in my spam folder. What email address are you using. I can’t find anything from you.

    I have not threatened you in any way, I don’t know how you got that from what I said.

    The emails are coming from an @sevenspark.com email address. I sent both emails to the email that you specified in the ticket form when submitting your question. If you would like me to forward them to a different email address, let me know.

    You can see both of my replies and the times they were sent in the screenshots I provided for your reference. All I can do is send the responses to the email address you provided, I can’t control delivery beyond that.

    Hi Jeff,

    Just wanted to follow up, I’ve just sent you an email from my personal email, as well as forwarded the ticket responses to you again as well. I’ve sent all emails to the address provided in your ticket. All 3 emails will be coming from @sevenspark.com addresses. Hopefully they will reach you and we can get this communication glitch sorted out.

    Best,

    Chris

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘How to add a search box into my main menu?’ is closed to new replies.