Valentine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to porn siteHello!
Download a backup of your database, and after that do a search within MySQL for the link.
If you are able to find it, open the table with the content and manually remove it.
You can also use tools like https://www.ads-software.com/plugins/better-search-replace/Forum: Networking WordPress
In reply to: thousands of 404 except the HomeHello!
Did you recently do a migration of your site maybe?
Before doing these changes, I’d suggest you generate a backup forsafety.
First of all, try changing the configuration of your permalinks. Try changing it to plain or custom.
Disable your .htaccess and import the default .htaccess file to see if there were any misconfigurations there.And if that does not work, go through your themes and plugins, or simply try and disable them for a while to see if that could be the cause ??
Forum: Fixing WordPress
In reply to: Option can_compress_scripts not autoloadHello!
Did you try adding autoload = yes after your option name?
I do not see it in the piece of code you currently added ??Hello!
Give this a look: https://www.ads-software.com/support/article/editing-wp-config-php/#modify-autosave-intervalAlso, check if it is not a theme/plugin conflict as it can be the cause. So try deactivating plugins, then your current theme ??
Forum: Fixing WordPress
In reply to: Google Calendar & Google Events (Sync) AddonHello!
Have you tried this: https://wp-eventmanager.com/documentation/google-maps/ ?
I am not sure how much you can spend, but this is definitely trustworthy and a great addon to a siteForum: Fixing WordPress
In reply to: Database reconnectionHello!
Have you checked if your database prefix is correct? Make sure the lower/uppercase letters also match ??Forum: Installing WordPress
In reply to: how to install wordpressIf you do not want to contact your hosting provider, you can let the community here know about what host/panel/setup you use, so the info we provide is more valuable ??
Forum: Fixing WordPress
In reply to: Adding s in http, site cant be reached error.Hello!
First of all, it is important to know if you have added an SSL certificate to your website? If not, this is the cause of an issue, as to access the site with https:// you do need an active SSL.
After you have set up an SSL, you would need to make sure the links have changed in your database and add a redirect in .htaccess file
Some mixed content may occur, and this can be solved with Really Simple SSL plugin ??Forum: Fixing WordPress
In reply to: Large image size is wrong in postsHello!
You can use add_image_size() function to add image style and regenerate it using wp media regenerate of wp-cli
See more here: https://developer.www.ads-software.com/reference/functions/add_image_size/
Hope it helps to fix your images!
Forum: Fixing WordPress
In reply to: Site Won’t Load Until I RefreshHello @bangtampan100
I see you have been in touch with our team.
I have also personally checked the site and the loading speed is really good. Maybe you can try checking with a different connection or browser? And clear your cache before doing so ??Forum: Fixing WordPress
In reply to: Registration asks for info, but never assigns a password?Hi!
I tried registering on your account, and I can see that a user gets an email with a link to set the passwordForum: Fixing WordPress
In reply to: plugin to delete 30 days not login usersHello!
As I have experienced, quite a few of the plugins may delete users inaccurately.
Depending on the size of your user database, you can use https://www.ads-software.com/plugins/when-last-login/, track the dates of your user logins and remove them manually ??Forum: Fixing WordPress
In reply to: Can’t EditHello!
The most common issue may be theme/plugin conflicts.
First, deactivate all plugins temporarily to see if this resolves the problem. If this helps, re-activate them 1 by 1, to find the plugin causing an issue.
Switch to a default theme like Twenty Seventeen using the WP dashboard. This will help you see if the theme is causing any issueIf this does not help, can you help by screenshoting what error you see etc.?
Forum: Fixing WordPress
In reply to: How to Make a Text Box that Does Nothing?Hello!
Adding HTML to WordPress is an excellent way to do this.
Go to your WordPress admin panel. Click “Appearance” -> “Editor”
Click the file you want to add the input box to. Add the following code where needed:
<form action=”/action_page.php”>
Question: <input type=”text” name=”Question”><br>
</form>Give it a try ??
Forum: Fixing WordPress
In reply to: Help to find a specific Menu pluginHello!
I can see their site is not built with wordpress, and I have not personally used anything like it or seen it.
If you fail to find a plugin that does exactly this, you can try Elementor Nav menu to build a menu you would prefer for your site!