Hi,
I love this plugin. However, if I choose the pagination buttons layout “Tabbed” (in order to show the large buttons with text inside), the text of my post becomes with justify align. I need maintain my original left align. What must I do?
Another thing: in the subpages, some shortcodes doesn’t work. I've noted the issue with plugins 'Amazon Link' and 'Perfect Pullquotes', both of capital importance in my site. You can see the two issues (align and shortcodes) in the attached screenshot.
Thanks in advance,
Jorge.
Could you please leave website URL?
The site is http://letralia.com but there are no published posts yet with the plugin. We've installed your plugin for a new section and the first posts will be published in Jan 18.
Now we have another (weird) issue: the pagination doesn't work. All buttons lead to the first page. The issue appears ONLY in posts created today. :/
I'm sorry but we can't support these issues without any access to the post or plugin settings. These are site specific issues and we have no clue what's wrong there. Just make sure you use shortcodes correctly:
[nextpage]
.... page 1 content ...
[nextpage/][nextpage]
.... page 2 content....
[nextpage/]
You should select the sub-page content then click on ACP button, and configure button title, etc...
As you can see ACP has open tag [nextpage] and close tag [/nextpage], the sub-page content should be between these tags.
We don't support 3rd party plugin issues and conflicts, we'll add this in our to-do list and check it once we got some time-frame.
OK, the last issue was a theme issue. I solved it.
I have a replica site in http://letralia.net/pr/ with same theme and your plugin installed for testing. If you wish, I can create a user for you. At least to solve the problem of justified text.
Please create a password protected page with subpages, and send password to support[at]gvectors.com email address.
Done!
Thanks,
Jorge.
Please put this CSS code in active theme style.css file. Then save it, delete cache and do Ctrl+F5 on front-end:
.acp_content {text-align: inherit!important;}
Thanks! The tip works. 🙂