-
AuthorPosts
-
dattard1 Friend
dattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 24, 2014 at 6:45 am #197041Hi, I am using JA MAGZ and want the article images not to show above the article space and leave an empty space to the right of the image – see 2nd article in frontpage of http://www.dart-creations.com – How I got my website to load in 1.29 seconds
The article image preview is “by itself” and the article content does not surround the image.
How should the article and parameters be to ensure that each article gets displayed with the preview image surrounded by text?
David
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 24, 2014 at 10:24 am #532237<em>@dattard1 423409 wrote:</em><blockquote>Hi, I am using JA MAGZ and want the article images not to show above the article space and leave an empty space to the right of the image – see 2nd article in frontpage of http://www.dart-creations.com – How I got my website to load in 1.29 seconds
The article image preview is “by itself” and the article content does not surround the image.
How should the article and parameters be to ensure that each article gets displayed with the preview image surrounded by text?
David</blockquote>
Hi David as i checked your site .
images are missing from your site .
because the images are called from the http://dartcreations.dartcreationsco.netdna-cdn.com/images/ image .The issue is coming from the netdna cdn site .
I requested you to contact to the netcdn for this issue .
Or you can disable the cdn plugin from the plugin manager.
Joomla provides a good option to insert the images into article .
for more info how to insert the image you can follow this link
let me know if it helpsdattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 24, 2014 at 10:48 am #532244I don’t experience this problem you mention with the images – can you force a refresh? The URLs are in fact correct: e.g. http://dartcreations.dartcreationsco.netdna-cdn.com/images/load-joomla-website-1.2.9.jpg
I know how to add the images without any problems – the issue is that the image leaves a space right next to it because of the JA MAGZ template.
David
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 24, 2014 at 10:50 am #532246on my side its showing 404 error .
for the link you added
http://dartcreations.dartcreationsco.netdna-cdn.com/images/load-joomla-website-1.2.9.jpg
see this >
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 24, 2014 at 11:13 am #532249That’s strange, I see it working ok on:
http://www.webproxy.net/view?q=http%3A%2F%2Fwww.dart-creations.com
I’m not even on Hostgator!
David
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 24, 2014 at 1:57 pm #532269i forwarded your issue to the Dev team. they will back to you ASAP
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 25, 2014 at 4:30 am #532347There are featured articles of home menu item pages and each article will have layout that includes 2 parts:
– Header article: contains article images, date, article title
– Article info: intro text, comment count, etc…It looks like that you change the number of column in layout configuration of ‘Home’ menu item: http://prntscr.com/3d77az while by default, we use 4 columns instead.
You can have a look at this file: templatesja_magzhtmlcom_contentfeatureddefault_item.php and customise the layout and style as you wish.
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 25, 2014 at 11:46 am #532414I just want the text to wrap around the intro image. Can you give me some guidance on which part of the code is doing that please? Also, if I change this, do I lose the updates if I update the template?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 26, 2014 at 3:09 am #532483Try to create a new CSS file called custom.css in this path: /templates/ja_magz/css and add this css rule:
.blog-featured .items .item-wrap .header-article {
float: left;
padding-right: 10px;
}
you can change value to suit your need.dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 28, 2014 at 5:09 pm #532752I tried the custom.css but I did not like the result of it, so I removed it.
Take a look at the front page now: I want all the articles to look like: How I got my website to load in 1.29seconds article but without the first image. So how do I get rid of the first image please?
I have placed the image in the article, so now I just want to remove the first image.
dattard1 Frienddattard1
- Join date:
- August 2007
- Posts:
- 114
- Downloads:
- 2
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 30, 2014 at 4:35 pm #533024Can I get a follow up please?
David
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 5, 2014 at 2:16 am #533511Hi David,
Kindly check and remove the image in Images and Links option in backend settings of article.
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by Saguaros 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
I want to get my preview images to show within my article blurb
Viewing 12 posts - 1 through 12 (of 12 total)