jimpicariello
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Penscratch] featured image on postsIt would be great if a featured image at the top of the post was built in, like most themes. So that people don’t have to be a programmer to get it to work.
Otherwise, I love the theme!
Any chance that will get updated?
Forum: Themes and Templates
In reply to: [Asteria Lite] Custom CSS feature escaping quote bugYour solution helps for that example, but with certain styles you need to use a \ character and Asteria Lite appears to strip that out, or add extra \ around quotes.
For instance:
blockquote::before{
content: “\201C”;
}and
content: \201C;
also loses its \Is that something that is allowed in the paid version, or is there another solution?
Thanks,
Jim
I am having the same problem. Here is the code of a broken thumbnail:
<div class="mfma_item" id="mfma_rl_left_pane_1"><img style="margin:0 5px 0 5px;" data-id="5" src="http://mysite.com/-content/uploads/B216-100_1237-142x88.jpg" alt="B216-100_1237.jpg" title="B216-100_1237.jpg" width="50"><div class="mfma_rl_filename">B216-100_1237.jpg</div></div>As you can see, it doesn’t refer to wp-content, but -content. How do I fix this?
Thanks,
Jim