Valentine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My wordpress site is only slow when using ChromeI tried your site in safari and chrome, and it opened basically at the same time ??
Maybe you have additional extensions on chrome enabled, such as ad-block? This can take a little longer for you to load as the extensions are running through your site before opening itForum: Fixing WordPress
In reply to: Why are all my logos small?Hello @mattcaulfield
Can you try adding this in WordPress Admin > Appearance> Customize > Additional CSS?
.site-title .logo { max-width: 100% !important; max-height: 200px !important; }
Adjust the px accordingly to your liking.
Forum: Fixing WordPress
In reply to: Connecting www.ads-software.com to GoDaddyHello @samuelecheverria7
You can find a full guide on how to install it manually here: https://www.ads-software.com/support/article/how-to-install-wordpress/
It will take only a few minutes to do so ??Forum: Fixing WordPress
In reply to: I am getting only text on homepage with a ssl.Clear cache of your website: https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/
And try to remove query strings using this tutorial: https://kinsta.com/knowledgebase/remove-query-strings-static-resources/Forum: Fixing WordPress
In reply to: error establishing a database connectionYour host should have a guide on this, but usually, your FTP password can be seen in the FTP area of your account and it is also where you can reset your password.
Forum: Fixing WordPress
In reply to: Personal file download area for usersWhen they log in, they should be able to see their listings and edit them?
If that’s a bit off from what you need, sorry if I missunderstood and that’s a bit off, of what you needForum: Fixing WordPress
In reply to: I am getting only text on homepage with a ssl.Hello!
First of all, did you update your site url to HTTPS? ??
You should also search and replace the database links from HTTP to HTTPS. Start with these steps for now and see if it does the job.Forum: Fixing WordPress
In reply to: error establishing a database connectionHello!
Have you tried out these steps https://www.ads-software.com/support/article/common-wordpress-errors/#error-establishing-database-connection?- This reply was modified 5 years, 1 month ago by Valentine.
Forum: Fixing WordPress
In reply to: Personal file download area for usersHello @customlogoshop!
This feature is quite often implemented to specific themes. One of which I had a good use out of was https://themeforest.net/item/mylisting-directory-listing-wordpress-theme/20593226A user has his own area for listings, which was my priority and it is also very customizable.
Forum: Fixing WordPress
In reply to: Remove page links in footerHello @jamesfield!
I located a similar issue in this forum, and sounds like it is the same as your case.
I will add the link as a reference so you can check it out: https://www.ads-software.com/support/topic/remove-page-links-in-footer/Hope it helps!
Yes, sounds like a Gmail issue if this occurs not only when sending from your site.
If that were not the case, I’d recommend sending mails through SMTP better than php mail() if you’re not already doing so. This also helps to lower the delay time.Forum: Fixing WordPress
In reply to: Parse error: syntax errorIt would be great if you added the lines from the file here, so we can spot the semicolon ?? you may even be able to spot it yourself once you check the config file
Forum: Fixing WordPress
In reply to: Error – Unable to import .xml file from WordPress.ComHello!
Are you using any plugin or are you trying to achieve this via Tools > Import?
As the error states, check what max upload size is set for your site. You can edit the limits via your .htaccess file:
php_value upload_max_filesize
php_value post_max_sizeIf this does not help, check if you have any plugins limiting the upload size ??
Forum: Fixing WordPress
In reply to: [NSFW] Not updating the pluginsHello!
There is a related thread here: https://www.ads-software.com/support/topic/update-of-plugin-cause-site-to-stuck-in-maintenance-mode/
Try out these solutions as they should help out by default ??
Forum: Networking WordPress
In reply to: thousands of 404 except the HomeDid you try custom structure with %postname% tag?
Also, check your error log among files to see any entries about this