Welcome, Guest
Username Password: Remember me

Pagination and a couple of other things
(1 viewing) (1) Guest
Please be sure to provide your Joomla version, Php version, MySQL version, and how to recreate the problem.
  • Page:
  • 1
  • 2

TOPIC: Pagination and a couple of other things

Pagination and a couple of other things 22 Aug 2011 20:29 #2727

Hello,

The pagination in the studies list is displaying vertically rather than horizontally. JBS 7.0.1 Joomla! 1.7
See www.thegatheringevansville.com/ws/index....slist&Itemid=182

There are a couple of other things I have noticed as well.

1. The JBS stylesheet is loading before the template which was causing my template to overide css. I solved this by plugging the path to the JBS stylesheet in the template settings.

2. I can't remove the Popup Title Elements (Don't want the title or the filename in the popup window)

3. Tooltips has an error and broken formatting. The error is
Error: this.fx is undefined
Source File: www.thegatheringevansville.com/ws/cache/...2fcbcebd8742e3bb.php
Line: 1577

That's all I can think of off the top of my head but I'll post more as I run across them.

Thanks

Re: Pagination and a couple of other things 28 Aug 2011 13:54 #2737

  • Tom
  • OFFLINE
  • Moderator
  • Posts: 305
Thanks, Anthony. We'll look into those bugs and get back to you!

Tom

Re: Pagination and a couple of other things 28 Sep 2011 23:10 #2844

  • CW
  • OFFLINE
  • Junior Boarder
  • Posts: 29
Tom,

I too have the same issue with the vertical pagnav. I believe it would be worked out with the css file, but wondered if you had fixed it yet.

Thanks
Carey

Re: Pagination and a couple of other things 29 Sep 2011 15:03 #2846

  • Tom
  • OFFLINE
  • Moderator
  • Posts: 305
For some reason, some of the new templates don't handle this correctly. The YooTheme templates adjust properly.

If you add this to the biblestudy.css it fixes it:

#main ul, #main li
{
display: inline;
}

I've added this to the biblestudy.css.dist file - and we'll need to update people's existing css upon upgrade - we'll work on that.

Tom

Re: Pagination and a couple of other things 29 Sep 2011 18:08 #2848

Nope still not working for me. I am using the Rockettheme template Hybrid

Re: Pagination and a couple of other things 29 Sep 2011 20:13 #2849

  • CW
  • OFFLINE
  • Junior Boarder
  • Posts: 29
I too am using a Rockettheme template. The problem is the template is loading one of it's Gantry css files after the JBS css file. Try this:

.component-content ul
{
text-align: center;
}

.component-content li
{
display: inline;
}

.pagenav
{
margin-left: 10px;
margin-right: 10px;
}


Carey
Last Edit: 29 Sep 2011 20:14 by CW.
  • Page:
  • 1
  • 2
Time to create page: 0.58 seconds