-
Closed
-
Hi,
What is the possible solution for my next and previous post link?
Thanks in advance.
The topic Next post is closed to new replies
Hi,
What is the possible solution for my next and previous post link?
Thanks in advance.
Hi,
Please give me url to the actual page.
Your title is too long. So probably can use float and clear to break them into two lines.
Thanks!
Denzel
Hi,
Please use the following. Theme Options-> Custom CSS
.nav-next {
clear: both !important;
float: right !important;
}
Thanks!
Denzel
Hi Denzel,
Thanks for your swift response! It worked at some posts but not for all. like this one Sample post
Thanks!
Hi Ron,
Thanks for writing in, this is because your title is too long. However, you can try adding the following code under Appearance > Theme Options > custom CSS:
.nav-next {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Thanks.
Hi Imran,
I’ve tried to add the custom css and this is the sample output any other solution?
Thanks!
Hi,
Please use this plugin. http://www.filmtraveler.com/2008/11/18/wordpress-plugin-shorten-link-text/
You should be able to use it to shorten your previous and next post link.
Thanks!
Denzel
Hi Denzel,
The plugin put my posts sidebar to the bottom of the post. Then my website crashed when I tried to remove the custom css for the .nav-next I don’t know if its related but all of my custom css was gone.
Thanks
Hi,
No plugin is able to delete your custom css, it’s saved in database option table with a name that is unique to the theme. The plugin would not have know that name.
You must have accidentally selected all codes and deleted them.
The only way now is for you to look at your previous thread on this forum and re-apply your Custom CSS codes.
Thanks!
Denzel
Hi Denzel,
I already resolve the issue about my custom css. For the previous and next post i tried again to use the plugin but it brings my sidebar to the bottom of my posts http://pasteboard.co/1PREnxVr.png
Thanks!
The topic Next post is closed to new replies