-
AuthorPosts
-
Gerard Brannigan Friend
Gerard Brannigan
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 11
June 19, 2014 at 10:27 am #198977HI-is there a straightforward way to use an image instead of text in the masshead module as shown below?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 19, 2014 at 10:58 am #539500Hi
You can use a custom-html module loading an image inside it and publish it in that position, use the suffix grid-2×2 grid-pos-1
1 user says Thank You to pavit for this useful post
regeneron Friendregeneron
- Join date:
- May 2014
- Posts:
- 16
- Downloads:
- 9
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
July 21, 2014 at 8:46 pm #543040<em>@pavit 433008 wrote:</em><blockquote>Hi
You can use a custom-html module loading an image inside it and publish it in that position, use the suffix grid-2×2 grid-pos-1</blockquote>
Hi where does the suffix go? Also I’d like to create a size not in the defaults; 4×2. How can I do this?
Thanks!pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 22, 2014 at 7:00 am #543084Hi @regeneron
<blockquote>Hi where does the suffix go? </blockquote>
Take a look
<blockquote>Also I’d like to create a size not in the defaults; 4×2. How can I do this?</blockquote>
Take a look at this post
-
1 user says Thank You to pavit for this useful post
regeneron Friendregeneron
- Join date:
- May 2014
- Posts:
- 16
- Downloads:
- 9
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
July 22, 2014 at 2:56 pm #543134Thank you. However when I change the suffix in the custom module to 3×2 it still comes up as 2×2.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 1, 2014 at 10:46 am #544155<em>@regeneron 437728 wrote:</em><blockquote>Thank you. However when I change the suffix in the custom module to 3×2 it still comes up as 2×2.</blockquote>
Hi
Did you managed to solve it ? or you still need help ?
regeneron Friendregeneron
- Join date:
- May 2014
- Posts:
- 16
- Downloads:
- 9
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
August 13, 2014 at 1:13 am #545735still need help. I can get the image loading in the right size container but the image loads really small, despite setting the size in html. Firebug shows me the problem. I need the div class before the image to not have the 3×2
needs to look like this then the image fills the whole space. Where do I edit this though?
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 13, 2014 at 4:59 am #545780Hi
Your problem seems due to an override in custom.css file at line 19
img {
max-width: none !important;
}
try to remove it and verify againregeneron Friendregeneron
- Join date:
- May 2014
- Posts:
- 16
- Downloads:
- 9
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
August 17, 2014 at 6:37 pm #546264<em>@pavit 441063 wrote:</em><blockquote>Hi
Your problem seems due to an override in custom.css file at line 19
img {
max-width: none !important;
}
try to remove it and verify again</blockquote>I’m sorry, I can’t find this text.. I only have two custom.css files and can’t seem to find it in either.:confused:
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 18, 2014 at 7:17 am #546308Hi
You can send me a Private Message with a temp super user account to your backend , i will try to take a look at your files
regeneron Friendregeneron
- Join date:
- May 2014
- Posts:
- 16
- Downloads:
- 9
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
August 20, 2014 at 12:18 am #546591I figured out the problem on my own (but don’t really understand the solution).
I had a comma in the module class suffix box.Image fills full box: grid-3×2 grid-pos-1
Image tiny in corner of box: grid-3×2, grid-pos-1thanks
August 22, 2014 at 8:26 pm #546999I have the same problem, I want to display different images on different articles but I have read all your posts and I have to clue how to do css or php.
I do get the title of the article in grey background to show but not the image, can you please help?
here is the link of the page:http://pinewood.gr/index.php/about-pinewood/welcome
Thank you!regeneron Friendregeneron
- Join date:
- May 2014
- Posts:
- 16
- Downloads:
- 9
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
August 23, 2014 at 6:58 pm #547021pinakidou, I had a lot of problems with the masshead module – I found it easier to create a custom html module, where I placed the image in the main area and set the position as home-1 or whatever position your gray banner is in (not sure if you are using fixel as your website doesn’t really look like it). You won’t have to use css or php to do this, it’s an easier solution. hope this helps 🙂
1 user says Thank You to regeneron for this useful post
August 24, 2014 at 7:31 pm #547061Thank you for your time regeneron.
I tried it and it works but it’s probably not for my situation as I wanted to have the images show like a banner at the top of the article…….October 16, 2014 at 9:57 pm #553297Hi,
i am trying to make a Fixel based website…
I started from quickstart and here is what i did:
1. unpublished JA masshead module
2. created new custom html module with position: home-1, suffix: grid-2×2 grid-pos-1 (nope, no commas or other funny stuff inside the suffix, it is pasted here as it is ‘there’), inserted a image into it, published the module on home pageResult is that it shows in the correct (first) position and it is 2×2 but the image inside is 75x75px top left aligned instead of the full size (600x600px, 2×2)
I did not edit any php/css/hmtl, yet 🙂
Please help me show the image as expected, thanks!
-
AuthorPosts
This topic contains 18 replies, has 6 voices, and was last updated by christobals 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum