-
AuthorPosts
-
mfcphil Friend
mfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 2, 2007 at 8:21 pm #122488Does anybody else have this problem
When I’m adding content to my pages most of the things don’t work, things like sticky note, check list (no green tick) bubbles dont appear in fact the list is quite large.
I have been going to the JA Rochea page and cutting and pasting the code.
Any Ideas??
:confused:
kallan Friendkallan
- Join date:
- August 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 22
- Thanked:
- 35 times in 1 posts
September 2, 2007 at 11:58 pm #228665In some of the instructions there are not enough <div> tags.
Best way to see what you should be using is to look in the template_css.css file for the stickynote or clipnote etc and see what they say.
e.g.
div.stickynote {
margin-top: 20px;
padding: 0;
border: 1px solid #E2E2E2;
}div.stickynote p {
background: url(../images/sticky-bg.gif) no-repeat left center #FFFFFF;
margin: 0;
padding: 10px 15px 10px 55px;
border: 2px solid #F3F3F3;
}so you need <div class=”stickynote”><p>Sticky Note</p></div>
Hope that helps
Kiwidesignmfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2007 at 8:35 pm #228714should I not simply have to press the pin note, contact ,bubble or download button to make the things appears? :confused:
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 7, 2007 at 1:49 pm #229043As Kallen’s answers lets me know where the code can be found this does not answer my original question.
Is there a problem with the Template?
Shpuld I just be able to press the contact button and the nice little telephone picture appears on the content?:confused:
kallan Friendkallan
- Join date:
- August 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 22
- Thanked:
- 35 times in 1 posts
September 9, 2007 at 10:57 pm #229178Hi sorry,
I thought you were trying to figure out why it was not working – Thus if you switch to html view in your content item editing you can see what tags have been added to create the style, hence the provided code would let you check if it was as it should be.
I did a test and when I highlighted text and chose sticky note from drop down style menu in editor this is the html code it created
<span class=”stickynote”>
Test</span>What it should be is
<div class=”sickynote”><p>TEST</p></div>
I am not sure how you get it to do this automatically – but as a way round it until someone with more knowledge than I can help you by putting the editor into html mode you will be able to fix the styles for things such as stickynote.
Regards,
Kiwidesign -
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by kallan 17 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum