Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • fatimashah Friend
    #151561

    Hi,

    I’ve had a look through the forum and can’t find the solution even though people have had similar problems.

    Basically the image in my article that is showing on the frontpage is overlapping all the text. I just want the images to show exactly how they are in the article. I don’t want them aligning to the left or to the top. My images show under the text of the article.

    I’ve attached two screenshots – one of how it looks and another of how it should look. Is there a way to make it so that it just displays the article exactly how it is in the full article when you click on it?

    Thankyou!


    1. frontpageerror
    2. howitshouldlook
    bkmja Friend
    #345915

    Hi,

    Having similar issue with content. Just want to show frontpage articles, but the article layout is being destroyed.

    Thanks in advance.

    Saguaros Moderator
    #345962

    Dear all!

    On the home page, thumbnails are displaying , they are rendered by the ja thumbnail plugin, with the size fixed: 60*60, so that you only re-configure the with and height of thumbnail rendered on the front-page layout

    Good luck

    fatimashah Friend
    #345999

    Hi,

    How do I remove thumbnails being shown? I don’t want thumbnails on the frontpage. I just want normal articles to show how they are wiith images in their normal order. Please look at the photos I attached of how it should look. Is there a way so that articles show the same way they are formatte dthrough the administrator panel.

    Thankyou.

    fatimashah Friend
    #346004

    Hi,

    OK I worked it out from another post. I thought I’d post it here in case anyone else needs the same thing:

    Just remove lines 18-26 in default_item.php, located in /templates/ja_rasite/html/com_content/frontpage/ .

    So, completely remove:
    Code:

    <?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]);
    }
    ?>

    bkmja Friend
    #346051

    <em>@tienhc 181484 wrote:</em><blockquote>Dear all!

    On the home page, thumbnails are displaying , they are rendered by the ja thumbnail plugin, with the size fixed: 60*60, so that you only re-configure the with and height of thumbnail rendered on the front-page layout

    Good luck</blockquote>

    Hi,

    Thank you for the reply, but this is still unclear. I downloaded and installed the template only, no modules or plugins, so this must be another issue.

    I also notice when the template is default that images have a blue border around them in the article editor. What is generating that blue border?

    Thanks in advance for the help.

    bkmja Friend
    #346052

    <em>@fatimashah 181539 wrote:</em><blockquote>Hi,

    OK I worked it out from another post. I thought I’d post it here in case anyone else needs the same thing:

    Just remove lines 18-26 in default_item.php, located in /templates/ja_rasite/html/com_content/frontpage/ .

    So, completely remove:
    Code:

    <?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]);
    }
    ?></blockquote>

    Hi,

    Thank you. I would like to better understand this issue. What exactly is this code doing, and why is it in the main content area? Also, if the other thread explains the issue, would like to read it.

    Thank you.

    Saguaros Moderator
    #346687

    Dear bkmja!

    The above code is using for remove images in the front-page layout.
    <blockquote>I downloaded and installed the template only, no modules or plugins</blockquote>

    => you try to download the ja thumbnail plugin and install it in your site, i recommend you should install the quickstast on your site and see the configuration of this plugin, you’ll make the configuration same as the demo for your plugin

    bkmja Friend
    #346709

    Hi,

    Thanks for the reply.

    If I understand quickstart properly, it will install joomla too. I already have a solid joomla install, with files modified for security, seo, etc…I do not want to overwrite those changes so I do not think this is an option. In any reagards, tweaking settings on modules is not difficult.

    As for the thumbnail plugin, I already have an extension for managing images. I will explore your thumbnail plugin some more via the forums.

    I also have another question. Do you customize the code of the modules, plugins, and template for the quickstart package? I am getting the feeling these quickstart versions are different.

    Thanks again.

    bkmja Friend
    #346711

    Hi,

    I may have figured out what is going on which was not clear.

    In the template, the com_content articles that are displayed in “featured articles” area has been coded to work differently than a normal template, and only with the thumbnail plugin, that is why the template is messing with normal com_content articles.

    Is this correct?

    Thanks in advance.

    bkmja Friend
    #346720

    Hi,

    Downloaded and installed thumbnail plugin. I can see now how this template absolutely must use this plugin for the frontpage.

    But I have created another issue that I have to sort out now. I had the content slider set up perfectly before I started testing this plugin to better understand it. And now even though I have disabled the plugin, the images in the content slider are not resizing to the correct dimensions.

    Does the thumbnail plugin and contentslider not play well together?

    Thanks in advance.

    marcebarcelona Friend
    #346733

    Could you please share with us how we should configure the plug in, since Im tired of wait and I dont have a solution for my problem.
    My page http://www.latingamers.net and I can´t find the way of fix the image overlaping the text.

    Thank you

    bkmja Friend
    #346736

    <em>@marcebarcelona 182417 wrote:</em><blockquote>Could you please share with us how we should configure the plug in, since Im tired of wait and I dont have a solution for my problem.
    My page http://www.latingamers.net and I can´t find the way of fix the image overlaping the text.

    Thank you</blockquote>

    I don’t see any problems on your frontpage…

    bkmja Friend
    #346738

    <em>@bkmja 182404 wrote:</em><blockquote>Hi,

    Downloaded and installed thumbnail plugin. I can see now how this template absolutely must use this plugin for the frontpage.

    But I have created another issue that I have to sort out now. I had the content slider set up perfectly before I started testing this plugin to better understand it. And now even though I have disabled the plugin, the images in the content slider are not resizing to the correct dimensions.

    Does the thumbnail plugin and contentslider not play well together?

    Thanks in advance.</blockquote>

    Hi,

    Did some testing. Will have to look some more at this, but the thumbnail plugin corrupted my content slider modules somehow. The photos in the slider are displaying the full size as in the article, and the corrupted modules are forcing me to change the pic sizes to get the module to allow changes at all. In essence, the module will no longer allow me to keep the perfect photo sizes I previously set

    If anyone has any ideas, as the forum search produced no obvious hits, I would appreciate it.

    Thanks in advance.

    EDIT > Problem self resolved overnight. (-:

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

This topic contains 14 replies, has 4 voices, and was last updated by  bkmja 14 years, 4 months ago.

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