djsteven77 wrote: 1. I see that you can set a publish date at the end of an article, but what about a full time stamp that also includes hours, minutes and seconds? How can I get those displayed?
The publish UP an Down dates allow you to enter hours/minutes/seconds
or you speak of FLEXIcontent date field ??
djsteven77 wrote: 2. When I want to see an article from any of my site categories I notice that the header font layout suddenly changes. How can I set it right so that this won't happen and all stays in the same style?
You can correct this using CSS (
this is the responsibility of the site builder/creator/designer),
this could be due to e.g.
- your Joomla template has a CSS rule that is effecting the header
- some 3rd party extension has a CSS rule that is effecting the header
-- Furthermore i don't which header in which FLEXIcontent template you are talking about
and without looking at your site, i am blind
anyway i think you speak of an H1 header or H2 header
you could try:
Code:
#flexicontent h1 {
font-size: 18px !important;
}
#flexicontent h2 {
font-size: 14px !important;
}
But please, note that people are paid to design
OR FIX the style of a site, or make special work ...
djsteven77 wrote: 3. I tried to implement Google Adsense html code but that doesn't get accepted. I click on the html icon, paste the code, click update and when I then check nothing happens and the html code was't remembered. What am I doing wrong here?
For reasons of security, you cannot place javascript inside places like
description field or
textarea field
1. Place you code inside a module like
Phoca - Google AdSense Easy Module
2. Create a "Load module" field and set it to display the above module
3. place this new field in a
item OR category layout of the FLEXIContent template that you are using