Website Rob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: A lot of 404 errorsYou should install one of the Broken Link Check plugins and have look at what it finds. Could be you do some redirect errors or missing pages.
Forum: Fixing WordPress
In reply to: SITE DELTED PLEASE HELPAnd also make sure that after someone is finished working on your site, you change passwords… for everything!
Forum: Networking WordPress
In reply to: Weird page errorsvalidator.w3.org returns a 404 and I also get a 404 which confirms there is no page by that URL–or it is being prevented from loading.
If you have confirmed the page loads in your Browser then best to check error logs for any further information.
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlYour welcome for the help.
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlSomething else I just noticed when looking at source code and on these lines:
#146 data-actions=’o:click;a:simplelink;target:_blank;url:https://bakkerarkel.nl/projecten/;’
#323 data-actions=’o:click;a:simplelink;target:_self;url:https://bakkerarkel.nl/projecten/;’
#503 data-actions=’o:click;a:simplelink;target:_self;url:https://bakkerarkel.nl/projecten/;’
#702 css class uses https://bakkerarkel.nlAlthough I’m not sure where the first 3 are coming from, any CSS changes may require a manual edit. And have you reset your Permalinks? You don’t have to change any Permalink settings, just make sure the correct URL is being used and click ‘Save’ to effect an update.
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlBeing able to make 13 corrections out of 20 on one page sounds to me like it’s worth the effort. 🙂
You didn’t mention if searching your database for ‘what-we-do’ returned any results. That will help determine if WordPress is saving the Domain name in URL, which I believe it does not–it appends it based on Site URL used in Admin settings.
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlIf you know where the URLs are, then changing them should not be a problem. By that I mean the page is edited through Admin -> Pages.
Sometimes when looking for something, especially within code/text, we are not looking for the correct bit of kit. For example, I would search for ‘what-we-do’ in the database.
Although I’m not familiar with the Fusion Builder plugin, it is possible the data is stored somewhere other than your database. Not uncommon for a plugin to use their own services/server. You could also check where the Fusion Builder plugin is located (wp-content/plugins/plugin-name) as flat files are still used by some plugins.
Forum: Fixing WordPress
In reply to: Content block -BLOG- doesn’t show blog imageOK, then if you have not yet set the Featured image, do so now. It is found on the same page you are editting, bottom right-hand corner.
Forum: Networking WordPress
In reply to: Migrating both Domain and Sub Domains to my new hostIt would be best to ask your Hoster if they will help you transfer. You’ll want to do that anyway as a site transfer will also include your eMails along with other files not related to WordPress.
Forum: Fixing WordPress
In reply to: Content block -BLOG- doesn’t show blog imageSounds like what you’ve done is set the Featured image. For images on the page itself you must insert them into the page. Then click the image and left align it–or not.
Forum: Fixing WordPress
In reply to: Contact page no longer workingNo plugin that I know of. If though you use cPanel then you can check for errors.
Within cPanel on the first page, look for:
Metrics -> Errors
File Mgr. -> error_log
File Mgr. on left-hand side -> logs -> gigilaplant_com.php.error.logForum: Fixing WordPress
In reply to: Contact page no longer workingWithout any error msgs. or results to go by, I cannot see how any usable help can be provided. Sorry.
Forum: Fixing WordPress
In reply to: Contact page no longer workingWhen you tested, was an eMail received?
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlI can see 20 site links without ‘www’ and 13 of them are found under the “Onze kernwaarden” in the block with the 6 images and 6 links plus one more. The others come from various place which you should be able to determine by looking at source code, as I did.
Forum: Fixing WordPress
In reply to: Contact page no longer workingBetween the time it was working and not working, do you recall anything that was done to the site?
Have you tested the Form yourself to see what happens?
Were error logs checked to see if any helpful information is provided?
Don’t mean to hit you with lots of questions but in order to troubleshoot any problems, one needs to know what, exactly, the problem is.