somilbhargava
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugin with Buttons for navigation within postHi,
Thank you epicdevspace for helping me out.
This is what I was trying – using the code below I was able to come with this (copy and paste to see what this would look like here Remove the apostrophe before the links. Would you be able to help me out as to where this code should go in the theme –
1. For the pagination to be available
On all the pages
Only on the homepage
Only on the post/article page
For all the other pages
2. Include a text “Pages” within the pagination block itself not linked to anything.My theme supports custom theme so where should these be targeted. Help or links to the required details is much appreciated. Apologies for multiple follow ups.
<!DOCTYPE html> <html> <head> <style> ul.pagination { display: inline-block; padding: 0; margin: 0; } ul.pagination li {display: inline;} ul.pagination li a { color: white; float: left; padding: 16px 40px; font-size: 35px; text-decoration: none; background-color: #000; border-radius: 0px; } ul.pagination li a.active { background-color: #DF0101; color: white; border-radius: 0px; } ul.pagination li a:hover:not(.active) {background-color: #fff; color: black;} </style> </head> <body> <ul class="pagination"> <li><a href="#">?</a></li </li> <li><a href="#">1</a></li </li> <li><a href="#">2</a></li </li> <li><a href="#">3</a></li </li> <li><a href="#">4</a></li </li> <li><a href="#">5</a></li </li> <li><a href="#">6</a></li </li> <li><a href="#">7</a></li </li> <li><a href="#">?</a></li </body> </html>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Thanks,
SomilForum: Fixing WordPress
In reply to: Plugin with Buttons for navigation within postSure. That would be great.
Thanks epicdevspace
Forum: Themes and Templates
In reply to: [BresponZive] Change the background stripHey Bojan.. Thanks.. Couldn’t thank you earlier, was out for work..
Thanks again..Forum: Themes and Templates
In reply to: [Montezuma] How to increase the content widthThank you… really appreciate your help
Forum: Themes and Templates
In reply to: [Montezuma] How to use the right hand space of the theme ?How do you use the left hand side of the ?
Forum: Themes and Templates
In reply to: [Montezuma] change the sizes of widget barThis only happens when i activate certain plugin and only on google chrome
Forum: Themes and Templates
In reply to: [Montezuma] change the sizes of widget barI am using the montezuma theme… My widgets have automatically shifted below at the end of the page… My website — https://smuggbugg.com
what could be the possible solution ?