Hi again
Starting a new post since topic is veering away from last post's core-file discussion and this has to do with awesome new module you just hooked me up with. I just installed
HD-Custom CSS Module in order to avoid losing my template changes in the future as well as the bonus of being able to easily create pages with different css. I have the perfect opportunity to try out this module, and on first attempt it is not working so want to follow developers instructions below:
The instructions for this module include creating a new module position called "css" that can then be used as position for these css modules instead of the existing module positions in the event that using the standard positions do not work. The developer gives the following instructions:
If you have any problems setting the module to appear in a specific module position try creating a new module position. Go to Template Manager > choose your template > Edit HTML. Then insert the following line before the closing </body> tag at the bottom of the page.
<div id="css"><jdoc:include type="modules" name="css" /></div>
Then when allocating a module position to Custom CSS module, type "css" in the module position box.
Alternatively if there are no inline styles to overide you could position the CSS module within the <head> tags of the HTML (instead of the body tag). To do this insert the following line in your template's index.php file before the closing </head> tag.
<jdoc:include type="modules" name="css" />
Then when allocating a module position to Custom CSS module, type "css" in the module position box. If this does not work then check that there are no inline styles within the body section that would overide your CSS instructions.
QUESTION 1:
Go to Template Manager > choose your template > Edit HTML. Is there a way via Joomla's template manager to do this...to edit html? I can not find this link or button. If it does exist, please help me to find it. If not, can you tell me which file that they are referring to and I can try to add the line of code via cPanel if that won't create a problem.
QUESTION 2: Also, could help explain the rest of the above instructions including what in-line styling is [what file
it would be in] and how this could override the affects of this module.
Thanks