Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    Basically, the testimonials widget CSS isn’t getting included on the home page.

    This seems simliar to http://wordpress.org/support/topic/same-list-text-displays-differently-on-different-pages.

    Part of the issue was attempting to improve performance by no longer always including the CSS. To do so, it’s only registered and enqueud on demand. Therefore, it’s calling method has changed.

    Thread Starter peterfeatherstone

    (@peterfeatherstone)

    Thanks for the reply Michael,

    That fixed it. I just included the stylesheet on every page so thanks for that.

    My only issue (and this hasnt worked in any version) is that the testimonials in the footer don’t rotate, it just displays a random one and doesn’t change.

    They change in my sidebar widget perfectly well, so I don’t understand why my footer widget doesn’t as I have set these up the same.

    Thanks for your help so far and for a great plugin!

    Peter

    Plugin Contributor Michael Cannon

    (@comprock)

    For your home page footer rotation, you probably need to check FAQ 20.

    Thread Starter peterfeatherstone

    (@peterfeatherstone)

    Hi Michael,

    Thanks for the reply, however I definitely have the wp_footer() call and the rotation works fine on one sidebar widget, just not the other.

    Plugin Contributor Michael Cannon

    (@comprock)

    There’s something preventing the inclusion of the footer JavaScript from Testimonials Widget on the home page.

    Please double-check that your home page is including wp_footer() and that no other plugin is preventing TW JavaScript from being included.

    Hi Michael,

    I am experiencing the same issue that perplexed Peter. He remedied by ” including the stylesheet on every page”.

    How do I go about that? It seems all the CSS from core WP and other plugins are compiled automatically. Is there away (or need) to manually include the CSS links to the header?

    BTW, the TW works fine on an Apache server. I have stumbled on this hurdle when I migrated the site onto an IIS server.

    I would appreciate your help. Thank you for a great product.

    -Duc Le

    Plugin Contributor Michael Cannon

    (@comprock)

    @ducduckgoose Please open a new thread per WP forum rules.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Widget Displaying Whole List Of Testimonials’ is closed to new replies.