Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mfcphil Friend
    #122488

    Does 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 Friend
    #228665

    In 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
    Kiwidesign

    mfcphil Friend
    #228714

    should I not simply have to press the pin note, contact ,bubble or download button to make the things appears? :confused:

    mfcphil Friend
    #229043

    As 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 Friend
    #229178

    Hi 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

Viewing 5 posts - 1 through 5 (of 5 total)

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