WebSite X5Help Center

 
Jacinto R.
Jacinto R.
User

Can I integrate CSS3 Menu on Website5x 10 professional?  en

Author: Jacinto R.
Visited 2381, Followers 1, Shared 0  

Can I integrate CSS3 Menu on Website5x 10 professional?

I did purchase CSS3 Menu to create beautiful menus for my pages. But it doesn't seems to work with Website5x 10 professional. I would like to know if someone knows how to install the menu on my current existing pages or if I could enter the HTML code on website5x 10 professional properly? I have entered the code many times, uploaded the folder and files to my server but nothing seems to be working. help please

Thank you

Jacinto

Posted on the
7 ANSWERS - 1 CORRECT
Incomedia
Claudio D.
Incomedia

Hello Jacinto,

Yes you can integrate it. You need to enter the correct hmtl code and css code in the project. In step 1 expert you add the CSS code in the section "before closing the HEAD tag".

And then in step 1 - edit graphich template you add inthe header the HTML code object and there you paste the html code of the menu.

Many thanks!

Read more
Posted on the from Claudio D.
Jacinto R.
Jacinto R.
User
Author

Hi Claudio:

I did tryed your steps and  it doesnt seems to be working.

I copy the CSS3 Menu code as on Step 1 followed by Step 2.

I also uploaded the appropriate files for such menu and nothing seems to be working.

any though?

Jacinto

Read more
Posted on the from Jacinto R.
Incomedia
Claudio D.
Incomedia

Hello Jacinto,

Can you please write me the link to the website so I can see why it is not working?

Many thanks!

Read more
Posted on the from Claudio D.
Jacinto R.
Jacinto R.
User
Author

Hi Claudio:

I did started doing the menu again and find out that the only way it works is if you upload the files using an FTP such as Filezilla.

Using Websitex5 FTP does not work properly when uploading the necessary folders for the CSS menu.

Althoug the problem has being resolved, www.wilddognetwork.com

Thank you

Jacinto

Read more
Posted on the from Jacinto R.
Jacinto R.
Jacinto R.
User
Author

Hi Claudio:

Although the CSS Menu is working properly, There seems to be an issue with the CCS Menu on the order page. I am not sure why the menu doesnt show up properly on that page like every other page. please see the pictures provided or visit my page to review.

Thank you

Jacinto

Read more
Posted on the from Jacinto R.
Incomedia
Claudio D.
Incomedia

Hello Jacinto,

It is not visible on the cart because you used relative URLs instead of absolute URLs since the cart is on a subfolder it cannot find the files.

On your code <linkrel="stylesheet" href="WDN CSS3 Menu_files/css3menu33/style.css" type="text/css" /> and <linkrel="stylesheet" href="WDN CSS3 Menu.css3prj_files/css3menu1/style.css" type="text/css" />

you need to add the complete url. It has to look like this:

<linkrel="stylesheet" href="http://www.wilddognetwork.com/WDN CSS3 Menu_files/css3menu33/style.css" type="text/css" />

<linkrel="stylesheet" href="http://www.wilddognetwork.com/WDN CSS3 Menu.css3prj_files/css3menu1/style.css" type="text/css" />

As youi can see instead of WDN CSS3 Menu.css3prj_files/css3menu1/style.css it becomes http://www.wilddognetwork.com/WDN CSS3 Menu.css3prj_files/css3menu1/style.css so from the cart the correct css code file can be found by the browser.

Many thanks!

Read more
Posted on the from Claudio D.
Jacinto R.
Jacinto R.
User
Author

Claudio 

Thank you! You are a genius! I did the changes on the code and it is working perfect now. 

My saver!

Many thanks!

Jacinto

Read more
Posted on the from Jacinto R.