Notifications
Clear all

Justified text

5 Posts
3 Users
0 Likes
1,822 Views
(@johnc1979)
New Member
Joined: 10 years ago
Posts: 2
Topic starter  

Hi,

First of all, great plugin. After a little trouble initially, the plugin works great, and is my pick of all of the pagination plugins. I do have just one question though. After creating a post all of the text is justified, and it can look a little weird at times. Is there a way to fix this by either using css in the theme editor, or another way?

Also, and this may not be related at all to the plugin, it would be great to be able to use the H2 tags for example as a url for the paginated page. For example, say you are creating a list on "Why you should feed your fish", and you have 1 page for each point, for SEO reasons it would help if the URL for each page used the h2 ot h1 tags. Say page 1 was titled "Feed you fish so it can grow," and page 2 was "Feed your fish so it doesn't die." Currently it will come up in the url as somesite.com/Why-you-should-feed-your-fish/1/ and somesite.com/Why-you-should-feed-your-fish/2/. If we could use the h1 or h2 tags it could be seo friendly and be somesite.com/why-you-should-feed-your-fish/feed-you-fish-so-it-can-grow/ and somesite.com/why-you-should-feed-your-fish/feed-your-fish-so-it-doesnt-die/

I know it's not really important, but I think it would be a bonus if it could be done.

Thanks


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
 

Hi

Yes, the justified text made by ACP, you can overwrite it by adding this small CSS code in your current theme's style.css . You can find it in Dashboard > Appearance > Editor admin page. The first opened file will be the Stylesheet (style.css), scroll down and add this code  at the end, then click on [Update File] button:

.acp_content {
	    text-align: left!important;
	}

Regarding to the subPage slugs:

Thank you for this great idea. We have to made a lot of rewrite rule  changes to force wordpress use subPage header slugs, however we'll try to do this.

We'll update this topic once we made it.


   
ReplyQuote
(@johnc1979)
New Member
Joined: 10 years ago
Posts: 2
Topic starter  

Thanks for the quick response. It sorted it out well.

I'm looking forward to seeing if you can get the subPage slugs going too. I rated this plugin 5 stars on the wordpress repository


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
 

Hi John,
Thank you very much for using our plugin and for the 5 stars review, we really appreciate it.


   
ReplyQuote
(@Anonymous)
New Member
Joined: 1 second ago
Posts: 0
 

I will buy the plugin if it can do url rewrites


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
 

Hi,
Could you please let us know what exactly do you mean?


   
ReplyQuote
Share:
Scroll to top