Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Is there a way to loacate the pagination on the leftside???


  • Please log in to reply
12 replies to this topic

#1 sung son

sung son

    Newbie

  • Members
  • Pip
  • 6 posts

Posted 05 October 2011 - 05:01 PM

Currently stand alone TubePress has the pagination in the center. but I would like to have it in the left side.
Any one know how?

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 05 October 2011 - 07:18 PM

This should be easy to achieve with some custom CSS. Do you have a link to your site that you could share so we could take a first-hand look?

#3 sung son

sung son

    Newbie

  • Members
  • Pip
  • 6 posts

Posted 05 October 2011 - 09:55 PM

Thank Eric for your quick response.
Actually I downloaded the newest one and haven had chance to install it yet.
but my question is very simple that you may be able to answer without looking at it.
basically how would you re-locate the pagination on the left side?

This is what I am talking about http://tubepress.com...alone_php_demo/
as you see the pagination is in the middle. I want it on the left side.

#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 07 October 2011 - 12:35 PM

Very easy. Just remove "text-align: center" from the div.pagination. Screenshot: http://i.imgur.com/CvfsJ.png. Here are some docs on how to apply styling to your galleries.

Let me know how else I can help. Thanks!

#5 sung son

sung son

    Newbie

  • Members
  • Pip
  • 6 posts

Posted 11 October 2011 - 02:12 PM

Very easy. Just remove "text-align: center" from the div.pagination. Screenshot: http://i.imgur.com/CvfsJ.png. Here are some docs on how to apply styling to your galleries.

Let me know how else I can help. Thanks!



Thanks Eric :) that did the trick

#6 Vida Perez Velazquez

Vida Perez Velazquez

    Member

  • Members
  • PipPip
  • 12 posts

Posted 27 October 2011 - 11:40 AM

Very easy. Just remove "text-align: center" from the div.pagination. Screenshot: http://i.imgur.com/CvfsJ.png. Here are some docs on how to apply styling to your galleries.

Let me know how else I can help. Thanks!



How do changes like this get saved?

Whenever I make changes in firebug as soon as I hit refresh the page goes back to the way it was.

#7 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 29 October 2011 - 07:01 PM

How do changes like this get saved?


Firebug doesn't persist the CSS changes across page loads. For that I would recommend a plugin such as this one. Let me know if you have any trouble getting your changes to stick and I'll do my best to help. Thanks!

#8 Vida Perez Velazquez

Vida Perez Velazquez

    Member

  • Members
  • PipPip
  • 12 posts

Posted 31 October 2011 - 12:12 PM

Will do. Thanks.

#9 Vida Perez Velazquez

Vida Perez Velazquez

    Member

  • Members
  • PipPip
  • 12 posts

Posted 31 October 2011 - 12:18 PM

Would the saved changes become part of a new theme?

Could I apply them to other galleries?

#10 Vida Perez Velazquez

Vida Perez Velazquez

    Member

  • Members
  • PipPip
  • 12 posts

Posted 31 October 2011 - 02:26 PM

Unfortunately I cannot see how I would invoke the Simpler CSS plug-in for editing a stylesheet

#11 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 04 November 2011 - 07:28 PM

After installing Simpler CSS, you should see a new entry under WP Admin > Appearance. In there you can add CSS changes that will be active across your entire site (TubePress and everything else). You can use this to "override" CSS styling set forth by your theme and/or plugins.

#12 Vida Perez Velazquez

Vida Perez Velazquez

    Member

  • Members
  • PipPip
  • 12 posts

Posted 07 November 2011 - 02:19 PM

Okay. Would then save the changes as a new theme?

Sorry for all the auxiliary questions

#13 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 10 November 2011 - 12:11 AM

No problem. And no, with Simpler CSS your changes should be active across any theme that you choose to install.