Lina Asenova
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: remove wordpress text from site loginIf you’re looking to customize the default WordPress login form, you can follow this guide: Customizing the Login Form.
If you’re aiming for something else, could you please clarify what you’re trying to achieve?
Forum: Fixing WordPress
In reply to: japaneese hackerCarefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures and start backing up your site.
Also, if you have a recent backup of your site (before the hack), you can restore it, but make sure that it is clean and free from malware.
Forum: Fixing WordPress
In reply to: Menu Dropdowns Not Now WorkingIt sound like a caching issue, so I’d start by clearing the cache if you have a caching plugin active (you can also disable it temporarily) and clearing your browser cache, as cached versions sometimes cause display issues specific to user roles.
If that doesn’t resolve the issue, log in as an admin and open your browser’s Developer Tools (usually by pressing F12 or Option + ? + J?(on macOS)). Go to the Console tab and check for any JavaScript errors. These errors often reveal which plugin or script might be causing the conflict.If you don’t see any errors, the next step is to disable and re-enable your plugins one at a time, checking the dropdown menu each time to see if it works. Finally, if the problem persists, switch to a default WordPress theme, like Twenty Twenty-Three, to see if the dropdowns function properly.
Forum: Everything else WordPress
In reply to: Identify This Theme For Me PleaseYou can check out GeneratePress, which has a very similar minimalistic layout: https://www.ads-software.com/themes/generatepress/
Forum: Fixing WordPress
In reply to: Strange behaviour of AkismetFor the most effective assistance, I recommend asking in Akismet’s support forum:?https://www.ads-software.com/support/plugin/akismet/.
Forum: Developing with WordPress
In reply to: site link is too longYou’re most welcome. Please keep in mind that after turning off auto-tagging, it may take some time for the changes to fully take effect.
Forum: Developing with WordPress
In reply to: site link is too longYou will need to manually deactivate the “Auto-tagging” in Google Merchant Center so that it is no longer displayed. Check this for guidance:?https://support.google.com/merchants/answer/11127659 ?
Forum: Developing with WordPress
In reply to: site link is too longThis is a tracking parameter added by Google.
“Google recently introduced the?srsltid?parameter to track the performance of product listings displayed in organic search results through Google Merchant Center”.
You can read more information here: https://support.google.com/analytics/thread/288691031/why-google-started-to-use-srsltid-parameter-recently?hl=en
- This reply was modified 2 weeks, 2 days ago by Lina Asenova.
Forum: Fixing WordPress
In reply to: WordPress Mobile Site SOMETIMES BrokenTo enforce HTTPS on your site, make sure it’s configured correctly both in WordPress and at the server level. For the best assistance, I recommend reaching out to your host’s support team. ??
Forum: Fixing WordPress
In reply to: WordPress Mobile Site SOMETIMES BrokenSometimes, cached versions of pages on different devices can cause inconsistencies. Clear the browser cache on both desktop and mobile devices for a fresh reload of your site. Additionally, clear the cache of any caching plugins you’re using.
Regarding the HTTPS vs. HTTP discrepancy, it is likely due to mixed content. When I inspected your website, I noticed the following errors: https://postimg.cc/Wdm8bt3L
When the site is loaded over HTTPS, any insecure (HTTP) resources, such as stylesheets or scripts, are blocked by the browser to maintain security. This can lead to missing styles or broken layouts, especially on mobile, where responsive CSS might be loaded through an insecure link.
Therefore, I recommend enforcing HTTPS across your site to ensure that all resources load over HTTPS, avoiding mixed content errors.
Forum: Fixing WordPress
In reply to: Help!!!There has been a critical error on this website.Did you get a chance to try the troubleshooting steps I mentioned in my previous reply? They might help pinpoint where the issue is coming from.
Forum: Fixing WordPress
In reply to: How to hide my siteTo make your whole site private, you can use a plugin. Options include a Maintenance Mode plugin?(such as?WPMaintenance?Mode)?which displays a temporary message to visitors, or a plugin that password-protects your site, like?Password?Protected, to restrict access only to those with the password.
Forum: Fixing WordPress
In reply to: Help!!!There has been a critical error on this website.When critical errors occur, they’re often logged, which can help identify the cause. You can enable debugging in WordPress to gather more information. To do this, add a few specific lines to your wp-config.php file. For step-by-step instructions, refer to: https://developer.www.ads-software.com/advanced-administration/debug/debug-wordpress/
Another troubleshooting step is to disable all plugins and switch to a default theme. If this resolves the issue, you can then reactivate plugins one by one to pinpoint the source of the problem. If you’re unable to access the wp-admin dashboard, follow this guide to deactivate plugins manually: https://www.ads-software.com/documentation/article/faq-troubleshooting/#how-to-deactivate-all-plugins-when-not-able-to-access-the-administrative-menus
Finally, consider restoring a backup from when your site was functioning correctly. This can be a quick way to revert any problematic changes.
Forum: Fixing WordPress
In reply to: contact form submission entries are not received on mail idSince you’re using the Astra theme with the Real Estate 02 template, it’s likely that WPForms was installed as the default contact form plugin. Sometimes, notifications may not be set up by default, which could explain why you aren’t receiving form submissions by email or seeing them in your WordPress backend.
To fix this, I’d recommend following WPForms’ guide on setting up form notifications:?WPForms?Notification?SetupGuide. This guide walks you through configuring email notifications to ensure you receive each submission directly to your inbox.
P.S. Entries are not directly stored in WPForms Lite
Entries are available through email notifications. If you enable Entry Backups, you can restore them once you upgrade to WPForms Pro.
Hope this helps! ???- This reply was modified 2 weeks, 3 days ago by Lina Asenova.
Forum: Fixing WordPress
In reply to: Media Library Image/PDF files from last year are brokenWhen I inspected your website, I noticed that a few images returned 404 errors (https://secularovereaters.org/wp-content/uploads/2024/03/so-managing-emotions.jpeg /?https://secularovereaters.org/wp-content/uploads/2024/03/so-managing-emotions-225×300.jpeg). This suggests that the paths to these images may be incorrect, causing the server to look for files that no longer exist at the specified location. I recommend checking the URLs of the missing images in the media library to ensure they match the actual file paths on the server.?