Michael v.d. Berg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change uploads fileI mean to try it at this way:
define(‘UPLOADS’, ‘NAME OF THE UPLOADFOLDER HERE’)
define(‘WP_TEMP_DIR’,dirname(__FILE__).’/wp-content/uploads’);After that you change the upload location in your WordPress admin area (mostly domain.com/wp-admin). Go to settings –> media.
It’s weird that this didn’t work for you, because I have this setup and it works fine for me! (Using WordPress 4.4.2).
Forum: Everything else WordPress
In reply to: Dynamic image gallery by authorI don’t know. Maybe you can find a plug-in to make it automatic. Have a look at https://www.ads-software.com/plugins/wp-simple-galleries/ or other plug-ins at the website of WordPress.
Otherwise you have to add this manually what I told you in an earlier response to you.
Forum: Fixing WordPress
In reply to: Change uploads fileTry to add this tag: define(‘UPLOADS’, ‘NAME OF THE FOLDER HERE’) after the define tag: define(‘WP_TEMP_DIR’,dirname(__FILE__).’/wp-content/uploads’); in your wp-config.php file.
Make sure you create this folder in the root of your website. Edit your media upload location in your settings (settings => media). Please check all your post/pages to change the url of all your uploaded media!
Before you change something, make sure you are back-up your website and database!
Forum: Fixing WordPress
In reply to: Customize option returns 500 errorNo problem Andy. If your question is resolved, can you set your this topic on resolved?
Have a good one!
Forum: Fixing WordPress
In reply to: Change uploads filePlease follow this guide: https://www.wpbeginner.com/wp-tutorials/how-to-change-the-default-media-upload-location-in-wordpress-3-5/
Before you edit something, make a backup of your site and database. I am not responsible for errors or demage.
Forum: Fixing WordPress
In reply to: Unable to update wordpress new nersion facing error need helpWhere do you want to update it? At a local location? Maybe you can update it from your admin area?
Forum: Everything else WordPress
In reply to: Dynamic image gallery by authorWhen you login in your website, the author will show at the post who has writtin that one. You can add a gallery by insert images and chose at the left side for gallery. You can show this post when you setup a “blog” in your customizer.
Forum: Fixing WordPress
In reply to: The front page IS on SITE but is NOT in dashboard -> pages.Have a look at your customizer area. You can select there a static page as your homepage. You can choice your posts to show on your news or blogs pages.
Forum: Fixing WordPress
In reply to: Split content in templateI am not sure if this will work. Maybe you can search for an embed plugin to embed your post in your page.
The only way what could work is a feed page with all your post, like a news or blog page.
Forum: Fixing WordPress
In reply to: No read rights to backup. Check your server permissions.I didn’t to use a plug-in for the back-up. This means when your site is hacked, the hacked got access to your database.
What for kind controlpanel do you use? I have DirectAdmin where I can download and restore a back-up.
Forum: Fixing WordPress
In reply to: Main page helpYou can setup your homepage as a static page in your custumizer in your theme. If you want to get all of the posts on your “blog” or “news” page, you have to create one and set this also as the posts page in your customizer.
I don’t know why your site isn’t show your name of your website. Maybe you can install the seo plugin from “Yoast SEO” or the “All in one SEO Pack”. Here could you set up the titel of your website, what you can see in your website tab.
I hope this will help you ??
Forum: Fixing WordPress
In reply to: No read rights to backup. Check your server permissions.That’s weird. Is there no option to download it manually? I have a DirectAdmin control panel at my website. I can here back-up my whole site and database. Maybe you can look at your control panel if you can see some back-up option.
Please check your status at https://azure.microsoft.com/en-us/status/ for your version. Otherwise I recommend you to contact the support desk of Microsoft Azure at https://azure.microsoft.com/en-us/support/options/
Forum: Localhost Installs
In reply to: Fresh install and blank pageI didn’t work with Mac and with MAMP Pro. Maybe you can look at this pages for some support?
https://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/
https://wordpress.stackexchange.com/questions/127183/admin-blank-but-admin-menu-showing?rq=1
Sorry, but I couldn’t give you the full support because I didn’t use an Apple computer ??
Forum: Plugins
In reply to: [Database Backup for WordPress] Correct program to download database onto?Hi other Michael :D,
I didn’t recommend to use a database back-up plugin. It’s a way in for hackers. I recommend to back-up your database in your control panel of your webhosting or in DirectAdmin.
If your question is resolved, can you set it on resolved? Have a good one!
Forum: Everything else WordPress
In reply to: Receiving emails from a deleted WordPress accountI think I understand what the problem is. Please have a look at the right corner of the WordPress website (when you login). You find here “edit my profile”. Click at this link and edit the e-mailadres of this user. After that, you have to save this settings.
Go to settings and go to general. You find here the date, time and url of the WordPress website. Change this e-mailaddress to the right e-mailaddress.
Do this for all your WordPress websites where you got the same issue. I hope this will help your out. If you need some more support, please let me know! If it’s resolved, can you set this question at resolved?