• Resolved sarumbear

    (@sarumbear)


    Hi

    I noticed that the pagination plugins do not work on event manager pages. I am using WP-PageNavi plugin, but I tried others and neither events nor locations pages show the new layout introduced by the plugin.

    EM already has its own pagination and probably that is the reason. How can I format that pagination so that it matches mine?

    Thanks

    http://wordpress.org/extend/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • maybe this can help you out – http://pastebin.com/NvTfBJYu

    Thread Starter sarumbear

    (@sarumbear)

    First many thanks for the prompt response.

    I entered the code snippets to my functions.php and style.css files but nothing changed.

    http://beat-magazine.co.uk/wp/gig-guide

    you can try something like this in your theme style.css

    .em_pagination_link {
     float: right;
    }
    
    .em_pagination_link a, .em-pagination .current {
     font-size: 19px;
    }

    used browser then Inspect Element to get the css class or id name

    Thread Starter sarumbear

    (@sarumbear)

    That didn’t work by itself, but with your help I sorted it out. Thank you!

    div.em_pagination_link {
      float:right;
      margin-top:20px;
    }
    .em_pagination_link a, .em-pagination .current {
      color: #B9B9B9;
      font-family:Dosis,sans-serif;
      font-size: 24px;
      padding: 5px 7px;
      font-weight: normal!important;
    }
    .em_pagination_link a:hover  {color: #B1217C;}
    .em-pagination .current {color: #B1217C;}
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pagination’ is closed to new replies.