Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
WordPress Q & A platform!
Mobile menu text color issue
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 lessHow can I make CSS to take effect on mobile phones?
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 */
See less@media screen and (max-width: 600px)Â {
body {
background-color:Â olive;
}
}
WooCommerce Subscriptions is inactive error after updating to WooCommerce 4.4.0+
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 lessHow to create a dropdown with sub-menu in Astra? (Beginner)
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.
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.
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.
Click save.
See lessHi, I have experienced an issue with a Free plugin …
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 lessHeads-up! Local’s router is having trouble starting Error on Local …
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 lessHi everyone, How make this pagination styling on Divi Portfolio …
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 lessNewbie here. Please tell me the most basic and FREE …
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,
Hope that helps.
See lessHow To Change weird looking website links? Anyone?
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 lessHow to fix “There has been a critical error on …
There can be several factors causing this kind of error. In my experience, this is usually due to plugins or theme conflicts that may happen after updating theme. To troubleshoot for possible plugin conflict, you need to access your site data via cPanel File Manager or FTP or equivalent tool dependiRead more
There can be several factors causing this kind of error. In my experience, this is usually due to plugins or theme conflicts that may happen after updating theme.
To troubleshoot for possible plugin conflict, you need to access your site data via cPanel File Manager or FTP or equivalent tool depending on your hosting or system.
Note: Create a backup of your site before doing the following.
If after installing fresh copies of your plugin or theme and the issue is not solved, contact support for the item.
I hope that helps.
See less