Vertical Pagination?

Brian
Brian
Offline
0
This is probably just a css issue but I'm not to sure on how to fix it. Whenever pagination is used in MC, it is shown in a vertical fashion. I would like it to show horizontally.

http://www.joomlamusicsolutions.com/images/fbfiles/images/Untitled_1-20110514.jpg

http://buddymusic.org/index.php?option=com_muscol&view=songs&id=2&Itemid=113
Attachments:
Responses (20)
  • Accepted Answer

    William
    William
    Offline
    Friday, May 20 2011, 11:06 AM - #Permalink
    0
    This is an issue with the template you are using. Check if you have a file like /templates/nameofthetemplate/html/pagination.php file. If you have one, you should remove it. Cheers!
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 20 2011, 11:07 AM - #Permalink
    0
    hello @cyadron

    can you please tell us your Music Collection order ID?

    I believe I already asked you for that...!

    please tell us or I'll have to block your account!

    thanks!
    Germi
    The reply is currently minimized Show
  • Accepted Answer

    William
    William
    Offline
    Friday, May 20 2011, 11:25 AM - #Permalink
    0
    I do not have one, yet. I will have to wait till pay day to buy the plugin.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 20 2011, 11:26 AM - #Permalink
    0
    ok, understood :)

    thanks!
    The reply is currently minimized Show
  • Accepted Answer

    Brian
    Brian
    Offline
    Tuesday, May 24 2011, 01:15 AM - #Permalink
    0
    cyadron wrote:
    This is an issue with the template you are using. Check if you have a file like /templates/nameofthetemplate/html/pagination.php file. If you have one, you should remove it. Cheers!


    I don not have a file like that. Anyone else no what I should add or remove to the css to fix this?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, January 25 2012, 08:59 AM - #Permalink
    0
    I have the same problem.
    I dont have a file call pagination in my templates.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 26 2012, 05:31 PM - #Permalink
    0
    no need to.. just CSS styling. can you post a link?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 27 2012, 10:18 AM - #Permalink
    0
    http://www.futbuk.com/index.php/es/index.php?searchword=&format_id=2&genre_id=&type_id=&tag_id=&option=com_muscol&search=albums&view=search&Itemid=
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 27 2012, 10:39 AM - #Permalink
    0
    the problem is the CSS property

    .art-postcontent li {

    on your template.css file line 1658

    yo must set

    display:inline;

    and the MARGIN must be 0 (not -15px)
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 27 2012, 11:12 AM - #Permalink
    0
    Thanks.
    It works.
    I use Artister to made templates.
    Is it an Artister error?
    I will need to do this every time i update my template?
    The reply is currently minimized Show
  • Accepted Answer

    Abu Afif
    Abu Afif
    Offline
    Monday, February 20 2012, 02:12 PM - #Permalink
    0
    Hi Germi and guys,

    I got this problem also (vertical pagination) for my New site with RT Theme - Joomla 2.5.1. I think this problem is from Library---> gantry style.

    FYI, I added this css style to /libraries/gantry/css/ to solve another component with similar problem, It solved:
    /*Vertical Pagination*/

    div.pagination ul li {
    display: inline;
    padding-right: 5px;
    padding-left: 5px;}

    div.pagination ul,
    div.pagination p.counter {
    text-align: center;}


    But It is not affect to Muscol Component :( . The main page of the component link is here

    Appreciate for any help. Thanks...
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 21 2012, 12:51 PM - #Permalink
    0
    I;m also having this problem

    See here : http://www.madonna.nl/muziek/discografie

    Am using Musicity from Gavick.com
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 21 2012, 04:31 PM - #Permalink
    0
    @gjhvs

    adding something like:

    display: inline;
    margin: 5px;

    into LI elements does the trick.. I tried in your site using firefox!

    @abuafif it's weird.. the code you present seems pretty good, it should work.. can you post a link?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 21 2012, 05:14 PM - #Permalink
    0
    germi wrote:
    @gjhvs

    adding something like:

    display: inline;
    margin: 5px;

    into LI elements does the trick.. I tried in your site using firefox!

    @abuafif it's weird.. the code you present seems pretty good, it should work.. can you post a link?


    Thanks Germi! It worked!
    The reply is currently minimized Show
  • Accepted Answer

    Abu Afif
    Abu Afif
    Offline
    Tuesday, February 21 2012, 07:09 PM - #Permalink
    0
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 22 2012, 08:48 AM - #Permalink
    0
    gjhvs wrote:
    germi wrote:
    @gjhvs

    adding something like:

    display: inline;
    margin: 5px;

    into LI elements does the trick.. I tried in your site using firefox!

    @abuafif it's weird.. the code you present seems pretty good, it should work.. can you post a link?


    Thanks Germi! It worked!


    Hey Germy,

    I did work on the navigation for MusicCollection but it also adjusted the 'normal' Joomla navigation.. and that did not look OK...
    It there another way to make the MusicCollection navigation look alright?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 22 2012, 10:25 AM - #Permalink
    0
    yes, don't do it on all LI elements, just in:

    div.pagination li{

    }
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 22 2012, 06:28 PM - #Permalink
    0
    germi wrote:
    yes, don't do it on all LI elements, just in:

    div.pagination li{

    }


    My template (Musicity from Gavick) used a lot of css files. And I don't know where to adjust it so the pagination from Music Solutions looks OKAY.

    Can you help me?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, March 02 2012, 06:49 PM - #Permalink
    0
    oops! missed that one

    well, in main file..! or any file, it shouldn't matter..! is there a template.css file?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, March 02 2012, 06:49 PM - #Permalink
    0
    oops! missed that one

    well, in main file..! or any file, it shouldn't matter..! is there a template.css file?
    The reply is currently minimized Show
Your Reply