Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • dpchap015 Friend
    #192273

    hi…
    i was using ja taline4 template in joomla 2.x.
    i installed the ja magz . and assigned it as default template.
    there are a no. of issue comes in the single article and the blog & feattured layout

    the article shows 2 images in the blog layout
    see this http://awesomescreenshot.com/09d1yiunf8

    the image is in the article body before readmore
    its a single image.

    also the you may also like not showing the images.
    + the popup back and next article is not coming in articles
    + there is no image when i open the article.it shows image only in blog layout with duplicate images.
    take a look on my site http://test.eduvative.in/etr_test_2/

    dohoa Friend
    #512299

    Don’t put image in article introduction (before read more), use the image link instead. However, you can put image in the body after “read more”.

    dpchap015 Friend
    #512301

    <em>@dohoa 398004 wrote:</em><blockquote>Don’t put image in article introduction (before read more), use the image link instead. However, you can put image in the body after “read more”.</blockquote>

    i tried your solution but still no changes,
    if i put the image the image after read more it will not show in blog and single article layout.

    also there are no. of issues. see my above thread again

    dohoa Friend
    #512302

    Have you clear cache? There is always a delay.
    You have to use the “Intro image” link in order to show image on featured articles page.
    Note that intro image will not show on single article layout. If you want to show the same image on single article layout, you may want to copy the “Intro image” link and paste it on “Full article image” link.

    dpchap015 Friend
    #512308

    dohoa

    my site contain more than 600 article. andall images in article body.i cant edit all of the article one by one.
    i was not using images and links option for the ja taline 4 template.(old template)
    now i am using ja magz.. the whole layout is mess up
    see this http://test.eduvative.in/etr_test_2/
    @ninja Lead

    dohoa Friend
    #512377

    My advice is try to update the image links of the latest articles, so that your front page looks ok, or use another template.

    Ninja Lead Moderator
    #512400

    @dpchap015: You can open templates/ja_magz/html/com_content/featured/default_item.php file

    Find this code


    if (!empty($images->image_intro)) {
    $intro_src = $images->image_intro;
    $intro_title = !empty($images->image_intro_caption) ? $images->image_intro_caption : $this->item->title;
    $intro_alt = !empty($images->image_intro_alt) ? $images->image_intro_alt : $this->item->title;
    } else {
    $isrc = MagzHelper::image($this->item, $exinfo['type']);
    $intro_src = !empty($isrc['src']) ? $isrc['src'] : '';
    $intro_title = $intro_alt = $this->item->title;
    }

    Change to

    $isrc = "";
    $intro_src = "";
    $intro_title = "";

    Hope it will help to fix this problem.

    dpchap015 Friend
    #512420

    <em>@Ninja Lead 398120 wrote:</em><blockquote>@dpchap015: You can open templates/ja_magz/html/com_content/featured/default_item.php file

    Find this code


    if (!empty($images->image_intro)) {
    $intro_src = $images->image_intro;
    $intro_title = !empty($images->image_intro_caption) ? $images->image_intro_caption : $this->item->title;
    $intro_alt = !empty($images->image_intro_alt) ? $images->image_intro_alt : $this->item->title;
    } else {
    $isrc = MagzHelper::image($this->item, $exinfo['type']);
    $intro_src = !empty($isrc['src']) ? $isrc['src'] : '';
    $intro_title = $intro_alt = $this->item->title;
    }

    Change to

    $isrc = "";
    $intro_src = "";
    $intro_title = "";

    Hope it will help to fix this problem.</blockquote>
    @ninja Lead
    i tried your solution.. but it will no work at all.
    by changing the code articles are not showing the images in featured article layout.
    only those article showing image which contains duplicate images after changing the .
    + there is no intro text in article. see this http://test.eduvative.in/etr_test_2/
    the category blog layout also has the same problem of duplicate images see this http://test.eduvative.in/etr_test_2/reviews
    and there is no image in the single article and the you may also like.
    both r picking wrong src url
    see the site again.

    how to fix these problems?:((


    1. Untitled
    Ninja Lead Moderator
    #512427

    @dpchap015: I would need to take a closer look at your site. Please pm me admin login and FTP account of your site. I shall hell you to fix this problem

    dpchap015 Friend
    #512438

    @ninja Lead

    check ur message box for details

    dieudonne Friend
    #512454

    Please post the solution here. I have the same problem.

    Regards.

    dieudonne Friend
    #512459

    It appears if the image is inside the article…


    1. 2013-11-16_19h59_09
    dpchap015 Friend
    #512543

    @ninja Lead
    ???????

    dpchap015 Friend
    #512556

    <em>@dpchap015 398144 wrote:</em><blockquote> @ninja Lead
    i tried your solution.. but it will no work at all.
    by changing the code articles are not showing the images in featured article layout.
    only those article showing image which contains duplicate images after changing the .
    + there is no intro text in article. see this http://test.eduvative.in/etr_test_2/
    the category blog layout also has the same problem of duplicate images see this http://test.eduvative.in/etr_test_2/reviews
    and there is no image in the single article and the you may also like.
    both r picking wrong src url
    see the site again.

    how to fix these problems?:((</blockquote>

    @ninja Lead

    you may also like images issue is fixed. by changing the code in /templates/ja_magz/html/com_content/relatedarticle-item.php
    in line 60
    src=”../<?php echo htmlspecialchars($intro_src); ?>”

    by adding ../

    but the other issues are still not pending

    dieudonne Friend
    #512734

    Is this problem (duplicate images) ‘ll be fix in the next template’s version…?
    And when ?

Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 18 replies, has 4 voices, and was last updated by  Ninja Lead 10 years, 11 months ago.

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