Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • teutobahiano Friend
    #170882

    I have problems with two image galleries and only after having made a test with another template (Atomic Default) I found out that the problem is with the Blazes template and not with the image galleries.

    All I want is to include a single photo in an article and to create a link to the photo gallery. This uses to be an easy job as many gallery extensions deliver a plugin to create the link automatically (in my case: JoomGallery – plugin: JoomImage).

    The problem is that the link “disappears”. The same happened with my old image gallery (Ignite).

    The article is ‘Alesha Oreskovich’ in the Blazes Blog.

    pavit Moderator
    #426043

    Hi teutobahiano

    Have you tried to put a normal link if it works ?

    teutobahiano Friend
    #426059

    Hi pavit,

    even putting the link manually on the image it does not work. Please have another look at the frontpage: on the right side you will find now the JoomImages Slide Show Module. Its link to the gallery works normally while the article link on the left does not. “Something” seems to remove the (first) link. When I place several images into an article all images (except the first!) have a valid link to the gallery.

    pavit Moderator
    #426745

    Hi teutobahiano

    <blockquote>The article is ‘Alesha Oreskovich’ in the Blazes Blog. </blockquote>

    I receive a 404 error on Blog link

    teutobahiano Friend
    #426760

    Hi pavit,

    in the meantime the content has changed. You can choose any article on the left to find out that the link to the image gallery does not work. On the right (JoomImages) the link works exactly as it should.

    http://184.154.190.242/~fscans/

    pavit Moderator
    #426862

    Could you update this ticket with the correct details for your backend ?

    Thanks

    pavit Moderator
    #426907

    Hi teutobahiano

    Seems that your joomimage button works in that way, you can put a text link to your category and as you can see it works fine

    you cannot put an image link i have tried many ways to do without success

    anyway is not a problem related to the template all links works fine maybe you can find a workaround to put the image upon that link that you see

    teutobahiano Friend
    #426928

    Hi pavit,

    I can’t agree with you. Especially for you I have changed the template to Atomic-Default. Please have a look. The link works normally now.

    pavit Moderator
    #428262

    Hi teutobahiano

    the tempalte would get out the first image in articles and put it at the top of article, you can try as following to remove that feature

    open the file in templatesja_blazeshtmlcom_contentarticledefault.php

    You look for this snap of code and remove it

    [PHP] <?php
    //get images
    $regex = ‘#<img[^>]*>#’;
    $image = ”;
    if (preg_match ($regex, $this->item->text, $matches)) {
    $image = $matches[0];
    $this->item->text = str_replace ($image, ”, $this->item->text);
    }
    ?>
    <?php if ($image) : ?>
    <div class=”article-image”>
    <?php echo $image ?>
    </div>
    <?php endif; ?>
    [/PHP]
    I hope that help !

    teutobahiano Friend
    #428268

    Hi pavit,

    I made the changes you suggested but nothing has changed. No link to image gallery in articles!

    pavit Moderator
    #428797

    Hi teutobahiano

    Joomlart devs has requested to me your ftp details and a link to the page where your issue happens, can you send me all via PM

    so they can work on your site and solve your issue ?

    Thanks

    pavit Moderator
    #430391

    This issue was solved here

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

This topic contains 12 replies, has 2 voices, and was last updated by  pavit 12 years, 11 months ago.

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