First of all you are going to want to get rid of the old cart link using an if {} else {} like DivaVocals shows in this POST.
If you follow her posts starting a few above the linked one she is trying to do the same...
First of all you are going to want to get rid of the old cart link using an if {} else {} like DivaVocals shows in this POST.
If you follow her posts starting a few above the linked one she is trying to do the same...
First of all, great addon!
I have this up and running nicely, on the desktop version of my site... mobile (responsive) are another story.
For some odd reason the cart slider is behind my home page slide show.
I tried adjusting the z-index, no luck.
I changed the loading of the jscript_script_loader.php file higher up in the CSS/JS loader file (loaded just after the jquery 1.11.3-min file), no good.
Any other ideas???
Page is here - TEST SITE
width breaks are set at 767px and 1038px for the different versions of the topcartinner div
includes/templates/tableau/css/stylesheet_responsive.css
line 299 has overflow:hidden for .wrapper--container - that's what is hiding the cart container. If you remove that line, the slider shows up just fine, I have no idea if it will affect anything else - be careful because it might break something in the layout. I have never used tableau so I don't know...
ok i got it move to the right position
www.floorz-n-more.com
But, it stretched my screen, how do i make the screen back smaller
CSS fix.
Your mega-wrapper has a fixed width of 1034px, just give the content-container the same. After doing this in the debug I had to adjust the margins as well...
CSS was:
I adjusted to:Code:#content-container { margin-top: -75px; }
You will want to check that site wide to make sure it doesn't mess up anything else...Code:#content-container { margin: -75px auto 0 auto; width: 1034px; }
Just a suggestion, on a side note you may want to make the background of the <div id="mainWrapper"> to white to help with the readability of the menu and currencies at the top...
this worked on Index.home.css (Homepage) Not on other pages, any more suggestions
just cant figure outnthe css for the categories pages, wont bring right side sideboxes over.
http://floorz-n-more.com/index.php?m...=index&cPath=1
jimmie, it seems that you closed a div to early somewhere in your code. Comparing it with Anne's demo, I'd say it's somewhere right before the mega menu, but I can't tell for sure. Check your code and see if there are any closing div tags that shouldn't be there - I'm sure you'll find one extra...
BTW, this is kinda off topic for this thread...![]()
i got it fixed. it was my specials pushing it over