-
AuthorPosts
-
nennker Friend
nennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
February 25, 2014 at 5:02 pm #195202Hi, I have performed the Mass Head configuration as described in the documentation.
Only the blue background is not displayed. Besides, there is a distance to the Main menu. It should look like in the demo page layout / magazine.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 25, 2014 at 5:11 pm #524327Could you provide a mock-up screenshot of what you currently have vs. what you’re going for?
Also, please provide the url of the site you’re working on, as well as set “Optimize CSS” to “Off” within your Template Manager–General settings.
nennker Friendnennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
February 25, 2014 at 6:31 pm #524341Optimize CSS” is “Off” for template purity / corporate
fvs.nennker.de/index.php/praxis
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 25, 2014 at 6:40 pm #524342Okay … How are you wanting your element to display?
nennker Friendnennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
February 25, 2014 at 6:44 pm #524343for example like this – layouts / magazine layouts – blue stripe
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 25, 2014 at 7:22 pm #524347This is the CSS that controls that element within the Purity III demo . . .
.jumbotron-primary {
background-color: #0077BB
}Try creating a new file called “custom.css” within file path –> purity_iii/templates/css and add the above CSS rule to that file.
QUESTION:
When you installed your Purity III template, was there a quickstart + sample data option vailable?See if that works.
1 user says Thank You to TomC for this useful post
nennker Friendnennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
February 25, 2014 at 7:54 pm #524351purity_iii / templates / css / custom.css
This file already existed, only without content. I have
. jumbotron-primary {
background-color: # 0077BB
}
copied and stored there.
The site is still not displayed correctly.I installed quickstart without sample data.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 26, 2014 at 10:00 am #524441The custom.css is empty to start as this is the file you use to store your CSS overrides.
Please check your work.. you have a space after the “.” and “#” and no “;” at the end of the line
. jumbotron-primary {
background-color: # 0077BB
}Should be
.jumbotron-primary {
background-color:#0077BB;
}Have fun!
johannesdach Friendjohannesdach
- Join date:
- August 2010
- Posts:
- 26
- Downloads:
- 2
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
February 26, 2014 at 10:58 am #524449To chirm in and to clarify something: If you simply want it to have a heading and a simple text below, you can use the settings in the menu manager. Go to the menu “praxis” and click on the tab “Page display options”. There are two options “masthead title” and “masthead slogan”. Fill these out and you will have the usual background (according to your theme) with styled text. What you have done (by following the documentation) is adding a custom module to the masthead position. If you choose this more advanced path you would need to style this manually as described by support above. However your content options are unlimited here.
Oh and a hint because that just happened to me: If you are using the developer version and update to the stable version, the position title changes from masshead to masthead. So don’t be surprised if your custom module is suddenly vanished, just change the module position from masshead to masthead.
Hoffe das hat geholfen!
3 users say Thank You to johannesdach for this useful post
nennker Friendnennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
February 26, 2014 at 7:30 pm #524511hi jwbrett, thanks, but it doesn`t works
I have tried it, like johnannesdach has described it.
I tried it with the menu manager and display options. It works. So it should look like. Here I can put over any images. This is only possible with the mast head module.
I would have liked the solution as shown, only the mast head module.
http://fvs.nennker.de/index.php/praxisrichtrfc Friendrichtrfc
- Join date:
- July 2010
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 4 times in 1 posts
February 26, 2014 at 10:04 pm #524527<em>@johannesdach 413504 wrote:</em><blockquote>Oh and a hint because that just happened to me: If you are using the developer version and update to the stable version, the position title changes from masshead to masthead. So don’t be surprised if your custom module is suddenly vanished, just change the module position from masshead to masthead.
Hoffe das hat geholfen!</blockquote>
I am so glad you have added that bit to your post!
I am stick on something slightly different, but still related to that masshead area. I installed the earlier version of template and used the masshead position to have a banner ad Component. It worked a charm.
However, now I have upgraded to the stable template, the banner does not appear here (I have checked set-up, seems okay).
Your point about the name of the position changing is almost certainly the issue, BUT – I don’t have the ‘masthead’ option, just the old Masshead, that doesn’t work.
Is there something I need to do to see the new masthead as a position?
Thanks
johannesdach Friendjohannesdach
- Join date:
- August 2010
- Posts:
- 26
- Downloads:
- 2
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
February 26, 2014 at 10:46 pm #524530@richtrfc: No need to see it – I didn’t either – just type in masthead and hit enter.
@joomlart support: BTW i just looked into the templateDetails.xml and found a position called “mast-col” which is obviously also in the list, but choosing this doesn’t leed to any module being actually displayed.(sorry for hijacking nennker’s thread)
1 user says Thank You to johannesdach for this useful post
richtrfc Friendrichtrfc
- Join date:
- July 2010
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 4 times in 1 posts
February 26, 2014 at 10:51 pm #524531<em>@johannesdach 413623 wrote:</em><blockquote>@richtrfc: No need to see it – I didn’t either – just type in masthead and hit enter.
@joomlart support: BTW i just looked into the templateDetails.xml and found a position called “mast-col” which is obviously also in the list, but choosing this doesn’t leed to any module being actually displayed.(sorry for hijacking nennker’s thread)</blockquote>
Excellent – I did the same and it worked too. Thanks for pointing that out, if you hadn’t posted that it would have been driving me mad for weeks!
Also sorry for hijacking the thread!
-
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 5 voices, and was last updated by richtrfc 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum