Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #630977

    Hi,
    Here we go again :)
    We’re having some problems with “next” and “previous” buttons in the portfolio entries using masonry portfolio.
    In the norwegian version it only shows “next” buttons, and in the danish version it only shows “previous” buttons.
    We´re using WPML, so I guess this might cause the problem, but do you have a workaround regarding this issue?

    Best regards
    Visti

    #630985

    …And if you don’t have a workaround,we would like a css code to deactivate the buttons :)

    Best regards

    Visti

    #631546

    Hi,

    Please add following code to functions.php file in Appearance > Editor

      function no_post_nav($entries)
      {
          return false;
      }
      add_filter('avia_post_nav_entries','no_post_nav');

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.