Joomla! Discussion Forums



It is currently Fri Nov 27, 2009 8:18 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
Posted: Wed Oct 14, 2009 2:47 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Oct 14, 2009 2:32 pm
Posts: 3
On a site I"m working on the pagination links at the bottom of the page show like this:

Quote:
<<
Start
< Prev 1 2 Next > End >>


Rather than:
Quote:
<< Start < Prev 1 2 Next > End >>


In the HTML they are being displayed with this code:
Code:
<span class="pagenav">Start</span>
</div></div></div></div></div>
&lt; <span class="pagenav">Prev</span>
<span class="pagenav">1</span>
<a title="2" href="/%7Ecpclisti/drma/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=11&amp;Itemid=123&amp;limitstart=1" class="pagenav">2</a>


Any idea on why the pagination would be divided up like this and how I can fix it?

I'd really appreciate any incite. Thank you!

(Joomla 1.5 based site URL: http://66.147.242.160/~cpclisti/drma/in ... Itemid=123)


Top
  E-mail  
 
Posted: Thu Oct 15, 2009 6:47 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 17, 2006 8:24 pm
Posts: 501
Location: Canada
If you look closely.... and if I see this right, you wanted your pagination to exist in a rounded cornered container? First thing I see is that your rounded corner container only covers the "start" nav and then outside of it continues the rest. I believe this is the issue. You may want to check your pagination.php if this is where it's being created move the closing div's to wrap the rest. Here is a better view:

Code:
<div class="content-surround">
<div class="content-corner-tl">
<div class="content-corner-tr">
<div class="content-corner-bl">
<div class="content-corner-br">
<span class="pagenav">Start</span>
</div>
</div>
</div>
</div>
</div>

<span class="pagenav">Prev</span> <span class="pagenav">1</span> <a title="2" href="/%7Ecpclisti/drma/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=11&amp;Itemid=123&amp;limitstart=1" class="pagenav">2</a> <a title="Next" href="/%7Ecpclisti/drma/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=11&amp;Itemid=123&amp;limitstart=1" class="pagenav">Next</a> &gt; <a title="End" href="/%7Ecpclisti/drma/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=11&amp;Itemid=123&amp;limitstart=1" class="pagenav">End</a>


Try it so that the final source code (when in the browser) looks similar to this...notice where the closing divs are:

Code:
<div class="content-surround">
<div class="content-corner-tl">
<div class="content-corner-tr">
<div class="content-corner-bl">
<div class="content-corner-br">
<span class="pagenav">Start</span>

<span class="pagenav">Prev</span> <span class="pagenav">1</span> <a title="2" href="/%7Ecpclisti/drma/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=11&amp;Itemid=123&amp;limitstart=1" class="pagenav">2</a> <a title="Next" href="/%7Ecpclisti/drma/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=11&amp;Itemid=123&amp;limitstart=1" class="pagenav">Next</a> &gt; <a title="End" href="/%7Ecpclisti/drma/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=11&amp;Itemid=123&amp;limitstart=1" class="pagenav">End</a>

</div>
</div>
</div>
</div>
</div>

_________________
Pixel Theme Studio - Andre J
Simply put, I like the idea of clean style for serious business in the real world.
http://www.pixelthemestudio.ca Professional Joomla Templates
http://twitter.com/pthemestudio Follow me on Twitter


Top
   
 
Posted: Wed Nov 04, 2009 6:21 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Oct 14, 2009 2:32 pm
Posts: 3
Thanks. I saw that but I can't figure out how to fix it- this navigation bit doesn't appear to have anything to do with the pagebreak or pagination plugins. I can disable them in the plugin area and delete them from the directory but pagination continues to function as normal. This is pagination for individual articles in a section/category.


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

Quick reply

 



Who is online

Users browsing this forum: A380 and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group