Update from 1.0.8 to 1.1.2 — Bug with JQuery still here

Viewing 14 posts - 1 through 14 (of 14 total)
  • #16440
    Myleene
    Participant

    After coming black from my holidays, i just updated pinboard theme to 1.1.2 version.

    The old JQuery problem is still in the theme ?
    My blog seemsto have the problem…

    For example i remember this topic where we talked about it…
    http://www.onedesigns.com/support/topic/update-1-0-8-problems

    Do i have to reinstall the fix ?

    #16454
    Daniel Tara
    Keymaster

    There is no jQuery error on your page, nor is there any other JavaScript error. Please make sure the navigation is actually set to infinite scroll in Theme Options. As a last resort try deleting the theme’s folder and doing a fresh install.

    #16468
    alexsebastian
    Participant

    There IS a jQuery bug in the theme.
    I encounter malfunctions together with Jetpack 2.5. (Sharing Function: Print and Email do not work).
    I googled and found a thread saying: If Print and Email work with the TwentyTwelve Theme it is a jQuery problem and the used theme is probably using / bringing in an outdated version of jQuery.
    So I reverted to TwentyTwelve: Jetpack sharing to Print and Email works.
    Reverted back to Pinboard 1.1.2: Jetpack sharing does not work.
    Can you please look into this and fix it?

    #16479
    alexsebastian
    Participant

    Additional info:
    I reverted back to Pinboard 1.0.6 (which I had been using before) and the problem is gone.

    Please have a look at this thread and what Jeremy Herve writes in the end:
    http://wordpress.org/support/topic/sharing-print-and-email-buttons-not-working?replies=7

    Unfortunately I’m not that deep into WordPress and PHP to understand how to change this.

    Thanks for any assistance!

    #16485
    alexsebastian
    Participant

    Additional info:
    Feedback from Jetpack developers states they think it might also be a javascript error within the theme?!

    #16496
    Myleene
    Participant

    OK I try this asap and i give some feedback
    tx

    #16499
    Myleene
    Participant

    A fresh install of pinboard folder did not work.

    There is also another problem that i didn’t see before.
    Every Excerpt have )doubled images or video.
    For image post, second image is normal.
    For video post, seconde preview, thhe video thumbnail is showed bigger than the post… overlapping on the right, as in the 1.08 bug…

    Perhaps i can send you in private an admin a pw account to look at the problem ?

    #16500
    Myleene
    Participant

    To be clear, i add a screenshot of the problem

    http://dl.free.fr/hxlWWs7cZ

    • This reply was modified 10 years, 7 months ago by Myleene.
    #16502
    alexsebastian
    Participant

    I had similar problems with embedded youtube videos (I don’t use any other than youtube videos).

    I was able to correct the overlap problem for youtube videos with adding this to my custom CSS:

    .youtube-player {
    	width: 100%;
    }
    
    .entry-attachment .youtube-player {
    	width: 100%;
    	height: 200px;
    }

    I did not see any doubled images but I’m not using image post type normally.

    #16507
    Myleene
    Participant

    Tx for tips

    After some investigations, i thought problem was an excerpt problem. I also use “Avanced excerpt” plugin and i desactivated it.
    And the problem is gone.
    Definitively not a pinboard problem.

    Now i just need to find the problem caused by advanced excerpt….

    #16509
    alexsebastian
    Participant

    Your welcome Myleene.
    Does not solve my problem with Jetpack though. I’m not using “Advanced excerpt”.

    Help still appreciated.

    #16510
    Myleene
    Participant

    i talked about advanced excerpt to Daniel… for knowing purpose… 🙂 :)…

    I don’t use jetpack and i won’t be abble to help you

    #16511
    Myleene
    Participant

    But you should not need to set width for video and images in exccerpt…
    Something doing a mess up, perhaps a plugin… but if your fix do the jobperhaps you don’t need to modify anything (for this width problem)

    #16512
    alexsebastian
    Participant

    Looking into the HTML output I don’t think that any plugin messes that up.
    In fact I looked into the CSS of the theme’s sources and saw that there are some obscure size definitions which need overriding in custom CSS and there are no sizing definitions for the youtube player which probably hands over the sizing from the embed code. And that simply doesn’t do the job. Anyway: Video overlap is solved using custom CSS.
    The Jetpack sharing issue is not solved.
    Hope for some answers from the developers…

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.