W.P. Ginfo
Forum Replies Created
-
Forum: Installing WordPress
In reply to: White screen of death with update to wordpress 4!- download a new set of WP-files
- unzip these files
- Use FTP to manage your site
- FTP:make a backup of the ‘wp-config.php’ file
- FTP: UPload the ‘fresh’WP-files and OVERWRITE
- your site will be fine…:)
- browser: refresh <CTRL-F5>
- dashboard: re-confirm // save your menu and check the widgets
- done…
!!!!NOTE
Forum: Fixing WordPress
In reply to: 500 Internal Server ErrorThe 500 error is a fairly generic server error.
Contact the webhost and see what info he has.Forum: Fixing WordPress
In reply to: Problem with commentsI hope I understood your question correctly. If not, please explain further.
To turn on / off the comment box, do the following:
- In the dashboard open any page or post
- At the top of your screen [right] Press the ‘screen options’-TAB
- activate the ‘discussion’ and ‘comments’ options
- scroll down
- In the ‘discussion-box’ you’ll see two options:
- allow comments
- allow trackbacks
- Use these options to control the ‘comments’, below your posts and pages.
Next:
Dashboard > settings > discussion
Activate / de-activate the settings you prefer
** ** **
** ** **== == == alternative
You can do this a different way [shotcut]Dashboard > Pages > all pages
[or Dashboard > Posts > all posts]A list of pages / posts shows
Hover over a page / post and you’ll see:
‘edit’/ ‘quick edit’ / ‘trash’ / ‘view’
>> click ‘quick edit’>> tick / un-tick the boxes ‘allow comments’, ‘allow pings’
>> save the page / post
This way you can determine for each individual page / post if comments / discussions are [not] available.Forum: Fixing WordPress
In reply to: Problem with commentsHi Slingerbulten,
On the offchance you’re Dutch… do you know that there is a dutch support-section? https://nl.forums.www.ads-software.com.
Support is provided in many more languages. Check out the support forum in your language, that might be easier.Forum: Fixing WordPress
In reply to: Cant access admin login pageYou’re welcome. Please don’t forget to mark the thread as ‘resolved’ [in the right sidebar]
Forum: Fixing WordPress
In reply to: Trouble with footer and page content.Looking at the page / link, not the width, but the length of the page / contentarea seems to create problems. Or do I misunderstand?
Forum: Fixing WordPress
In reply to: Cant access admin login pageWhen I follow the 1st link I see the regular login page. Do you?
Forum: Plugins
In reply to: Feedback form mysteriously appearingLooking at the code it seems you may have 2 contactforms installed / active.
It could well be your theme has a form built in AND you have a plugin that created a form.
To test this:- dashboard > plugins > search for the forms plugin
- DE-activate this plugin temporarily
- browser <CTRL-F5> to refresh and check the result. You should now see only one form…
Forum: Fixing WordPress
In reply to: website not worksIt could well be that an update of a plugin or theme causes this problem. have you tried this:
- Use FTP to access your site
e.g. https://filezilla-project.org/download.php - rename all plugins by putting a ‘0’ in front of each plugin -folder;
../wp-content/plugins
- Check if the access / ‘normal functioning’ has been restored
- If so: one-by-one, remove the ‘0’, checking every time to see if the problem re-occurs.
- when the problem re-occurs, you’ve found the source of the problem; Delete and find a similar plugin that works with your site
- alternatively: FTP:Delete; Then download and install / activate a NEW version of the problematic plugin and see if this works.
Alternatively:
Instead of ftp, use the webaccess dashboard functions provided by the webhost.
This usually is not as versatile and more cumbersome.Forum: Fixing WordPress
In reply to: Posts are no longer visibleIt wouldn’t be the first time an update of a plugin or theme creates problems.
Have you tried this yet:- Use FTP to access your site
e.g. https://filezilla-project.org/download.php - rename all plugins by putting a ‘0’ in front of each plugin -folder;
../wp-content/plugins
- Check if the access / ‘normal functioning’ has been restored
- If so: one-by-one, remove the ‘0’, checking every time to see if the problem re-occurs.
- when the problem re-occurs, you’ve found the source of the problem; Delete and find a similar plugin that works with your site
- alternatively: FTP:Delete; Then download and install / activate a NEW version of the problematic plugin and see if this works.
Alternatively:
Instead of ftp, use the webaccess dashboard functions provided by the webhost.
This usually is not as versatile and more cumbersome.Forum: Fixing WordPress
In reply to: Help!! Error establishing a database connectionA more reliable way of doing the install is to let WP do the hard work…;)
- Keep the database data etc ready
- FTP: rename ‘wp-admin.php’ to ‘0wp-admin.php’
- Browser: https://www.yourdomain.com’ >> the 5 mins. install starts
- Enter the info requested >> WP will create a fresh ‘wp-config.php’
- Let WP do the ‘hard work’… ??
- The basic version of your site will install just fine
- When the installation is done you can ‘personalize’ your site to meet your needs…
== == == more info
https://www.w3schools.com/css/default.asp
https://codex.www.ads-software.com/Getting_Started_with_WordPress
https://codex.www.ads-software.com/CSS
https://codex.www.ads-software.com/Finding_Your_CSS_Styles
https://codex.www.ads-software.com/FAQ_Troubleshooting
https://codex.www.ads-software.com/Backing_Up_Your_DatabaseForum: Fixing WordPress
In reply to: Full Width problemYou’re welcome.
Forum: Fixing WordPress
In reply to: Getting a 404 when I try to auto update a pluginPlease don’t forget to mark the thread as ‘resolved’ [in the right sidebar]
Forum: Fixing WordPress
In reply to: Full Width problem== == == remove ‘posted by… etc.’
.post_meta{ display:none; }
== == == remove ‘previous … next’
.nav-previous, .nav-next{ display:none; }
Note:
Instead of ‘display:none; ‘ you could use
visibility:hidden;
This will give a slightly different effect: The content will disappear, but the ‘space’ it took up, will stay ‘blanc’.== == ==
If your theme has an option to customize the CSS like a ‘custom css’-TAB, place the above code there.
Is such a feature missing from your theme? See the instructions below.
Add the above code to the `style.css’ of your CHILDtheme:You don’t have a childtheme yet?
1. Install and activate ‘one click childtheme plugin
2. create the childtheme
3. Dashboard > appearance > Themes > activate the childtheme
4. Make the changes in the CHILDtheme!- make changes to ‘styles.css’ of the CHILDtheme
- copy php files of the original theme [as required] to the childtheme directory and edit them as required.
Forum: Fixing WordPress
In reply to: Getting a 404 when I try to auto update a plugingreat detective work!