0
Welcome Guest! Login
0 items Join Now

SOLVED RT Novus Pushes Virtuemart content down...

    • pmoore's Avatar
    • pmoore
    • Sr. Rocketeer
    • Posts: 122
    • Thanks: 0

    Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
    • Added that. Category pages are good now, but in IE7 the product details page is still cut off:
    • "You can pick your friends, and you can pick your code...but you can't pick your friend's code."

      "I stumbled upon Rocket Theme, joined the club, then downloaded and started to learn about Joomla!"
  • Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
    • Do you have a direct link to that exact page?
    • James Spencer / Developer & Support / Hull, UK
    • pmoore's Avatar
    • pmoore
    • Sr. Rocketeer
    • Posts: 122
    • Thanks: 0

    Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
  • Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
    • Add to template_ie6.css

      #main-column { zoom: 1; }
    • James Spencer / Developer & Support / Hull, UK
    • pmoore's Avatar
    • pmoore
    • Sr. Rocketeer
    • Posts: 122
    • Thanks: 0

    Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
    • It didn't do anything when I put it in template_ie6.css (it's happening in IE7 too) but it fixed it when I put it in template_css.css. The only problem is it's screwing up my frontend admin for VM now.

      Fix one thing, another gets broken...what a nightmare.
    • "You can pick your friends, and you can pick your code...but you can't pick your friend's code."

      "I stumbled upon Rocket Theme, joined the club, then downloaded and started to learn about Joomla!"
  • Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
    • Lol, I hate VM with a passion. How exactly is it breaking?
    • James Spencer / Developer & Support / Hull, UK
    • pmoore's Avatar
    • pmoore
    • Sr. Rocketeer
    • Posts: 122
    • Thanks: 0

    Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
    • The frontend admin is getting butchered. Is there any other way to stop the right side of the product details from getting cut off?
    • "You can pick your friends, and you can pick your code...but you can't pick your friend's code."

      "I stumbled upon Rocket Theme, joined the club, then downloaded and started to learn about Joomla!"
  • Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
    • What you may wish to do is to take the table approach? I.e. find <jdoc:include type="component" /> or <?php mosMainbody(); ?> in your index.php and surround them with

      <table style="width: 100%;"><tr><td>...</td></tr></table>
    • James Spencer / Developer & Support / Hull, UK
    • pmoore's Avatar
    • pmoore
    • Sr. Rocketeer
    • Posts: 122
    • Thanks: 0

    Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 15 years 7 months ago
    • Hey James,

      I appreciate all of your help with this. I don't want to waste your time anymore on this topic. In the flypage.tpl, the call for the add to cart looks like this:
      <td colspan="2"><br /><?php echo $addtocart ?>

      I changed it to:
      <td><br /><?php echo $addtocart ?>

      ...and it seems to be fine now. By the way, I haven't changed it on the site in question, but on another that was just launched. I'm just assuming that it will work for the other site to because it's using the same flypage.

      Once again, thanks for all of your help on this.
    • "You can pick your friends, and you can pick your code...but you can't pick your friend's code."

      "I stumbled upon Rocket Theme, joined the club, then downloaded and started to learn about Joomla!"
    • flacolax's Avatar
    • flacolax
    • Jr. Rocketeer
    • Posts: 41
    • Thanks: 1

    Re: SOLVED RT Novus Pushes Virtuemart content down...

    Posted 14 years 9 months ago
    • James S! wrote:
      Add to template_css.css

      br { clear: none !important; }

      James I had the same problem but it is solved now following your instructions.
      But now when I test Checkout I get this error message in the Shipping Method page
      REMOVED BROKEN LINK
    • Last Edit: 8 years 4 months ago by Kat05.

Time to create page: 0.062 seconds