Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$5
My pagination numbers need to be bigger & positioned better
It would be great if someone could help me with this ASAP
My feature post is too long (and all future posts will be the same) so I set up the nextpage links thing to break it up. The problem is that the pagination buttons that appear are small and hidden under social media buttons and rating stars so are not immediately visible.
Here is the post:
http://benconnormusic.com/bjork-2/
I want the pagination buttons to be big, preferably attractive, to appear immediately after the text and in an immediately visible position so readers have no doubt what-so-ever that they're supposed to click to the next page and keep reading.
The share buttons come with the Jetpack plugin a guy told me to install. The rating buttons come from a Rating-Widget plugin and the facebook like button comes from the FBLike Button plugin I installed.
The social media buttons have to stay - or alternatives that serve the same purpose.
If anyone could help me with this I would be very thankful.
Cheers,
Ben
benjaminconnor | 02/05/13 at 9:09am
Edit
Tutorial: How to assign prize money
(23) Responses
Note: benjaminconnor felt their question was unanswered, so we granted them a refund.
Note: benjaminconnor requested a refund. They offered this explanation:
"Hi,Um, I guess I feel I should get a refund for this, or if not all, then some.
While someone did help me to make the pagination numbers bigger, no-one was able to show me how to make them positioned immediately after the text - instead of being buried underneath the rating and social media buttons.
Willing to discuss though, of course.
Cheers,
Ben"
If no one challenges a refund request, then they are automatically granted and proccessed after 48 hours. Admins of this site only review refund requests if someone challenges the request. If you are curious about how we handled previous refund requests, you may read over all refund requests and their challenges.
See a threaded view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
02/05/13
9:13amFrancisco Javier Carazo Gil says:Try this:
p.pages{
text-align: center;
font-size: 1.1em;
} -

Last edited:
02/05/13
10:07amArnav Joy says:try this
p.pages {
font-size: 1.5em !important;
margin-top: 10px;
text-align: center;
} -

Last edited:
02/05/13
10:27amAbdelhadi Touil says:Hi.
Try to add this to your style file:
p.pages {
font: bold 18px "Arial", sans-serif;
text-align: center;
}
p.pages a {
color: #FFFFFF;
padding: 0px 5px;
background: #55B8E1;
}
p.pages a:hover {
color: #333;
padding: 0px 5px;
background: transparent;
}
You can see the preview in the screenshot attached. For other changes (like position) this must be done from the php code.
Good luck.
-

Last edited:
02/05/13
9:40ambenjaminconnor says:Hi Fancisco,
Thanks, but that has only made the pagination numbers slightly bigger and they still appear under all the social media buttons:
http://benconnormusic.com/bjork-2/
Do I need to change the php of the plugins perhaps?
Cheers,
Ben -

Last edited:
02/05/13
9:54ambenjaminconnor says:Hi again,
I just changed the font-size to 2.1em, which is better.
Still would like them to be above the social media buttons though. Would also be good if they looked nicer, but not absolutely necessary.
I can send you the php for the plugins if that helps?
Ben -

Last edited:
02/05/13
10:13ambenjaminconnor says:Hey Arnav,
Thanks, but it didn't seem to work:
http://benconnormusic.com/bjork-2/
The page numbers are still below the social media buttons :-(
Ben -

Last edited:
02/05/13
11:08amFrancisco Javier Carazo Gil says:Hi,
If you want this, we would have to change the loop. I see you have a loop with only one post per page, so there won't be a problem. -

Last edited:
02/05/13
11:16ambenjaminconnor says:Hi Abdelhadi,
Thanks, that does look better, but the position changing is the fundamental thing.
Can I send you the php code of the plugins to fix it? Or is it the php of something else that needs to change.
Cheers,
Ben -

Last edited:
02/05/13
11:18ambenjaminconnor says:Hi Francisco,
Okay, so how do we change the loop?
Do I need to find some code and send it to you?
Cheers,
Ben -

Last edited:
02/05/13
11:19am -

Last edited:
02/05/13
11:27am -

Last edited:
02/05/13
11:45am -

Last edited:
02/05/13
11:47amAbdelhadi Touil says:It's a file in you theme folder (in your case it's in wp-content/themes/news/ folder)
-

Last edited:
02/05/13
11:51amAbdelhadi Touil says:Or you can send me you FTP details via PM. I going to work now. See you later.
-

Last edited:
02/05/13
11:57ambenjaminconnor says:Hi Abdelhadi,
There is no document titled single.php code in my news theme folder (wp-content/themes/news/ folder)
There is only the following:
-

Last edited:
02/05/13
6:19pmAbdelhadi Touil says:Back.
As I see you are using a chlid theme of Genesis Framework.
I think it's better to give me access via FTP.
Good luck. -

Last edited:
02/06/13
12:20ambenjaminconnor says:Hi Abdelhadi,
How do I give you access via FTP?
Does that mean giving you a password or setting up a password for you? If so, that is a bit of a security concern. Can I send it to you as a personal message somehow?
Is it not possible for me to another document with the relevant php?
Ben -

Last edited:
02/06/13
9:11amAbdelhadi Touil says:Hi.
I mean to give me the username and password of your web hosting to access to your website files via FTP and make changes, because it's not easy to explain that here.
You can send me a private message by visiting my profile here at wpquestions.com and click on "send message" option there.
Do not give any password and username publically here.
Good luck. -

Last edited:
02/06/13
12:44pmbenjaminconnor says:Hi Abhelhadi,
Thanks :-)
I wasn't able to locate a 'send message' option on your profile so sent you a message on your http://donanza.me/hadi060 porfolio page.
Did you get it?
Someone just told me this in a message recently:
'plugins just hook into “the_content” action hook, WordPress provides and place in their stuff. If you use this with lots of plugins things can go out of control, i.e. the get stuffed at the end of your content section or anywhere in between…'
You probably already knew this already though.
Thanks again,
Ben -

Last edited:
02/06/13
12:57pmbenjaminconnor says:Oh,
Please be careful Abhelhadi, like saving codes before altering kind of thing.
You probably do that already, sorry. I'm just a little nervous.
Thanks again,
Ben -

Last edited:
02/06/13
8:13pmAbdelhadi Touil says:Hi Ben.
Thanks for your letter and for trusting me :)
I'v tried to make change but I can't, because I didn't use a Genesis Theme before. Hope some one here can help you about this. I can make change on regular Wordpress themes, but this one will take a lot of time from me to understand how Genesis Framework works.
I was trying to make this solution, bu can't make it workable on your theme:
http://wordpress.org/support/topic/custom-placement-of-jetpackssharedaddys-sharing
I'v sent you a mail. Sorry for that and good luck. -

Last edited:
02/06/13
10:27pm -

Last edited:
02/06/13
10:30pmbenjaminconnor says:Hi Franciso,
I totally missed that you wrote this! Problem is still unresolved, so I was reading through the thread and and found it – the message must have come through at the same time as the one below?
Are you still happy to try and fix it if I send you my deets?
Ben
This question has expired.
Current status of this question: Refunded
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.


