Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m having the same problem with my Genesis theme. 6 posts previews are shown on my front-page, with links to “next page”, and it won’t go to myhomepage/page/2.
    If I disable the plugin, it works fine…
    Did you find anything about it ?

    Thread Starter Skippy

    (@skippyotf)

    I did not. It does this with both Weaver II Pro and his newest theme Weaver X.

    Since it also does the same with your Genesis them seems like a plugin issue.

    I just stopped using the plugin as there appears to be no support.

    Found a way to make it work.
    Looks strange, but a ‘get_queried_object()’ inside a “add_action(‘wp’, array($this, ‘get_original_post_id’))” breaks it all…
    since it just sets some private vars, I added a call to “$this->get_original_post_id” inside the first function which needs post_id, and removed the “add_action(‘wp’, array($this, ‘get_original_post_id’))”.
    Works like a charm… !

    Thread Starter Skippy

    (@skippyotf)

    Right on. Nice work.

    Plugin Author Eero Hermlin

    (@eero-hermlin)

    Hi

    I have fixed it in version 2.3, please try

    Thread Starter Skippy

    (@skippyotf)

    Confirmed. Conflict appears to be gone with Weaver X Pro.

    Haven’t tested it with Weaver II Pro as that theme is now outdated and replaced with Weaver X. Anyone using Weaver II should be upgrading.

    Thanks for the fix.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Conflict Between Weaver II Pro Theme and Dreamgrow Scroll Triggered Box Plugin’ is closed to new replies.