-
AuthorPosts
-
October 22, 2015 at 10:15 pm #706552
Hi, i’m working on our new site and want to have the articles in the featured project page with pics inside the text as a normal article (not just at the end) and with zoom as is clicked. Can it be possible?
And with the normal page that is alr5eady settted how is is possible to change the size of the images that appear at the end of the article (more than one image big and not just the first one)
Can we have non clickable images between text?
Thanks a lot for you help
Edgar
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 23, 2015 at 9:28 am #706722Hi Edgar,
In the featured projects section on homepage, it’s a Joomla module – Articles Category which displays articles from selected category. It shows intro images from these articles and display only 1 image, if you want it shows popup when clicking image, you will need to customise this module or use a 3rd party extension for popup.
For the size of images in article details page, which size you wanna show?
1 user says Thank You to Saguaros for this useful post
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 23, 2015 at 9:28 am #752618Hi Edgar,
In the featured projects section on homepage, it’s a Joomla module – Articles Category which displays articles from selected category. It shows intro images from these articles and display only 1 image, if you want it shows popup when clicking image, you will need to customise this module or use a 3rd party extension for popup.
For the size of images in article details page, which size you wanna show?
1 user says Thank You to Saguaros for this useful post
October 25, 2015 at 10:25 pm #752721Thanks a lot for your answer, I didn’t explained well. I have a menu that opens the masonry layout for projects, when you click on text on image it open the page that shows the categorized article for each project.
By default on each article for project you can introduce a main image on top and text. In the content text box you can add images in the text but they appear automatically at the end and the first one i bigger that the rest. This images are clickable and the open at their full resolution as a pop up window.
I like this way of showing as pop up. I show in the next image waht I can get:
The pop up opens by default

What I would like is to have the possibility to have images inside text (not only just at the end of the text) and with the ability to control the image size (big or two small is fine). All this images should be clickable and open as pop up as before. And, if there a chance to have a non clickable images on the text too.
I’m showing you what i want to achieve:

I alreadey tried to insert images inside the text but they appear at the end of the text and the first image linked is the only one that appaers big.
Is this it possible? can I arrange in some way the images to let them show as I propose?
Thanks a lot in advance I’m relly pleased of your service.
Edgar
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 26, 2015 at 2:03 am #752732Hi Edgar,
We customise a bit in the article content of this template so that all images inside content output of article will merge in the end of article with popup view as you can see now.
If you want original way of showing image, you can open the file:
Look for this snippet of code:
<section class="article-content clearfix">
<div class="article-introtext">
<?php
if($extrafieldsexist){
echo DecorHelper::photogallery($this->item->text);
}else{
echo $this->item->text;
}
?></div>
</section>
Replace it with:
<section class="article-content clearfix">
<div class="article-introtext">
<?php echo $this->item->text; ?>
</div>
</section>
1 user says Thank You to Saguaros for this useful post
October 26, 2015 at 11:02 pm #719032Dear Saguaros,
Finally I found where the code goes…and I tried what you suggested, and now the pictures appear in the text but are not clickable and doen’t open as a pop up. There’s a way to click and open as in the decor template by default? Maybe I’m asking much 🙂
Thanks for all your help
Edgar
October 26, 2015 at 11:02 pm #752869Dear Saguaros,
Finally I found where the code goes…and I tried what you suggested, and now the pictures appear in the text but are not clickable and doen’t open as a pop up. There’s a way to click and open as in the decor template by default? Maybe I’m asking much 🙂
Thanks for all your help
Edgar
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 28, 2015 at 7:39 am #719324That image gallery is implemented for JA Decor template specific so when you changed code above, it will show image as default way of Joomla does. You will need to use a 3rd party extension for image popup in article detail.
1 user says Thank You to Saguaros for this useful post
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 28, 2015 at 7:39 am #753011That image gallery is implemented for JA Decor template specific so when you changed code above, it will show image as default way of Joomla does. You will need to use a 3rd party extension for image popup in article detail.
1 user says Thank You to Saguaros for this useful post
November 1, 2015 at 3:54 pm #720879Dear Saguaros
I tried what you told me and I have installed the JA pop up plug-in, but the result didn’t satisfy me because the window that opens isn’t as clean as the decor pop-up and you lose the responsive thumbnail on the featured project page.My question is there is a way to using the decor template modify the article module to avoid that all the images go at the bottom. I don’t know if you can add any class or call as you do with the JA pop-up plug-in to let the images inside the text. In my opinion would be really useful to let open the images inside text because you can explain with images what text is saying, and you, if you want like is, can set the images call in the article at the end and open as they do by default.
Thanks a lot for your help, I hope that we will find a way to solve it.
Regards
Edgar
November 1, 2015 at 3:54 pm #753419Dear Saguaros
I tried what you told me and I have installed the JA pop up plug-in, but the result didn’t satisfy me because the window that opens isn’t as clean as the decor pop-up and you lose the responsive thumbnail on the featured project page.My question is there is a way to using the decor template modify the article module to avoid that all the images go at the bottom. I don’t know if you can add any class or call as you do with the JA pop-up plug-in to let the images inside the text. In my opinion would be really useful to let open the images inside text because you can explain with images what text is saying, and you, if you want like is, can set the images call in the article at the end and open as they do by default.
Thanks a lot for your help, I hope that we will find a way to solve it.
Regards
Edgar
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 2, 2015 at 1:44 am #720893By default, this template doesn’t come with any popup extension so if you want to use JA Popup plugin, kindly check its documentation here for how to use it: https://www.joomlart.com/documentation/joomla-plugins/ja-popup-plugin
or seek for a 3rd party popup extension in JED
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 2, 2015 at 1:44 am #753433By default, this template doesn’t come with any popup extension so if you want to use JA Popup plugin, kindly check its documentation here for how to use it: https://www.joomlart.com/documentation/joomla-plugins/ja-popup-plugin
or seek for a 3rd party popup extension in JED
November 2, 2015 at 11:32 am #721092Dear Saguaros,
Thanks for you fast answer. Prior to your previous post I already installed the JA pop up plug-in in my site but the result wasn’t the expected. The new window “jumps” and is not beautiful as the decor pop up (I already tried the 4 window type and none is working perfect). I’m sending you the page link where I have tested.
By the other hand if I avoid using a external pop up plug-in (JA plug-in or any from JED) I will be really happy to use the article template from the Decor template if it’s possible to insert images inside the text instead of sending all of them at the bottom.
If you want me to give you access at the site to check just let me know. I, ignoring the complexity of the code,think that would be possible to have what I’m asking.
Thanks a lot for your time and my sorry for my ignorance
Regards
Edgar
November 2, 2015 at 11:32 am #753494Dear Saguaros,
Thanks for you fast answer. Prior to your previous post I already installed the JA pop up plug-in in my site but the result wasn’t the expected. The new window “jumps” and is not beautiful as the decor pop up (I already tried the 4 window type and none is working perfect). I’m sending you the page link where I have tested.
By the other hand if I avoid using a external pop up plug-in (JA plug-in or any from JED) I will be really happy to use the article template from the Decor template if it’s possible to insert images inside the text instead of sending all of them at the bottom.
If you want me to give you access at the site to check just let me know. I, ignoring the complexity of the code,think that would be possible to have what I’m asking.
Thanks a lot for your time and my sorry for my ignorance
Regards
Edgar
-
AuthorPosts
This topic contains 25 replies, has 2 voices, and was last updated by Saguaros 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum