Viewing 15 posts - 16 through 30 (of 37 total)
  • Author
    Posts
  • rcheesley Friend
    #348660

    Just wondering if there is an ETA on this as I am not able to really continue developing my site until it is resolved, as ALL images including those that create the bullet lists and typography are appearing in the top left hand corner of articles.

    Ruth

    rcheesley Friend
    #348681

    OK I have made some progress. I removed the line in template.css #468:

    .haveimage, .article_column .haveimage { padding-left: 240px !important; }

    If someone cares to explain why this is important, I would be most greatful as I don’t want to break things by removing it, but it instantly fixed my image problems.

    It has allowed the text to wrap around the image, but has not fixed the fact that I set the image to be right align and it’s left aligned. One thing at a time I guess 🙂

    EDIT: Remove the line #472

    float: left;
    to properly align your article images to where they should be 🙂

    EDIT: Use the following syntax to use the bulleted lists:

    <p class="blocknumber"><span class="bignumber-1">01</span>
    – the typography article incorrectly states to use
    Use <p class="blocknumber-1"><span class="bignumber">01.</span>

    Ruth

    rcheesley Friend
    #348707

    Not completely resolved, removing float:left; sorted the first image, but subsequent images are not where they should be. Frustration ++.

    Saguaros Moderator
    #348932

    Dear rcheesley!

    I could not helpe resolve this issue, pls kindly waiting for fixing by our developers on the issue

    Thanks

    missyw Friend
    #349379

    <em>@tienhc 185219 wrote:</em><blockquote>Dear rcheesley!

    I could not helpe resolve this issue, pls kindly waiting for fixing by our developers on the issue

    Thanks</blockquote>

    Thanks, tienhc, for reporting this. I, too, am waiting to go live with this web site template, so it is important for me to know when a fix is available. Can someone advise us??

    ekritter Friend
    #350561

    I tried the fix listed above and it did not work for me.

    Currently my articles are displaying are displaying properly in some sections and not others. For example I have one front page article in the about section (founders message category) which works just fine on the front page and article layout. But I have a section blog layout section for another section and the images mess up there and also do not properly display with an article layout of the articles within that section (section=press releases).

    I don’t understand why it does not consistently work the same way….

    I have a client waiting……….. >:(

    I’m not thrilled about the “Resolution: Won’t Fix ” on http://pm.joomlart.com/browse/JATCPYRO-59?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel

    Please post as soon as you have a fix completed.

    What is the ETA on a fix?

    Do I need to change templates?

    Thank You.

    The URL I am working on is http://takeourcountrybackpac.com. You will need to PM me for access I have the site down for maintenance right now.

    nihues Friend
    #350614

    I got the same problem with ja-norite, it was resolved with ja-thumbnail and all the image size to 210px in ja-thumbnail plugin.

    Did you guys installed JA-Thumbnail? For JA-Norite it wasn’t in the quickstart or download page, so go to JA-Teline III and download JA-Thumbnail from there instead.

    ekritter Friend
    #350639

    Ok, I went back and installed the JA-Thumbnail plugin which is making my images smaller in the category blog view and the section blog view. But, the image is still showing up on top of my article title and all of the article header info in the Section and Category blog views. But It is displaying properly in the article layout view……..

    Oh, and I had to fix my temp permissions again ….. I think I need to start enabling the ftp layer….

    I’m now comparing default_item.php with blog_item.php among others……

    Edit addition below:

    OK, I

    Deleted the following code on lines 21 to 29 in blog_item.php (root/templates/ja_pyro/html/com_content/section) and default.php (root//templates/ja_pyro/html/com_content/frontpage)

    <?php
    //Get out all images
    $regex = "/<img[^>]*>/";
    $images = '';
    if (preg_match_all ($regex, $this->item->text, $matches)) {
    $this->item->text = preg_replace ($regex, '', $this->item->text);
    $images = implode ("n", $matches[0]);
    }
    ?>

    Everything seems to be working normally……. I hope …… off to check…….:cool:

    BTW: I have JA-Thumb disabled……

    tman39 Friend
    #354675

    Did you find a solution for this issue? I just got this template as of 09/02/2010, so I’ve got the latest version. If I insert an image onto a frontpage article, I get exactly what you got in this screenshot. I can’t seem to find an answer anywhere.

    Saguaros Moderator
    #354697

    <em>@tman39 192879 wrote:</em><blockquote>Did you find a solution for this issue? I just got this template as of 09/02/2010, so I’ve got the latest version. If I insert an image onto a frontpage article, I get exactly what you got in this screenshot. I can’t seem to find an answer anywhere.

    </blockquote>

    The problem happened because the layout has the resizing image function which allows rendering a thumbnail from a image source putting in the article’s content. you used a small image for this article, and the text is aligned with a fixing size when this article has a image displaying

    So, you must replace this image by other image to resolve this issue 🙂

    1jharris Friend
    #392664

    Any updates on this issue? I am having the same weird thing when I add images to articles. The image is moved to the top of the article, ABOVE any and all text on the the page.
    :-*

    1jharris Friend
    #392666

    How did you end up fixing the image in article bug with the JA Pyro template? I noticed your site , http://takeourcountrybackpac.com

    Looks Good. , Any help would be much appreciated.
    Thanks
    Jarred Harris
    Georgia.

    John Wesley Brett Moderator
    #392685

    <em>@1jharris 242298 wrote:</em><blockquote>Any updates on this issue? I am having the same weird thing when I add images to articles. The image is moved to the top of the article, ABOVE any and all text on the the page.
    :-*</blockquote>

    1jharris – Can you provide a URL so I can see exactly what is happening with your site?
    One thing to remember is that your originating image must be GREATER THAN or EQUAL to the size of the hole you are trying to put in it. The “Auto Resizer” does great REDUCING image sizes…but is not built to ENLARGE pictures.

    John.

    Sylwester Kowalski Friend
    #397742

    Is there any way to remove the resizing image function. I tried all of the above solutions but nothing is working.

    John Wesley Brett Moderator
    #397871

    Sly123,

    As you are a JMTC Member, perhaps asking your question in a Magento forum area would be more helpful.
    If you are indeed having an issue with JA PYRO, then please start a new thread with your issue and a link to your site and a much better description of the issue you are wanting to avoid.

    Thank you,
    John.

Viewing 15 posts - 16 through 30 (of 37 total)

This topic contains 37 replies, has 11 voices, and was last updated by  rcheesley 13 years ago.

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