Liz D
@lizducos on WordPress.org, @LizD on Slack
- Member Since: August 16th, 2013
- Location: Cavite, PH
- GitHub: lizknieves
Contribution History
Liz D’s badges:- Translation Contributor
-
Posted a reply to Can’t find the super admin user, on the site WordPress.org Forums:
How about try to make yourself a super admin by adding this code to your… -
Posted a reply to Error establishing a database connection, on the site WordPress.org Forums:
I encountered this problem before whenever my server resources are not enough. Check with your… -
Posted a reply to Setting up blog posts on submenu, on the site WordPress.org Forums:
The post can be automatically added to your pages using a "Posts" block and you… -
Posted a reply to SPAM COMMENTS even when “only registered” can comment and reg disabled, on the site WordPress.org Forums:
You can try these guidelines to prevent spam comments: https://www.malcare.com/blog/how-to-stop-wordpress-comments-spam/ -
Posted a reply to Black line appearing when scrolling over images, on the site WordPress.org Forums:
In Appearance > Customize > Additional CSS add: figure.wp-caption a:hover { box-shadow: none; } You… -
Posted a reply to AWS WordPress becomes unresponsive, only fix is hard shutdown via Lightsail UI, on the site WordPress.org Forums:
May I know the current server specifications, RAM, storage? You might need to upgrade your… -
Posted a reply to Hide woocommerce zero price in related products, on the site WordPress.org Forums:
If you use a commercial theme or plugin and need support, please go to their… -
Posted a reply to Text running vertically down home page, on the site WordPress.org Forums:
This looks like a Divi theme, I recommend adjusting the width and max-width of the… -
Posted a reply to Woocommerce cause 503, on the site WordPress.org Forums:
If you use a commercial theme or plugin and need support, please go to their… -
Posted a reply to Can’t remove image border/shadow, on the site WordPress.org Forums:
You can use custom CSS to remove the shadow from the image: In WP Dashboard… -
Posted a reply to Trying to fix my footer size., on the site WordPress.org Forums:
Check your theme's settings in Customize and see if there is an option to decrease… -
Posted a reply to WordPress app can’t post to my hosted site, on the site WordPress.org Forums:
Your site's XML-RPC is blocked: https://sliceofplant.com/xmlrpc.php - this should be enabled to ensure connection with… -
Posted a reply to Forced to Log In Every Time (Seconds Apart), on the site WordPress.org Forums:
Check your .htaccess file - Sometimes issues with .htaccess file can cause login problems. Try… -
Posted a reply to Open Graph Settings, on the site WordPress.org Forums:
Try using Yoast SEO plugin https://yoast.com/help/custom-open-graph-tags/ -
Posted a reply to Site Health Page Not Opening, on the site WordPress.org Forums:
What is your WordPress version? Try PHP 8 or 7.4? -
Posted a reply to Site Health Page Not Opening, on the site WordPress.org Forums:
The error looks like related to Requests library, which is used by WordPress for making… -
Posted a reply to Top Header BAar, on the site WordPress.org Forums:
If you use a commercial theme or plugin and need support, please go to their… -
Posted a reply to Problems accessing wp-admin on all sites, on the site WordPress.org Forums:
Do you have any security plugins installed? -
Posted a reply to Conflict Square Woocommerce Checkout Page – Error, on the site WordPress.org Forums:
If you use a commercial theme or plugin and need support, please go to their… -
Posted a reply to Mega menú problem, on the site WordPress.org Forums:
Looks okay to me - https://share.zight.com/QwuXewDN. Have you tried using a different browser? -
Posted a reply to boxed layout issue, on the site WordPress.org Forums:
Add width: 90% just to give mobile a little margin on the sides. div#content {… -
Posted a reply to boxed layout issue, on the site WordPress.org Forums:
Try adding a custom CSS as a temporary solution: div#content { max-width: 1220px; margin: 0… -
Posted a reply to Loading wp-admin/plugins.php on subsite is slow, on the site WordPress.org Forums:
The slow loading time for the plugins page on your subsite could be caused by… -
Posted a reply to After increasing the font size menu items grow&shrink, on the site WordPress.org Forums:
Do you have a caching plugin on your website? Can you try to clear the… -
Posted a reply to I’m getting a Fatal error: Allowed memory size of 134217728 bytes exhausted, on the site WordPress.org Forums:
To fix this issue, you can try the following steps: 1. Increase PHP Memory Limit:… -
Posted a reply to After increasing the font size menu items grow&shrink, on the site WordPress.org Forums:
Seems to be working now on my end. Have you tried clearing the cache on… -
Posted a reply to After increasing the font size menu items grow&shrink, on the site WordPress.org Forums:
Add !important .elementor-kit-6 a:hover { font-size: 16px !important; } -
Posted a reply to After increasing the font size menu items grow&shrink, on the site WordPress.org Forums:
There is a css for the hover effect, override it with: .elementor-kit-6 a:hover { font-size:… -
Posted a reply to After increasing the font size menu items grow&shrink, on the site WordPress.org Forums:
Try adding this on the customizer: .mobile-menu a { font-size:16px; } add !important if it… -
Posted a reply to Add custom applicatio to subfolder in Multisite, on the site WordPress.org Forums:
Hi, You can add a redirection: Using .htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^a1/test/?$ /test/… -
Posted a reply to Dropdown menu width to match longest link, on the site WordPress.org Forums:
@media screen and (min-width: 721px) { .nav-horizontal .entry-menu ul.sub-menu { width: 200px; text-align: left; } }… -
Posted a reply to All my wordpress photos got blurry/low res, on the site WordPress.org Forums:
I checked your website and see that your images have the "decoding" attribute with the… -
Posted a reply to My website is not mobile responsive, on the site WordPress.org Forums:
You can follow this guide on hot to make your website mobile responsive: https://www.browserstack.com/guide/how-to-make-wordpress-website-mobile-friendly You… -
Posted a reply to i-feather not working with CDN javascript, on the site WordPress.org Forums:
Try replacing the code to: wp_enqueue_script('mi-ifeather', 'https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.29.1/feather.min.js', array(), '1.0', true); -
Posted a reply to plugin event – calendar, on the site WordPress.org Forums:
Please try https://jobs.wordpress.net/ or https://jetpack.pro/ and do not accept any hire offers posted to these… -
Posted a reply to Backspace button in edit mode keeps navigating, on the site WordPress.org Forums:
Try accessing your WordPress site from a different computer see if the issue is specific… -
Posted a reply to how does WP navigate and deliver pages with virtual folders?, on the site WordPress.org Forums:
WordPress employs a mechanism called URL rewriting. WordPress uses a feature called "Permalinks" to create… -
Posted a reply to Page redirects after update to edit.php, on the site WordPress.org Forums:
Ensure that your .htaccess file is correct. You can regenerate it by going to "Settings"… -
Posted a reply to Front Page Hero Video Cutting off on Mobile, on the site WordPress.org Forums:
Change the video's css object-fit property from cover to contain, use mobile query for example:… -
Posted a reply to Suddenly lose access to admin area, on the site WordPress.org Forums:
Try <a href="https://wordpress.org/support/article/faq-troubleshooting/#how-to-deactivate-all-plugins-when-not-able-to-access-the-administrative-menus">manually resetting your plugins</a> (no Dashboard access required). If that resolves the issue,… -
Posted a reply to Updating page gives a “Saving failed.” error’, on the site WordPress.org Forums:
I recommend reaching out directly to Renovater support: https://wordpress.org/support/theme/renovater/ -
Posted a reply to Updating failed. The response is not a valid JSON response., on the site WordPress.org Forums:
Try <script> instead of <script type="text/javascript"> -
Posted a reply to Updating failed. The response is not a valid JSON response., on the site WordPress.org Forums:
Can you paste the <script> code here? There might be a syntax error. -
Posted a reply to Images on the site and images from the link., on the site WordPress.org Forums:
I recommend doing the following to optimize your website images: Decrease image size using tinypng.com… -
Posted a reply to i have a problem to access to wp admin network in wordpress multisite, on the site WordPress.org Forums:
Could it be that you are trying to access this page instead: https://mannzely.com/network/wp-admin ? -
Posted a reply to Deleted category slug page still working, on the site WordPress.org Forums:
Try clearing the cache if you are using any caching plugins on your website. -
Posted a reply to Updating failed. The response is not a valid JSON response., on the site WordPress.org Forums:
Hi, there might be a function in your theme's functions.php file that might be filtering… -
Posted a reply to When Ii Am Adding New Logo To My WordPress faing The issue?, on the site WordPress.org Forums:
Hi, I've checked your website and can see the logo now. Must be a caching… -
Posted a reply to Theme modification, on the site WordPress.org Forums:
Hi, Creating a child theme is recommended, so your tweaks won't be overwritten when updating… -
Posted a reply to How to remove previous/next navigation on posts?, on the site WordPress.org Forums:
Hi, You can try: .nav-links {display: none;}
Completed Courses
Total completed courses: 9
- Polyglots contributor training December 14, 2023
- Part 2: Personalized Site Design and Theme Blocks* December 12, 2023
- Part 1: Simple Site Design and Site Editing* December 12, 2023
- A Developers Guide to Block Themes - Part 2* December 11, 2023
- Develop Your First Low-Code Block Theme December 7, 2023
- Using the WordPress Data Layer December 6, 2023
- Introduction to Block Development: Build your first custom block December 6, 2023
- Getting Started With WordPress: Get Familiar December 5, 2023
- Getting Started With WordPress: Get Set Up December 5, 2023
- *Course is no longer available.