info.brandaware
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] enqueue ie conditional js after autoptimize js (all in footer)Frank,
Thanks for the quick reply.
It worked perfectly with <figure></figure>, with the autoptimize js appearing between the two tags.
Thanks,
Brian
P.S. for others attempting this:
It didn’t work with the footer tag probably because my footer tag is more than just <footer>:
<footer id="colophon" class="site-footer" role="contentinfo">
It didn’t work with a comment tag <!– replace –> throwing an error message about a missing <!–/noptimize–>
- This reply was modified 8 years, 5 months ago by info.brandaware.
- This reply was modified 8 years, 5 months ago by info.brandaware.
Forum: Themes and Templates
In reply to: [Clean Yeti Basic] Clean Yeti strips out htmlRichard,
Thank you! Works perfectly.
You might want to add this as an option in Clean Yeti Basic.
Brian
Forum: Themes and Templates
In reply to: [Clean Yeti Basic] Clean Yeti strips out htmlRichard,
I deactivated all plugins including the Members plugin, so now the site is visible without logging in at https://www.brandaware.ca. Please take a look. You can clearly see the list of posts with content shown as a single line, with content properly formatted when a particular post is selected.
Brian
Forum: Themes and Templates
In reply to: [Clean Yeti Basic] Clean Yeti strips out htmlRichard,
The code is posted below. Nothing complicated, just a test.
To be clear, the single line of text enclosed by
<p>
is in the list of posts. When I click on the post heading to select the post from the list, it IS formatted properly. So the problem is in the list of all posts rather than an individual post.Brian
This is the code as entered into the WordPress editor:
<h3>Movies</h3> <ul> <li>Wages of Fear</li> <li>Black Orpheus</li> </ul> <h3>Music</h3> <ul> <li>Bob Dylan Mono Recordings (first eight albums)</li> <li>The Pentangle (first album)</li> </ul> <h3>TV Shows</h3> <ul> <li>Jamie's 15 minute meals</li> <li>Roosevelts biography</li> </ul>
And this is what the code looks like when viewing site with view page source:
<div id="post-173" class="post-173 post type-post status-publish format-standard hentry category-uncategorized" > <h2 class="entry-title"><a href="https://www.brandaware.ca/new-on-ringo-september-2014/" title="Permalink to New on Ringo – September 2014" rel="bookmark">New on Ringo – September 2014</a></h2> <div class="entry-meta"> <p> <span class="meta-prep meta-prep-author">By </span><span class="author vcard"><a class="url fn n" href="https://www.brandaware.ca/author/mwlpedfkumfalq32tfia/" title="View all posts by mWLpEdfkUMfALQ32tfiA">mWLpEdfkUMfALQ32tfiA</a></span> <span class="meta-sep meta-sep-edit"> </span> <a href="https://www.brandaware.ca/global/ps/wordpress/wp-admin/post.php?post=173&action=edit" title="Edit post">Edit</a> </p> </div><!-- .entry-meta --> <div class="row"> <div class="entry-content large-12 columns"> <div class="large-12 columns"> <p>Movies Wages of Fear Black Orpheus Music Bob Dylan Mono Recordings (first eight albums) The Pentangle (first album) TV Shows Jamie’s 15 minute meals Roosevelts biography ?</p> </div> </div><!-- .entry-content -->