-
AuthorPosts
-
joachim funk Friend
joachim funk
- Join date:
- January 2013
- Posts:
- 45
- Downloads:
- 4
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
January 19, 2014 at 5:31 pm #193878Hi!
I’ve a longer article with a Read-more-Link to show properly in category-view. My problem: I want to set the content-type to “gallery” and show the article also in a 1×1-grid on the frontpage. Unfortunately, the Read-More-Link – so I suppose – is crashing the gallery in the grid-view. There’s only shown a missing icon-picture… Any ideas?
Thanks Joa
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 20, 2014 at 8:54 am #519052Please PM me url and admin credentials of your site, I will help to check further.
joachim funk Friendjoachim funk
- Join date:
- January 2013
- Posts:
- 45
- Downloads:
- 4
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
January 20, 2014 at 10:36 am #519096Hi MoonSailor,
thanks for your reply – I’ve sent you a PM with the login-data to my site…
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 22, 2014 at 3:52 am #519333Here are what I changed in your site:
<blockquote>
I’ve an article set to Content-Type “Text”, Animation “None” and Grid-Type “1×1”. The hover-effect is on title AND description – but the linking only works only by clickíng on the title.
</blockquote>In file “/templates/ja_fixel/js/jquery.article.js” I added javascript code:
masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.text ', function(){
var urlart = ($(this).find('.article-link, .readmore-link, .video-link').eq(0).prop('href') || '');//redirect
if(urlart.length >0 ){
window.location.href=urlart;
}
});
Underneath this line of code:
masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.video', startpopup);
Now,all items with type of “text”, when you click, it will open article details page.
<blockquote>
I’ve a longer article with a Read-more-Link to show properly in category-view. My problem: I want to set the content-type to “gallery” and show the article also in a 1×1-grid on the frontpage. Unfortunately, the Read-More-Link – so I suppose – is crashing the gallery in the grid-view. There’s only shown a missing icon-picture… Any ideas?
</blockquote>You add the image in wrong way so that it didn’t show in frontend
Image should be added in introtext part of article. I just fixed it for you.
Kindly have a look at this and let me know if this helps.
1 user says Thank You to MoonSailor for this useful post
joachim funk Friendjoachim funk
- Join date:
- January 2013
- Posts:
- 45
- Downloads:
- 4
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
January 22, 2014 at 9:24 am #519361Hi Moon Sailor!
Works perfect – thanks a lot, exactly what I want. The only thing I don’t understand is the part “Image should be added in introtext part of article.” In your uploaded screenshot the images are added behind the “read-more-id”, not before. It works fine, but I don’t understand it :confused: Perhaps you could give me a hint?
Thanks
JoaMoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 22, 2014 at 9:37 am #519365Hi Joa,
<blockquote>
The only thing I don’t understand is the part “Image should be added in introtext part of article.” In your uploaded screenshot the images are added behind the “read-more-id”, not before
</blockquote>In attached image, its content of article in your site, I just fixed it. Basically, it will get image from intro text, this is behavior of Joomla.
1 user says Thank You to MoonSailor for this useful post
joachim funk Friendjoachim funk
- Join date:
- January 2013
- Posts:
- 45
- Downloads:
- 4
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
January 22, 2014 at 11:06 am #519377Ah, ok… Thanks for the fixed-version 🙂
September 4, 2015 at 4:37 pm #681756<em>@MoonSailor 407034 wrote:</em><blockquote>Here are what I changed in your site:
In file “/templates/ja_fixel/js/jquery.article.js” I added javascript code:
masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.text ', function(){
var urlart = ($(this).find('.article-link, .readmore-link, .video-link').eq(0).prop('href') || '');//redirect
if(urlart.length >0 ){
window.location.href=urlart;
}
});
Underneath this line of code:
masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.video', startpopup);
Now,all items with type of “text”, when you click, it will open article details page.
You add the image in wrong way so that it didn’t show in frontend
Image should be added in introtext part of article. I just fixed it for you.
Kindly have a look at this and let me know if this helps.</blockquote>
I have this Problem too. I add the image in right way(before “<hr id=”system-readmore” />”) so that it did show in frontend, but I add this article to Category Blog too and in intro text I have all images from gallery in intro text, but I want to see there just intro image.
Can you help me?September 4, 2015 at 4:37 pm #747541<em>@MoonSailor 407034 wrote:</em><blockquote>Here are what I changed in your site:
In file “/templates/ja_fixel/js/jquery.article.js” I added javascript code:
masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.text ', function(){
var urlart = ($(this).find('.article-link, .readmore-link, .video-link').eq(0).prop('href') || '');//redirect
if(urlart.length >0 ){
window.location.href=urlart;
}
});
Underneath this line of code:
masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.video', startpopup);
Now,all items with type of “text”, when you click, it will open article details page.
You add the image in wrong way so that it didn’t show in frontend
Image should be added in introtext part of article. I just fixed it for you.
Kindly have a look at this and let me know if this helps.</blockquote>
I have this Problem too. I add the image in right way(before “<hr id=”system-readmore” />”) so that it did show in frontend, but I add this article to Category Blog too and in intro text I have all images from gallery in intro text, but I want to see there just intro image.
Can you help me?Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 7, 2015 at 8:12 am #682053Hi @angsto,
Try open file templatesja_fixelcsscustom.css and add this code :
.view-category.layout-blog .row-fluid .article-image {
display: none;
}
.view-category.layout-blog .row-fluid .article-content-wrap {
margin: 0;
width: auto;
float: none;
}
.view-category.layout-blog .row-fluid .article-content-inner {
padding: 0;
}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 7, 2015 at 8:12 am #747696Hi @angsto,
Try open file templatesja_fixelcsscustom.css and add this code :
.view-category.layout-blog .row-fluid .article-image {
display: none;
}
.view-category.layout-blog .row-fluid .article-content-wrap {
margin: 0;
width: auto;
float: none;
}
.view-category.layout-blog .row-fluid .article-content-inner {
padding: 0;
}September 7, 2015 at 11:06 am #747726Hi @adam M
This not help me, I want intro image, but I don’t want images from gallery before read more line. See here( http://fk-fashion.com/index.php/fk-blog)Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 9, 2015 at 12:37 pm #682695That’s what i’m talking about
AuthorPostsThis topic contains 16 replies, has 4 voices, and was last updated by angsto 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum