I have created my own theme and noticed that my "Footer" messages text field in Administration/Settings has suddenly disappeared!
How could this happen? Could it be because I am setting my text fields to display at 50% instead of 100? When I had them set at 100% the center block was too large. I didn't make my theme able to stretch because I was having too many problems with my header images - this is my first custom theme, still have lots to learn.
Could someone take a look and tell me if you see the same problem?
I'm working on a Mac testing in IE 5.2, Safari, and NN (latest version).
The URL to test is at http://vermillien.com/html/index.php if you want to take a look at the theme as a user.
Thanks
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- nestormateo responded to »Fillters in Clip« 06:33 AM
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 03:19 AM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Custom theme, suddenly missing "Footer" field in S
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 7
Try adding this near the bottom of your theme.html file.
Right above the tag.
Code
<center>
<table cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><p align="center"><!-- [footer-msg] --></td>
</tr>
</table>
</center> -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 95
Quote
Try adding this near the bottom of your theme.html file.
Right above the tag.
you're assuming his theme is for AutoTheme which he never stated...
Vermillian> you said the text area in the Administration>Settings page for the footer message is missing, but is the footer itself missing as well or just the input area in the Admin module? -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 7
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 95
well a) AutoTheme wasn't stated in his original post b) I don't make a habit of checking source on every page that is posted with problems, and c) none of it really matters LOL. his footer displays, it's the input field on the admin page that's missing... -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 265
vermillian,
I don't have an answer to your question but I wanted to tell you that I really like your theme. Besides being partial to butterflies and the color purple, I think it is a very nice theme. One comment though is maybe you could use a dark greay instead of black for the text for the blocks. Black on purple looks good but a little difficult to read. Great job on your theme! -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 7
ahksijen
c) none of it really matters LOL. his footer displays, it's the input field on the admin page that's missing...
I read it that way too, but felt he meant that he was missing the output of the field. If you look at both the source and the page you can see that his footer is currently hard-coded. That would further one to believe he's was referring to the output of the admin|settings|footer field and not a missing text input field. Perhaps we'll never know.
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 95
well if he's missing the output, then your code snippet will resolve that with AutoTheme... if it's the input field he's missing, I have no idea how to fix that or why it would even be affected by AutoTheme...
perhaps he hard-coded the footer as a solution since he can't SEE the input field to make modifications as normal
Vermillian> please check to make sure that in AutoTheme's administration panel, under your theme, you have "AdminPages" listed as a Custom Module, and set it to use a different theme.html (ie theme2.html or something) without the TextArea modifications... that might resolve your issues with the admin modules -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 118
Sorry for the stir! Next time I will be more clear with my posts.
I am using AT Lite (Auto Theme) and the footer message is still visible in the footer. I cannot see the text area field in the Administration / Settings to change it anymore.
JMEDODD: Thanks for the comments. I am actually trying to fix the text problem with the boxes (another post in this forum/third party modules area). Last night I almost gave up on the boxes for a lighter color. Thanks for posting your thoughts though... right on track! -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 95
Quote
Vermillian> please check to make sure that in AutoTheme's administration panel, under your theme, you have "AdminPages" listed as a Custom Module, and set it to use a different theme.html (ie theme2.html or something) without the TextArea modifications... that might resolve your issues with the admin modules
that's about the only thing I could think of that would affect your textareas in the admin pages, is that you are applying your theme to them as well... adding "AdminPages" to the custom modules list in AutoTheme and applying a different style sheet to them with different textarea properties might fix the issue
aside from that I have no ideas lol -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 118
I did add admin.html to my custom theme, and it's calling my theme's stylesheet. Did that because I was having problems with the text fields being too large. You're right though, there is some sort of problem there. I will remove the link to my stylesheet and see if that fixes the problem. Weird though, since I only changed it to display at 80%, didn't think it would cause major shrinkage! *I DO see the scrollbar for it there.
Thanks for your help. Will post again after I test out your idea, in case anyone else needs this info. -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 95
actually if you add: "AdminPages" to the AutoTheme custom modules list (not a specific filename) it will apply that "custom module theme" to all the pages in the admin module
I'd do that, then set AdminPages to use link a new CSS named admin.css and have admin.css be very basic, with only the minimal amount of formatting information... the administration module doesn't need to be very pretty, nobody sees it but you and your admins, it needs to be functional, and missing textareas are definitely not functional lolol
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
