My site is not working

Website URL

https://csdesigncreativelab.com/

Error Message

none of the menus option is working ,its leading to an error page.

Just to be clear, since this is a community forum none of us can see the files in your account (except admin), so I’m going to have to ask a few questions, and make make some assumptions, please bare with me.

Viewing the site i can see that the links in your menu are:

About - https://csdesigncreativelab.com/about/
Portfolio - https://csdesigncreativelab.com/projects/
Services - https://csdesigncreativelab.com/services/
Contact - https://csdesigncreativelab.com/contact/
Blogs - https://csdesigncreativelab.com/blogs/

For each of these, you would need a folder with an index.php or index.html file for each link. so your sight structure might look like:

htdocs/
– Index.php
– about/
–|-- index.php
– projects/
–|-- index.php
– services/
–|-- index.php
– contact/
–|-- index.php
– blogs/
–|-- index.php

If you want the links to work within the page, then you need to add an “id” section within the page that you want to jump to, such as:
<h1 id="about">About</h1>

and then your menu links would look like
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="#about" class="menu-link">About</a></li>

Hope that makes sense?

the other thing I noticed is this note at the base of your page:

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: csdesigncreativelab.com @ 2026-09-11 10:23:01 by W3 Total Cache
-->

If you’re using a caching plugin, and you’re having issues like this, it’s also worth clearing the plugins cache

so ,shall i deactivate W3 Total Cache

I would suggest clearing its cache and disabling while you are working on your site.

But check the other bits I mentioned above too to make sure you have the right files and folders in place