Sign Up

Browse


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

WP Ask

WP Ask Logo WP Ask Logo

WP Ask Navigation

  • Home
  • Recent Questions
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
    • Recent Questions
  • Communities
  • Polls
  • Home
  • Recent Questions
  • Contact Us

Share WordPress knowledge!

WordPress Q & A platform!

Ask A Question
What's your question?
  • Recent Questions
  • Most Answered
  • Answers
  • No Answers
  • Most Visited
  • Most Voted
  • Random
  • Recent Posts
  1. Asked: September 9, 2020In: Themes

    Disable mobile menu in Astra theme

    aldinlapinig
    aldinlapinig
    Added an answer on September 22, 2020 at 10:50 pm

    Hi @michaelburge, you can use the following CSS code to disable the mobile menu by hiding the burger button. .ast-mobile-menu-buttons { display: none; } Hope that helps. Good luck.  

    Hi michaelburge, you can use the following CSS code to disable the mobile menu by hiding the burger button.

    .ast-mobile-menu-buttons {
    display: none;
    }

    Hope that helps. Good luck.

     

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: September 8, 2020In: Themes

    Mobile menu text color issue

    aldinlapinig
    Best Answer
    aldinlapinig
    Added an answer on September 9, 2020 at 1:07 pm

    Hi @michaelburge, this issue should be easily fixed on elementor, if you can't find the settings for it, try to use the CSS code below. .main-header-menu .menu-link, .ast-header-custom-item a { color: #212121; //change the color value accordingly to your liking } Hope that helps. Goodluck

    Hi michaelburge, this issue should be easily fixed on elementor, if you can’t find the settings for it, try to use the CSS code below.

    .main-header-menu .menu-link, .ast-header-custom-item a {
    color: #212121; //change the color value accordingly to your liking
    }

    Hope that helps. Goodluck

    See less
      • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: August 25, 2020In: General

    How can I make CSS to take effect on mobile phones?

    [Deleted User]
    [Deleted User]
    Added an answer on August 25, 2020 at 10:47 am

    You can make use of @media rule of CSS like below. /* Set the background color of body to tan */ body { background-color: tan; } /* On screens that are 992px or less, set the background color to blue */ @media screen and (max-width: 992px) { body { background-color: blue; } } /* On screens that areRead more

    You can make use of @media rule of CSS like below.

    /* Set the background color of body to tan */
    body {
    background-color: tan;
    }

    /* On screens that are 992px or less, set the background color to blue */
    @media screen and (max-width: 992px) {
    body {
    background-color: blue;
    }
    }

    /* On screens that are 600px or less, set the background color to olive */
    @media screen and (max-width: 600px) {
    body {
    background-color: olive;
    }
    }

    See less
      • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: August 21, 2020In: Plugins

    WooCommerce Subscriptions is inactive error after updating to WooCommerce 4.4.0+

    findingSun
    findingSun
    Added an answer on August 22, 2020 at 2:45 pm

    I have experienced the exact same issue with two different plugins on my sites. After updating WooCommerce on my two sites with EU VAT Pro and Subscriptio, both paid plugins which appear to no longer recognized WC 4.4.1 following the database update. Have you found a solution to this? I hope someoneRead more

    I have experienced the exact same issue with two different plugins on my sites. After updating WooCommerce on my two sites with EU VAT Pro and Subscriptio, both paid plugins which appear to no longer recognized WC 4.4.1 following the database update. Have you found a solution to this?

    I hope someone can help me us with the issue.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: August 18, 2020In: Themes

    How to create a dropdown with sub-menu in Astra? (Beginner)

    aldinlapinig
    aldinlapinig
    Added an answer on August 19, 2020 at 6:02 am

    Hi @michaelburge, you can do all these in the Appearance >> Menus in your backend. If you don't need the link on the top menu, create a custom link with "#" (pound sign) as the link and name it accordingly. [caption id="attachment_384" align="aligncenter" width="300"] If you don't want it to bRead more

    Hi michaelburge, you can do all these in the Appearance >> Menus in your backend. If you don’t need the link on the top menu, create a custom link with “#” (pound sign) as the link and name it accordingly.

    menu wordpress

    Custom Menu in WordPress

    If you don’t want it to be an active link use # sign or use URL if you wish to link it to a page or even other websites

    Then add the submenus you need.

    Submenu in wordpress

    You can add a page, post or another custom menu as submenu. If you are using WooCommerce, you can add products, product categories and so on.

    Once added, just drag it a little bit to the right under the top menu you previously created.

    Submenu in WordPress

    Click save.

    See less
      • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: July 10, 2020In: Plugins

    Hi, I have experienced an issue with a Free plugin …

    aldinlapinig
    aldinlapinig
    Added an answer on July 11, 2020 at 9:42 pm

    Hi Leanda, For FREE plugins the easy workaround for this is to download the plugin from the repository and manually upload & install it on the backend of your WordPress website. You can follow the video below. Hope this helps.

    Hi Leanda,

    For FREE plugins the easy workaround for this is to download the plugin from the repository and manually upload & install it on the backend of your WordPress website.

    You can follow the video below.

    Hope this helps.

    See less
      • 4
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: November 10, 2019In: Tools

    Heads-up! Local’s router is having trouble starting Error on Local …

    Brett
    Brett
    Added an answer on November 11, 2019 at 10:44 am

    The error means there is something using port 80. Mostly streaming, chat applications use this port. You have to check it on your system whether you are using Mac OS, Linux or Windows. I'm on windows machine and found that it was used by skype. I use the classic one so, I managed to change the defauRead more

    The error means there is something using port 80. Mostly streaming, chat applications use this port. You have to check it on your system whether you are using Mac OS, Linux or Windows.

    I’m on windows machine and found that it was used by skype. I use the classic one so, I managed to change the default port it’s using.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: October 18, 2019In: Divi Theme

    Hi everyone, How make this pagination styling on Divi Portfolio …

    aldinlapinig
    Best Answer
    aldinlapinig
    Added an answer on October 20, 2019 at 7:03 am

    Hello Abhishek, Please try to install this plugin, it this should give you the numbered pagination that you can customize further. https://wordpress.org/plugins/wp-pagenavi/ Hope this helps.

    Hello Abhishek,

    Please try to install this plugin, it this should give you the numbered pagination that you can customize further.

    https://wordpress.org/plugins/wp-pagenavi/

    Hope this helps.

    See less
      • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: September 9, 2019In: WordPress Security

    Newbie here. Please tell me the most basic and FREE …

    aldinlapinig
    aldinlapinig
    Added an answer on September 29, 2019 at 5:12 pm

    I have been a victim of website hacking on because of my previous hosting, so it doesn't matter how you secure your site if your hosting isn't secure, you'd still get hacked. That's the first thing you have to see to it. Then the basic thing I do for most of my sites is to install SSL + CloudFlare +Read more

    I have been a victim of website hacking on because of my previous hosting, so it doesn’t matter how you secure your site if your hosting isn’t secure, you’d still get hacked. That’s the first thing you have to see to it.

    Then the basic thing I do for most of my sites is to install SSL + CloudFlare + reCaptcha v3 (for spams).

    For advanced security, WordFence Or Sucuri based on my experience. I only use them for enterprise clients.

    Other habits,

    • Monthly updates and backups (adjust timing accordingly)
    • Rewrite common URLs
    • Don’t use admin as user
    • Rewrite theme names (use wp hide – vulnerabilities of wp, themes and plugins are constantly targeted)

    Hope that helps.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: August 17, 2019In: General

    How To Change weird looking website links? Anyone?

    abhishek
    Best Answer
    abhishek
    Added an answer on August 19, 2019 at 11:12 pm

    Did you mean permalinks? You can change in settings >> permalinks. I choose most of the time POST NAME. It's better for SEO.

    Did you mean permalinks? You can change in settings >> permalinks. I choose most of the time POST NAME. It’s better for SEO.

    See less
      • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 2 3

Sidebar

Most Popular Theme

aalan

Blazing Fast Cloud Hosting

aalan

Explore

  • Home
  • Questions
    • Recent Questions
  • Communities
  • Polls

© 2025 WP Ask. All Rights Reserved.
Powered by Ako.ph.