Page 10 of 14 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 134
  1. #91
    Join Date
    Aug 2010
    Location
    Grand Blanc, MI
    Posts
    309
    Plugin Contributions
    3

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by jimmie View Post
    How do i move the cart totals to the exact position the old ones are
    ?
    www.floorz-n-more.com
    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...

  2. #92
    Join Date
    Aug 2010
    Location
    Grand Blanc, MI
    Posts
    309
    Plugin Contributions
    3

    Default Re: AJAX Add to Cart [Support Thread]

    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

  3. #93
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,751
    Plugin Contributions
    22

    Default Re: AJAX Add to Cart [Support Thread]

    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...

  4. #94
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    969
    Plugin Contributions
    0

    Default Re: AJAX Add to Cart [Support Thread]

    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

  5. #95
    Join Date
    Aug 2010
    Location
    Grand Blanc, MI
    Posts
    309
    Plugin Contributions
    3

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by jimmie View Post
    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:
    Code:
    #content-container {
        margin-top: -75px;
        }
    I adjusted to:
    Code:
    #content-container {
        margin: -75px auto 0 auto;
        width: 1034px;
    }
    You will want to check that site wide to make sure it doesn't mess up anything else...

    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...

  6. #96
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    969
    Plugin Contributions
    0

    Default Re: AJAX Add to Cart [Support Thread]

    this worked on Index.home.css (Homepage) Not on other pages, any more suggestions

  7. #97
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    969
    Plugin Contributions
    0

    Default Re: AJAX Add to Cart [Support Thread]

    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

  8. #98
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,751
    Plugin Contributions
    22

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by jimmie View Post
    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...

  9. #99
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    969
    Plugin Contributions
    0

    Default Re: AJAX Add to Cart [Support Thread]

    i got it fixed. it was my specials pushing it over

  10. #100
    Join Date
    Aug 2010
    Location
    Grand Blanc, MI
    Posts
    309
    Plugin Contributions
    3

    Default Re: AJAX Add to Cart [Support Thread]

    Quote Originally Posted by balihr View Post
    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...
    +1 for this solution. I thought of this over the weekend...

 

 
Page 10 of 14 FirstFirst ... 89101112 ... LastLast

Similar Threads

  1. v150 Contact Us - Add Subject support thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Jan 2019, 06:04 AM
  2. Add Shipping Telephone Support Thread
    By JTheed in forum Addon Admin Tools
    Replies: 31
    Last Post: 4 Sep 2018, 11:14 AM
  3. v139h Numinix Pinterest Add On Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 14 Jan 2018, 05:12 AM
  4. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  5. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg