Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • brennac Friend
    #171421

    Two-part question:

    1) I’d like to increase the height of the slideshow in the Ja Pyro website so that I can include more text, but when I modify it in the module section of Ja Slideshow II, the background doesn’t fill completely and there is white on the bottom.

    2) The text that I include in the articles that are to be pulled to the slideshow don’t display in the format that I set up in the back-end of the article page, that is, the bullets and the breaks don’t appear, it’s just all fluid text.

    Website: http://www.aqi.brennac.com

    Thanks for your help in advance!

    khoand Friend
    #427778

    1) I’d like to increase the height of the slideshow in the Ja Pyro website so that I can include more text, but when I modify it in the module section of Ja Slideshow II, the background doesn’t fill completely and there is white on the bottom.

    You change height of http://www.aqi.brennac.com/templates/ja_pyro/images/light_gray/sl-slidewrap-bg.gif image to 473px

    brennac Friend
    #427781

    Thank you, this solved the first issue. Do you have any suggestions for the second? Why does it auto-format the text into one big block?

    khoand Friend
    #428043

    http://www.joomlart.com/forums/topic/increase-ja-pyro-demo-slideshow-height/#post-427781
    <em>@brennac 286736 wrote:</em><blockquote>
    2) The text that I include in the articles that are to be pulled to the slideshow don’t display in the format that I set up in the back-end of the article page, that is, the bullets and the breaks don’t appear, it’s just all fluid text.

    Website: http://www.aqi.brennac.com

    Thanks for your help in advance!</blockquote>
    You replace this code from /modules/mod_jaslideshow2/tmpl/default_articles.php


    <p><?php echo $helper->trimString( $item->introtext, $descMaxChars, $includeTags ); ?></p>

    with

    <p><?php echo $helper->trimString( $item->introtext, $descMaxChars ); ?></p>

    brennac Friend
    #428261

    I have done this, but it did not solve the issue. Could you take a look? http://www.aqi.brennac.com

    khoand Friend
    #428354

    You try replace this code from /templates/ja_pyro/html/mod_jaslideshow2/default_article.php


    <p><?php echo $helper->trimString( strip_tags($item->introtext), $descMaxChars ); ?></p>

    with


    <p><?php echo $helper->trimString($item->introtext, $descMaxChars ); ?></p>

    brennac Friend
    #428382

    It is starting to work, but the images appear as in the attached screenshot.


    1. Capture
    khoand Friend
    #428663

    You try replace

    <p><?php echo $helper->trimString($item->introtext, $descMaxChars ); ?></p>
    with

    <p><?php echo $helper->trimString( preg_replace("/<img.+srcs*=s*"([^"]*)"[^>]*>/", "", $item->introtext), $descMaxChars ); ?></p>

    brennac Friend
    #428718

    Now the overlaying image is gone, but the over-stretched image in the back is still there…http://www.aqi.brennac.com

    khoand Friend
    #428967

    I restored the code

    <p><?php echo $helper->trimString( $item->introtext, $descMaxChars ); ?></p>
    And I replace

    <?php echo $helper->renderImage ($item->title, $item->mainImage, $params, $mainWidth, $mainHeight );?>
    with

    <?php //echo $helper->renderImage ($item->title, $item->mainImage, $params, $mainWidth, $mainHeight );?>
    You check it again.

    brennac Friend
    #429804

    I have another question for you as you have been so helpful in the past. I would like to increase the width of the slideshow inside the 960 pixel frame (it was 940 in the back-end of the slideshow module). I changed the 940 to 954, but I don’t see any difference as to how filled the larger, light gray outer shell appears. Could you tell me where in the script I can reduce that 10 pixel padding to 3 pixels?

    khoand Friend
    #430106

    To help forum is clearly, you create a new thread for your new issue, please. After that, you inform me, I will help you. Thank you.
    <em>@brennac 289371 wrote:</em><blockquote>I have another question for you as you have been so helpful in the past. I would like to increase the width of the slideshow inside the 960 pixel frame (it was 940 in the back-end of the slideshow module). I changed the 940 to 954, but I don’t see any difference as to how filled the larger, light gray outer shell appears. Could you tell me where in the script I can reduce that 10 pixel padding to 3 pixels?</blockquote>

    brennac Friend
    #430299

    Thank you, I have reposted on a new thread. I would appreciate any help with this problem!

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

This topic contains 13 replies, has 2 voices, and was last updated by  brennac 12 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum