Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter rrossi

    (@rrossi)

    Perfect! Thank You…

    Thread Starter rrossi

    (@rrossi)

    Your plugin is indeed installed and active! So this shall remain unsolved..

    I described to you what I was doing regarding entering my images. Nothing unusual there. You never responded to my last email.

    So if your not willing to help me try to correct this issue I will move on. But dont tell me the plugin is not installed or active..

    Thread Starter rrossi

    (@rrossi)

    Thanks again for the speedy reply.

    My skills are not that advanced, so most of what you explained was over my head.

    Let me boil down what I did:

    1. Posted plain text in post page
    2. Inserted image into post, left justified
    3. In the theme’s style.css, entered the following code:
    ‘ /* Alignment */
    .alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
    }
    .alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
    }
    .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }’
    4. Mailchimp rss feed in template:
    *|RSSITEMS:|*
    *|RSSITEM:TITLE|*

    *|RSSITEM:CONTENT_FULL|*
    5. Mailchimp rss feed = https://valleyglen.org/category/email/feed

    I could send you the html code from Mailchimp if that will help.

    Thanks again

    Thread Starter rrossi

    (@rrossi)

    Thanks again for the speedy reply.

    My skills aren’t that advanced, so most of what you explained is over my head.

    Let me boil down what I am doing:
    1. entering plain text in WP post
    2. inserting image into post, left justified
    3. css script for text wrapping in the theme’s style.css:
    /* Alignment */
    .alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
    }
    .alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
    }
    .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    4. Mailchimp RSS Feed:
    News, Events & Announcements *|RSSFEED:URL|* Posted on *|RSSITEM:DATE|*
    *|RSSFEED:TITLE|*
    5. Mailchimp email HTML Code:
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head>
    <!– NAME: BASIC RSS –>
    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
    <title>*|MC:SUBJECT|*</title>

    <style type=”text/css”>
    body,#bodyTable,#bodyCell{
    height:100% !important;
    margin:0;
    padding:0;
    width:100% !important;
    }
    table{
    border-collapse:collapse;
    }
    img,a img{
    border:0;
    outline:none;
    text-decoration:none;
    }
    h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    }
    p{
    margin:1em 0;
    padding:0;
    }
    a{
    word-wrap:break-word;
    }
    .ReadMsgBody{
    width:100%;
    }
    .ExternalClass{
    width:100%;
    }
    .ExternalClass,.ExternalClass p,.ExternalClass span,.ExternalClass font,.ExternalClass td,.ExternalClass div{
    line-height:100%;
    }
    table,td{
    mso-table-lspace:0pt;
    mso-table-rspace:0pt;
    }
    #outlook a{
    padding:0;
    }
    img{
    -ms-interpolation-mode:bicubic;
    }
    body,table,td,p,a,li,blockquote{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    }
    #bodyCell{
    padding:20px;
    }
    .mcnImage{
    vertical-align:bottom;
    }
    .mcnTextContent img{
    height:auto !important;
    }
    body,#bodyTable{
    background-color:#ffffff;
    }
    #bodyCell{
    border-top:0;
    }
    #templateContainer{
    border:0;
    }
    h1{
    color:#606060 !important;
    display:block;
    font-family:Helvetica;
    font-size:40px;
    font-style:normal;
    font-weight:bold;
    line-height:125%;
    letter-spacing:-1px;
    margin:0;
    text-align:left;
    }
    h2{
    color:#404040 !important;
    display:block;
    font-family:Helvetica;
    font-size:26px;
    font-style:normal;
    font-weight:bold;
    line-height:125%;
    letter-spacing:-.75px;
    margin:0;
    text-align:left;
    }
    h3{
    color:#606060 !important;
    display:block;
    font-family:Helvetica;
    font-size:18px;
    font-style:normal;
    font-weight:bold;
    line-height:125%;
    letter-spacing:-.5px;
    margin:0;
    text-align:left;
    }
    h4{
    color:#808080 !important;
    display:block;
    font-family:Helvetica;
    font-size:16px;
    font-style:normal;
    font-weight:bold;
    line-height:125%;
    letter-spacing:normal;
    margin:0;
    text-align:left;
    }
    #templatePreheader{
    background-color:#FFFFFF;
    border-top:0;
    border-bottom:0;
    }
    .preheaderContainer .mcnTextContent,.preheaderContainer .mcnTextContent p{
    color:#606060;
    font-family:Helvetica;
    font-size:11px;
    line-height:125%;
    text-align:left;
    }
    .preheaderContainer .mcnTextContent a{
    color:#606060;
    font-weight:normal;
    text-decoration:underline;
    }
    #templateHeader{
    background-color:#ffffff;
    border-top:0;
    border-bottom:5px none ;
    }
    .headerContainer .mcnTextContent,.headerContainer .mcnTextContent p{
    color:#606060;
    font-family:Helvetica;
    font-size:15px;
    line-height:150%;
    text-align:left;
    }
    .headerContainer .mcnTextContent a{
    color:#6DC6DD;
    font-weight:normal;
    text-decoration:underline;
    }
    #templateBody{
    background-color:#FFFFFF;
    border-top:5px solid #003100;
    border-bottom:5px groove #003100;
    }
    .bodyContainer .mcnTextContent,.bodyContainer .mcnTextContent p{
    color:#606060;
    font-family:Helvetica;
    font-size:15px;
    line-height:150%;
    text-align:left;
    }
    .bodyContainer .mcnTextContent a{
    color:#6DC6DD;
    font-weight:normal;
    text-decoration:underline;
    }
    #templateFooter{
    background-color:#ffffff;
    border-top:5px none ;
    border-bottom:0;
    }
    .footerContainer .mcnTextContent,.footerContainer .mcnTextContent p{
    color:#f0f0f0;
    font-family:Helvetica;
    font-size:11px;
    line-height:125%;
    text-align:left;
    }
    .footerContainer .mcnTextContent a{
    color:#afaeae;
    font-weight:normal;
    text-decoration:underline;
    }
    @media only screen and (max-width: 480px){
    body,table,td,p,a,li,blockquote{
    -webkit-text-size-adjust:none !important;
    }

    } @media only screen and (max-width: 480px){
    body{
    width:100% !important;
    min-width:100% !important;
    }

    } @media only screen and (max-width: 480px){
    td[id=bodyCell]{
    padding:10px !important;
    }

    } @media only screen and (max-width: 480px){
    table[class=mcnTextContentContainer]{
    width:100% !important;
    }

    } @media only screen and (max-width: 480px){
    .mcnBoxedTextContentContainer{
    max-width:100% !important;
    min-width:100% !important;
    width:100% !important;
    }

    } @media only screen and (max-width: 480px){
    table[class=mcpreview-image-uploader]{
    width:100% !important;
    display:none !important;
    }

    } @media only screen and (max-width: 480px){
    img[class=mcnImage]{
    width:100% !important;
    }

    } @media only screen and (max-width: 480px){
    table[class=mcnImageGroupContentContainer]{
    width:100% !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=mcnImageGroupContent]{
    padding:9px !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=mcnImageGroupBlockInner]{
    padding-bottom:0 !important;
    padding-top:0 !important;
    }

    } @media only screen and (max-width: 480px){
    tbody[class=mcnImageGroupBlockOuter]{
    padding-bottom:9px !important;
    padding-top:9px !important;
    }

    } @media only screen and (max-width: 480px){
    table[class=mcnCaptionTopContent],table[class=mcnCaptionBottomContent]{
    width:100% !important;
    }

    } @media only screen and (max-width: 480px){
    table[class=mcnCaptionLeftTextContentContainer],table[class=mcnCaptionRightTextContentContainer],table[class=mcnCaptionLeftImageContentContainer],table[class=mcnCaptionRightImageContentContainer],table[class=mcnImageCardLeftTextContentContainer],table[class=mcnImageCardRightTextContentContainer]{
    width:100% !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=mcnImageCardLeftImageContent],td[class=mcnImageCardRightImageContent]{
    padding-right:18px !important;
    padding-left:18px !important;
    padding-bottom:0 !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=mcnImageCardBottomImageContent]{
    padding-bottom:9px !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=mcnImageCardTopImageContent]{
    padding-top:18px !important;
    }

    } @media only screen and (max-width: 480px){
    table[class=mcnCaptionLeftContentOuter] td[class=mcnTextContent],table[class=mcnCaptionRightContentOuter] td[class=mcnTextContent]{
    padding-top:9px !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=mcnCaptionBlockInner] table[class=mcnCaptionTopContent]:last-child td[class=mcnTextContent]{
    padding-top:18px !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=mcnBoxedTextContentColumn]{
    padding-left:18px !important;
    padding-right:18px !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=mcnTextContent]{
    padding-right:18px !important;
    padding-left:18px !important;
    }

    } @media only screen and (max-width: 480px){
    table[id=templateContainer],table[id=templatePreheader],table[id=templateHeader],table[id=templateBody],table[id=templateFooter]{
    max-width:600px !important;
    width:100% !important;
    }

    } @media only screen and (max-width: 480px){
    h1{
    font-size:24px !important;
    line-height:125% !important;
    }

    } @media only screen and (max-width: 480px){
    h2{
    font-size:20px !important;
    line-height:125% !important;
    }

    } @media only screen and (max-width: 480px){
    h3{
    font-size:18px !important;
    line-height:125% !important;
    }

    } @media only screen and (max-width: 480px){
    h4{
    font-size:16px !important;
    line-height:125% !important;
    }

    } @media only screen and (max-width: 480px){
    table[class=mcnBoxedTextContentContainer] td[class=mcnTextContent],td[class=mcnBoxedTextContentContainer] td[class=mcnTextContent] p{
    font-size:18px !important;
    line-height:125% !important;
    }

    } @media only screen and (max-width: 480px){
    table[id=templatePreheader]{
    display:block !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=preheaderContainer] td[class=mcnTextContent],td[class=preheaderContainer] td[class=mcnTextContent] p{
    font-size:14px !important;
    line-height:115% !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=headerContainer] td[class=mcnTextContent],td[class=headerContainer] td[class=mcnTextContent] p{
    font-size:18px !important;
    line-height:125% !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=bodyContainer] td[class=mcnTextContent],td[class=bodyContainer] td[class=mcnTextContent] p{
    font-size:18px !important;
    line-height:125% !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=footerContainer] td[class=mcnTextContent],td[class=footerContainer] td[class=mcnTextContent] p{
    font-size:14px !important;
    line-height:115% !important;
    }

    } @media only screen and (max-width: 480px){
    td[class=footerContainer] a[class=utilityLink]{
    display:block !important;
    }

    }</style></head>
    <body leftmargin=”0″ marginwidth=”0″ topmargin=”0″ marginheight=”0″ offset=”0″ style=”margin: 0;padding: 0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;height: 100% !important;width: 100% !important;”>
    <center>
    <table align=”center” border=”0″ cellpadding=”0″ cellspacing=”0″ height=”100%” width=”100%” id=”bodyTable” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;margin: 0;padding: 0;background-color: #ffffff;height: 100% !important;width: 100% !important;”>
    <tr>
    <td align=”center” valign=”top” id=”bodyCell” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;margin: 0;padding: 20px;border-top: 0;height: 100% !important;width: 100% !important;”>
    <!– BEGIN TEMPLATE // –>
    <table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”600″ id=”templateContainer” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 0;”>
    <tr>
    <td align=”center” valign=”top” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <!– BEGIN PREHEADER // –>
    <table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”600″ id=”templatePreheader” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #FFFFFF;border-top: 0;border-bottom: 0;”>
    <tr>
    <td valign=”top” class=”preheaderContainer” style=”padding-top: 9px;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”></td>
    </tr>
    </table>
    <!– // END PREHEADER –>
    </td>
    </tr>
    <tr>
    <td align=”center” valign=”top” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <!– BEGIN HEADER // –>
    <table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”600″ id=”templateHeader” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;border-top: 0;border-bottom: 5px none;”>
    <tr>
    <td valign=”top” class=”headerContainer” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”><table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”100%” class=”mcnCaptionBlock” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody class=”mcnCaptionBlockOuter”>
    <tr>
    <td class=”mcnCaptionBlockInner” valign=”top” style=”padding: 9px;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>

    <table border=”0″ cellpadding=”0″ cellspacing=”0″ class=”mcnCaptionRightContentOuter” width=”100%” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody><tr>
    <td valign=”top” class=”mcnCaptionRightContentInner” style=”padding: 0 9px;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <table align=”left” border=”0″ cellpadding=”0″ cellspacing=”0″ class=”mcnCaptionRightImageContentContainer” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody><tr>
    <td class=”mcnCaptionRightImageContent” valign=”top” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>

    <img alt=”” src=”https://gallery.mailchimp.com/8ae275d371e7fb5c2b3fa9e0d/images/b79b1157-ad88-42ad-879c-d0781c1f583b.gif&#8221; width=”122″ style=”max-width: 122px;border: 0;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;” class=”mcnImage”>

    </td>
    </tr>
    </tbody></table>
    <table class=”mcnCaptionRightTextContentContainer” align=”right” border=”0″ cellpadding=”0″ cellspacing=”0″ width=”396″ style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody><tr>
    <td valign=”top” class=”mcnTextContent” style=”font-family: Verdana, Geneva, sans-serif;font-size: 28px;font-weight: normal;line-height: 200%;text-align: center;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #606060;”>
    <span style=”color:#003100″><span style=”font-family:verdana,geneva,sans-serif”><span style=”font-size:32px”>FOSTERING
    NEIGHBORHOOD
    PRIDE</span></span></span>
    </td>
    </tr>
    </tbody></table>
    </td>
    </tr>
    </tbody></table>

    </td>
    </tr>
    </tbody>
    </table></td>
    </tr>
    </table>
    <!– // END HEADER –>
    </td>
    </tr>
    <tr>
    <td align=”center” valign=”top” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <!– BEGIN BODY // –>
    <table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”600″ id=”templateBody” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #FFFFFF;border-top: 5px solid #003100;border-bottom: 5px groove #003100;”>
    <tr>
    <td valign=”top” class=”bodyContainer” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”><table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”100%” class=”mcnTextBlock” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody class=”mcnTextBlockOuter”>
    <tr>
    <td valign=”top” class=”mcnTextBlockInner” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>

    <table align=”left” border=”0″ cellpadding=”0″ cellspacing=”0″ width=”NaN” class=”mcnTextContentContainer” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody><tr>

    <td valign=”top” class=”mcnTextContent” style=”padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #606060;font-family: Helvetica;font-size: 15px;line-height: 150%;text-align: left;”>

    News, Events & Announcements ?<em style=”line-height:20.7999992370605px”>Posted on Oct 17, 2015 03:19 pm
    <h1 style=”text-align: center;margin: 0;padding: 0;display: block;font-family: Helvetica;font-size: 40px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: -1px;color: #606060 !important;”><span style=”font-size:26px”><span style=”font-family:verdana,geneva,sans-serif”>Valley Glen Neighborhood Association ? E-Mail</span></span></h1>

    </td>
    </tr>
    </tbody></table>

    </td>
    </tr>
    </tbody>
    </table><table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”100%” class=”mcnTextBlock” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody class=”mcnTextBlockOuter”>
    <tr>
    <td valign=”top” class=”mcnTextBlockInner” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>

    <table align=”left” border=”0″ cellpadding=”0″ cellspacing=”0″ width=”NaN” class=”mcnTextContentContainer” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody><tr>

    <td valign=”top” class=”mcnTextContent” style=”padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #606060;font-family: Helvetica;font-size: 15px;line-height: 150%;text-align: left;”>

    <h2 class=”mc-toc-title” style=”margin: 0;padding: 0;display: block;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: -.75px;text-align: left;color: #404040 !important;”>VGNA General Meeting Reminder</h2>
    <p><img class=”alignleft size-full wp-image-87″ src=”https://i1.wp.com/www.valleyglen.org/wp-content/uploads/2012/04/logo.gif?resize=122%2C196&#8243; alt=”logo” data-recalc-dims=”1″ border=”0″>October 20, 2015
    6:30pm meet, greet, eat
    7pm Meeting called to order by President Dean Abston
    Guest Speaker: Captain Liliian Carranza
    Kittridge Street Elementary School
    13619 Kittridge Street</p>
    <p>Hope to see you there!</p>

    Read in browser ?
    <img src=”https://cdn-images.mailchimp.com/social_connect_tweet.png&#8221; border=”0″ width=”55″ height=”20″ style=”display:inline;” alt=”share on Twitter”> <img src=”https://cdn-images.mailchimp.com/fb/like.gif&#8221; border=”0″ alt=”Like VGNA General Meeting Reminder on Facebook” height=”20″ width=”48″ style=”display:inline;”/>

    <h2 class=”mc-toc-title” style=”margin: 0;padding: 0;display: block;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: -.75px;text-align: left;color: #404040 !important;”>Lit Crawl L.A</h2>
    <div id=”yui_3_16_0_1_1445119940945_2627″><img class=”alignleft wp-image-1718 size-thumbnail” src=”https://i1.wp.com/www.valleyglen.org/wp-content/uploads/2015/10/lit-crawl.jpg?resize=150%2C150&#8243; alt=”lit crawl” data-recalc-dims=”1″ border=”0″>Wednesday, Oct. 21, 6 p.m.
    North Hollywood Arts District
    Lankershim and Magnolia Blvd., North HollywoodLit Crawl returns to L.A. with the 3rd Annual Lit Crawl L.A. in the North Hollywood Arts District. More than 35 restaurants, bars, galleries, theaters and other hip NoHo venues will host an evening of innovative presentations with the best of L.A.’s literary scene sampling from throughout Los Angeles County and SoCal region.
    </div>

    Read in browser ?
    <img src=”https://cdn-images.mailchimp.com/social_connect_tweet.png&#8221; border=”0″ width=”55″ height=”20″ style=”display:inline;” alt=”share on Twitter”> <img src=”https://cdn-images.mailchimp.com/fb/like.gif&#8221; border=”0″ alt=”Like Lit Crawl L.A on Facebook” height=”20″ width=”48″ style=”display:inline;”/>

    <h2 class=”mc-toc-title” style=”margin: 0;padding: 0;display: block;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: -.75px;text-align: left;color: #404040 !important;”>Valley Family Services Halloween Fun Run</h2>
    <p><img class=”alignleft size-thumbnail wp-image-1726″ src=”https://i2.wp.com/www.valleyglen.org/wp-content/uploads/2015/10/family-services-halloween-run-2015.jpg?resize=150%2C150&#8243; alt=”family services halloween run 2015″ data-recalc-dims=”1″ border=”0″>Saturday, Oct. 31, 7 a.m.</p>
    <p>Metro Orange Line Sepulveda Station,
    15432 W. Erwin St., Van Nuys</p>
    <p>For the second year, Valley Village and Village Family Services will be partnering to host the Village Run/Walk 5K and Family Festival to bring awareness to developmental disabilities and at-risk youth. Wear your Halloween costume to this fun race that will begin at the Sepulveda Orange Line Metro Station and follow the Orange Line to Los Angeles Valley College for a festival perfect for the entire family.</p>

    Read in browser ?
    <img src=”https://cdn-images.mailchimp.com/social_connect_tweet.png&#8221; border=”0″ width=”55″ height=”20″ style=”display:inline;” alt=”share on Twitter”> <img src=”https://cdn-images.mailchimp.com/fb/like.gif&#8221; border=”0″ alt=”Like Valley Family Services Halloween Fun Run on Facebook” height=”20″ width=”48″ style=”display:inline;”/>

    <h2 class=”mc-toc-title” style=”margin: 0;padding: 0;display: block;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: -.75px;text-align: left;color: #404040 !important;”>Halloween Happenings</h2>
    <p><img class=”alignleft wp-image-1723″ src=”https://i0.wp.com/www.valleyglen.org/wp-content/uploads/2015/10/halloween-haps-2015.jpg?resize=112%2C150&#8243; alt=”halloween haps 2015″ data-recalc-dims=”1″ border=”0″>Saturday, Oct. 24, 6 p.m. to 8 p.m.</p>
    <p>Faith Presbyterian Church
    5000 Colfax Ave., Valley Village</p>
    <p>Join the Faith Presbyterian Church and the Neighborhood Council Valley Village for Halloween fun. The free community Halloween event will feature a best costume contest, pumpkin painting, free popcorn, and other fun activities and entertainment. For more information, visit https://www.myvalleyvillage.com.</p>

    Read in browser ?
    <img src=”https://cdn-images.mailchimp.com/social_connect_tweet.png&#8221; border=”0″ width=”55″ height=”20″ style=”display:inline;” alt=”share on Twitter”> <img src=”https://cdn-images.mailchimp.com/fb/like.gif&#8221; border=”0″ alt=”Like Halloween Happenings on Facebook” height=”20″ width=”48″ style=”display:inline;”/>

    <span style=”font-size:16px”><span style=”color: #000000;font-family: helveticaneue,helvetica neue,helvetica,arial,lucida grande,sans-serif;line-height: normal;”>Please remember to visit our website for new events and updates.?</span>
    <br style=”color: #000000;font-family: HelveticaNeue, ‘Helvetica Neue’, Helvetica, Arial, ‘Lucida Grande’, sans-serif;font-size: 13.3333px;line-height: normal;”>
    <span style=”color: #000000;font-family: helveticaneue,helvetica neue,helvetica,arial,lucida grande,sans-serif;line-height: normal;”>Thank you for your continued support and participation!</span></span>

    ?
    <h3 class=”h3″ style=”margin: 0;padding: 0;display: block;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: -.5px;text-align: left;color: #606060 !important;”>Recent Articles:</h3>

    47th Annual PALS Police Community Partnership Luncheon
    VGNA General Meeting!
    Prevent Copper Wire Theft
    Women’s Self-Defense Workshops

    ?
    </td>
    </tr>
    </tbody></table>

    </td>
    </tr>
    </tbody>
    </table></td>
    </tr>
    </table>
    <!– // END BODY –>
    </td>
    </tr>
    <tr>
    <td align=”center” valign=”top” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <!– BEGIN FOOTER // –>
    <table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”600″ id=”templateFooter” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;border-top: 5px none;border-bottom: 0;”>
    <tr>
    <td valign=”top” class=”footerContainer” style=”padding-bottom: 9px;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”><table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”100%” class=”mcnTextBlock” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody class=”mcnTextBlockOuter”>
    <tr>
    <td valign=”top” class=”mcnTextBlockInner” style=”mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>

    <table align=”left” border=”0″ cellpadding=”0″ cellspacing=”0″ width=”600″ class=”mcnTextContentContainer” style=”border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;”>
    <tbody><tr>

    <td valign=”top” class=”mcnTextContent” style=”padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #f0f0f0;font-family: Helvetica;font-size: 11px;line-height: 125%;text-align: left;”>

    <span style=”color:#696969″>Copyright *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.
    *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*

    Our mailing address is:
    *|HTML:LIST_ADDRESS_HTML|* *|END:IF|*

    Want to change how you receive these emails?</span>
    <span style=”color:#696969″>You can</span> update your preferences <span style=”color:#696969″>or</span> unsubscribe from this list

    <span style=”color:#696969″>*|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*</span>
    </td>
    </tr>
    </tbody></table>

    </td>
    </tr>
    </tbody>
    </table></td>
    </tr>
    </table>
    <!– // END FOOTER –>
    </td>
    </tr>
    </table>
    <!– // END TEMPLATE –>
    </td>
    </tr>
    </table>
    </center>
    </body>
    </html>

    I hope this is not too much information.

    Thanks again for your help

    Thread Starter rrossi

    (@rrossi)

    Hi, thanks for the reply.

    Yes, I am still having issues. Here is the link to my page that represents the feed: https://www.valleyglen.org/category/email/

    As you can see there are indeed images… So, I must be doing something wrong.

    I would appreciate a deeper look.

    Thank you.

    Thread Starter rrossi

    (@rrossi)

    There is no plugin affecting that and I do not see anything in the functions.php

    The crazy thing is I know I did an edit before to establish the link….

    I just cant find it now…

    Thread Starter rrossi

    (@rrossi)

    Yes, First place I looked… not there…

    Thread Starter rrossi

    (@rrossi)

    Thank you WP Gurus,

    Your solution is a little beyond my capabilities at the moment.

    But I entered your code as I think I should have, but it didn’t work.

    This was placed in my child theme Style.css file as such:

    @import url(“../ctkSchoolTheme/style.css”);

    function my_body_classes($classes){
    if( is_page_template() )
    $classes[] = ‘sub-page.php’;

    return $classes;
    }
    add_filter(‘body_class’, ‘my_body_classes’);

    /*Now your pages will have the class page-template and you can create styling specifically for them:
    */

    .sub-page.php .some
    p {
    text-align: left;
    padding: 4px 0px 4px 0px;
    font-size: 13px;
    letter-spacing: 8px;
    color: #21fc00;
    line-height: 23px;
    }

    Thread Starter rrossi

    (@rrossi)

    Thank you PVWD for your input,

    I understand that the styling is done in the style.css. I do use an inspection tool to find the code that needs to be changed and I am currently making all changes in a child theme. What I’m getting hung up on is applying a different style than what is in the style.css to a different template.

    My home page has distinct styling to itself. All other pages will have different styling than that of the home page. I tried entering the styling code above in the new template page.php file but it doesn’t seem to work. The line of code just appears on the page as text. So my question is: Can I enter code in the new template page.php to affect the font styling on the page? If so how? or do I need to create a different style.css file to address these changes an import that into the new template Page.php? and if so how? would I use the @import command to call the file?

    Or should I just create a new theme and use a plugin that will will apply a theme to a page? This to me seems rather inefficient..

    I hope I am making my issues clear. As I mentioned I am rather new to all this and many concepts are still not fully jelled in my brain yet….

    Thanks again,

    Richard

    Forum: Fixing WordPress
    In reply to: Ugly Typography
    Thread Starter rrossi

    (@rrossi)

    Thank you guys,

    It was a simple browser refresh….

    I always forget to do that….

    I will look into the simple custom css plugin.

    Thanks again.

    Thread Starter rrossi

    (@rrossi)

    Thank you Andrew, That was simple….

    Thread Starter rrossi

    (@rrossi)

    This is a great plug-in have been using it for several years without a hitch. Recently, we started using Jetpacks “Sharing” and “Likes” for all posts and pages. However, the Post-in-page snippet also carries over the “sharing” and “Likes” and positions them on the bottom of the snippet. Not a good thing…

    What coding do I need to put into the php to not have those show?

    All help would be appreciated.

    https://www.ctkla.org Look at PIP under announcements on landing page… to see example.

    Thank you….

Viewing 12 replies - 16 through 27 (of 27 total)