Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wp-maverick

    (@wp-maverick)

    Hi kaspel,
    in wp-parallax-content-slider.php, try to change this code :

    $outputDynamic .= $this->get_article_slide( get_the_title(),get_the_excerpt(),get_permalink(),$default_slide_image,$prlx_title_max_chars)."\n";

    by this one

    $outputDynamic .= $this->get_article_slide( get_the_title(),get_the_content(),get_permalink(),$default_slide_image,$prlx_title_max_chars)."\n";

    Tell me if it works fine, I’ll add this in next version if that’s good since it can be helpful for other users.

    Thread Starter The Assembly

    (@kaspel)

    Ah, thanks for the speedy response! Yep, that did the trick and now it grabs the post content. Thanks very much!

    One thing though—I have an unordered list in my content and it obviously gets messed up b/c its not a selector thats being targeted in the animation. Any way to fix that you know?

    Plugin Author wp-maverick

    (@wp-maverick)

    V0.9.3 will allow your to do that without manual code customization.
    Be careful, some HTML elements may cause display problems as they are not styled in the original CSS.
    This feature is then “experimental” and must be used only in you are able to customize CSS by yourself ??

    Thread Starter The Assembly

    (@kaspel)

    Thanks, thats a great new feature!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Get post content instead of excerpt’ is closed to new replies.