omfgitsasalmon
omfgitsasalmon
Found the solution. Replace `imgLiquid.injectCss=".imgLiquid img{visibility:hidden}"` and `i("img",u).css({display:"none"})` with `imgLiquid.injectCss=".imgLiquid img:first {visibility:hidden}"` and `i("img:first",u).css({display:"none"})` And only the first image will be taken for the container, the rest will remain as...
I made it easier for direct integration rather than to change the class, you can directly set it via markdown using the alt. use this instead. // Cover image of...
@citrusmorbidus @kianlavi @roycehaynes I have forked this theme over at bitbucket and with permission from Royce, I'm posting it here. http://bitbucket.caffein8.com/bentley I have since implemented: 1. Cover Photos 2. Subtitles...
@ErisDS I have forked this theme over at bitbucket and with permission from Royce, I'm posting it here. http://bitbucket.caffein8.com/bentley I have since implemented: 1. Cover Photos 2. Subtitles 3. Pagination...
@therealjohn @ambroselittle I have forked this theme over at bitbucket and with permission from Royce, I'm posting it here. http://bitbucket.caffein8.com/bentley I have since implemented: 1. Cover Photos 2. Subtitles 3....
I managed to implement this. Add this to your app.js ``` // Subtitles var $subtitle = $('span[id="subtitle"]'); if ( $subtitle.length ) { var subtitleText = $('#subtitle').text(); $('.art-subtitle').html(subtitleText); } $subtitle.remove(); ```...
It doesn't appear in the post. The last bit of the JavaScript removes the entire element from the post. Unless you mean it appears in the excerpt. In that case,...
@vonoiral @id192313 I have forked this theme over at bitbucket and with permission from Royce, I'm posting it here. http://bitbucket.caffein8.com/bentley I have since implemented: 1. Cover Photos 2. Subtitles 3....
Why don't you create one and send a pull request? @bakman2