• Resolved BrandBull

    (@brandbull)


    hello again….
    when i have to many question before holiday, so kick me out here… πŸ™‚
    no, it was a joke!

    i have implemented my only newsletter-template. it working – i meen i can see it in the window, i can send it, but i cant work with it. no changing text, pictures…

    so i look into html and i see you have “chapters” (or blcoks… sorry my english is old scool), for every one you have:

    — BEGINN:

    <!–[open_insertion_container_start]–><tr class=”droppable_empty”><td><!–[close_insertion_container_start]–>
    <!–[start module 1]–>
    … content

    <!–[end module 1]–>
    <!–[open_insertion_container_end]–></td></tr><!–[close_insertion_container_end]–>

    — END

    is that what i must do that somenone into my html to have “chapters” or work with it. i see pdf on your homepage, but i understand it.

    olli

    http://wordpress.org/extend/plugins/knews/

Viewing 1 replies (of 1 total)
  • Plugin Author creverter

    (@creverter)

    Hello Olli!

    It’s simple, but I recommend go step-by-step and test it. Remember: to test any change in the template, you must create a new newsletter, the old created newsletters don’t change his HTML!!!

    The main steps:

    1) Any draggable module must be a entire table.
    2) Any module must be contained into a simple table, with one TD for every module
    3) To make a image editable, must have the class=”editable” into <img> tag
    4) To make editable content, put it between <!–[start_editable_content]–><!–[end_editable_content]–>
    5) Create the /wp-content/uploads/knewstemplates/ folder and put it your template folder, otherwise when update knews will lose your template!

    Start by making one draggable module, test it and then advance. If doesn’t work, submit me the templata and I will debug it.

    Regards,
    Carles

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Knews Multilingual Newsletters] My Newsletter-Template does not work as your Demos’ is closed to new replies.