aakelley
aakelley
Offline
0
I am using a responsive template (JA Zite) and the payment options on the front end view invoice don't show up as tabs, just to blocks. Any ideas?

Accepted Answer

Friday, September 27 2013, 09:24 AM - #Permalink
0
the tabs are created with joomla's native tab system.. it must be some CSS of the template screwing this up. could you post a link?
The reply is currently minimized Show
Responses (5)
  • Accepted Answer

    aakelley
    aakelley
    Offline
    Friday, September 27 2013, 12:43 PM - #Permalink
    0
    OK, thanks. I did verify that if I use one of the default Joomla templates it displays correctly. POsted something in the JoomlaArt forums to see what they say and in the mean time will start digging into the CSS.
    The reply is currently minimized Show
  • Accepted Answer

    aakelley
    aakelley
    Offline
    Friday, September 27 2013, 04:34 PM - #Permalink
    0
    Any pointers on which PHP file(s) control the display of the "Pay Now" screen so I can debug how this is displying on my site / template?
    • Germinal Camps
      more than a month ago
      it's /components/com_invoices/views/payment/tmpl/default.php
    The reply is currently minimized Show
  • Accepted Answer

    aakelley
    aakelley
    Offline
    Friday, September 27 2013, 04:44 PM - #Permalink
    0
    Thanks. It seems that the pointer to the different bootstrap.css (in /components rather than in /administrator/components) that I had going in my other thread seems to have fixed it a little bit. Here is what it looks like now:
    The reply is currently minimized Show
  • Accepted Answer

    Friday, September 27 2013, 04:45 PM - #Permalink
    0
    you're closer. I'm sure that if you add the apropiate "float:left;" CSS styles to the tabs you should have a better display..
    The reply is currently minimized Show
  • Accepted Answer

    aakelley
    aakelley
    Offline
    Friday, September 27 2013, 05:50 PM - #Permalink
    0
    yep - for whatever reason changed float:left to float:right and now it works great!
    The reply is currently minimized Show
Your Reply