Problem with navigation bar with Ja Purity II Template

JcAndres

Member
Hi,

If i use Ja purity I template in my site the navigation bar in list dont show. But if use any other template the navigation bar its showed.

the problem only appear with google chrome in FF work fine and IE 9.0 work but without order.

Any clue?

Versions:
Joomla 2.5.1
Fabrik 3.0.3 (GitHUB 109)
Ja Purity II v 1.2.0
Browser: Google Chrome 17
Thanks for help.
 
Hi JcAndres,

It sounds like a css issue. Do you use Firebug?

If not, some tips on how to use it:

- download firebug for firefox from getfirebug.com.

then, with your page loaded:

- click on the firebug icon in the top right of your browser
- in the firebug console, click on the icon that looks like a mouse cursor over a box
- then use that cursor to hover over the areas you are interested in viewing the code for
- when clicking on an area it will display the html and css

it sounds like it will be a css issue, so once you can see what css is controlling the navigation bar (what list template are you using, and with ajax?) then you will be able to address it in your templates css file.

after a quick check at demo.fabrikar.com, it seems the navigation bar is controlled by:
Code:
<div class="list-footer">
or:
Code:
<div class="fabrikNav">
depending on how much of your navigation bar is not showing.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top