About this topic

  • Posted by clichem 4 months ago. There are 9 posts. The latest reply is from byron.
  • This topic is not resolved
  1. Hi Byron and everyone,

    I ran into what seems to be a simple problem but after trying many things I wasn't able to get rid of "pagination elements" when I try to print a page from my website.

    http://festivaldestravailleurs.ca.s46092.gridserver.com/programmation/

    I use a css stylesheet of the media="print" kind that exclude all the unwanted stuff (header, nav, footer, etc) but when I print the page, as you'll see if you test. But then it seems like photosmash's pagination shows, even though there's no gallery in the page. Weird. Can you guys help me?

    Byron, you'll remember me, i'm the one who had a major theme-related bug that prevented pics from getting uploaded. You went in my files and hardcoded bits here and there to solve the problem, which means my photosmash version is now tweaked.

    Awaiting for your input,

    thanks all

  2. I Think I wasn't clear: When I print the page, my excludes are working, as the header and others are not showing, my content is showing (that's what I want) and a photosmash pagination appears, and I don't want this pagination to appear.

  3. Hi clichem,

    Using the print CSS stylesheet makes this easy...I hope!

    Try adding:

    .bwbps_pagination, . bwbps_pag_2 {
    display: none;
    }

    Hopefully that'll work!

    Cheers,
    Byron

  4. Hi Byron, thanks for the input.

    Adding the display:none property to these 2 classes did not work.

    I've posted a picture of the print result here:
    http://www.maximecliche.net/sshot.jpg

    As you can see, on the right, pagination appears. However when I'm in the browser, I don't see it, and I check the source code I don't see this either.

    If at least I would see it on the browser page, I would use a tool like Firebug to locate the classes names.

    And there is no gallery on this page. Weird.

    Here's the print css file:
    http://festivaldestravailleurs.ca.s46092.gridserver.com/wp-content/themes/rttheme6/css/styles_print.css

    Big thanks again,

    Maxime

  5. Hi Maxime,

    Oh! Sorry! You were looking for the term Navigation not Pagination. I'll take a look tonight and see what needs to be hidden. The code I gave you affects the pagination not the navigation. You basically want to hide the whole Sidebar. If you can see what the class or ID of the side bar is, then you can substitute that for the classes I gave you.

    Cheers,
    Byron

  6. Hey Byron, thanks for helping again,

    no I can't see the ID or Classes, because it (the navigation) does not appear in the page, when I load the page in the browser, wether I do view source or use Firebug I can't locate this navigation thing (nor the ID's and classes).

    But... It appears as soon as I print the page...

    The sidebar's allready hidden (class "page_right"). Your navigation thing doesn't seem to be inside "page_right" as when the page is empty (try the "commanditaires" page for example) it'll appear at the bottom of the page (once printed).

    Hope this further helps,

    If you want to get inside my WP I gave you all the details needed when I sent emails to you a month ago. My email is clichem@gmail.com

    Huge thanks,

    Maxime

  7. Maxime,

    Sorry again...i didn't read that navigation on the right very closely... I thought it was a normal sidebar.

    Now I read it closely. It says: Expand, Next, Previous, Close, Previous, 0/0, Next

    That's not PhotoSmash's navigation...PhotoSmash's navigation reads:

    First, ◄ … 2 3 4 5 ► Last

    I'll try to check it out later. But I don't think PhotoSmash is the problem.

    BB

  8. Hey Byron, thanks for checking. If it's not Photosmash of course I will handle that myself. Thanks for helping and sorry - I was sure it was a Photosmash thing.

    Will try deactivating all my plugins one by one to isolate the problem - I should have thought about that earlier...

    Have a great one and thank you so much

    Maxime

  9. Very welcome! I went in and looked again, and I see those in the print preview as well. That is very odd...it's not in the page source anywhere.

    I don't think I use the work "expand" anywhere in all of PhotoSmash, so I'm pretty sure it's something different.

    Cheers,
    BB

RSS feed for this topic

Reply

You must log in to post.