Link not working & link pointing wrong

  1. Aside at the bottom of the page https://test5.restoremore365.com/water-damage-restoration/how-can-i-prevent-water-damage-in-the-future/
    links out to the wrong page.
    I have changed it in the section but it is not working in the aside.

2)The MOLD link does not work. All teh other links in that headline do.
https://test5.restoremore365.com/water-damage-ch-2/

The 1st headline
" Water-> Fire-> [Mold] link does not work
(https://test5.restoremore365.com/mold-remediation/)-> Biohazard = CLEANUP"

TY for your help

Hello @johnbogs11,

Thanks for writing in!

1.) Are you referring to this link?

The page is actually “Private”. It can only be accessed if you are logged in.

2.) And the mold link is working for me.

Best Regards.

ahh yes, the mold link is working. But it does not change color when you hover over it. see video here https://bigcatmarketinggroup.dubb.com/v/65KCbF

aside - https://test5.restoremore365.com/water-damage-restoration/how-can-i-prevent-water-damage-in-the-future/
vs
https://test5.restoremore365.com/water-damage-restoration/what-should-i-do-if-i-discover-water-damage-in-my-home-or-building/
details in this video
https://bigcatmarketinggroup.dubb.com/v/lXyw34

I also found this on many pages.
Example error message
https://test5.restoremore365.com/demolition/

ty

Would you need more clarification?

Hello @johnbogs11,

The hover is not working because of the wrong custom HTML markup, please have a look at the correct code in the secure note.

For the PHP warning, it is a PHP warning and it would not change anything to your website. It seems that you have enabled the debugger mode of WordPress, I would suggest you please add the below-given code to your wp-config.php

Find this code

define('WP_DEBUG', true);

Replace with the given below code.

define('WP_DEBUG', false);

Please find the video that will help you to edit wp-config.php and add the above code: https://youtu.be/3SDPTafEM8o

Hope it helps
Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.