Search found 197 matches

by danst0
Wed May 18, 2011 5:15 pm
Forum: Themes
Topic: Minify CSS
Replies: 18
Views: 15569

Minify CSS

Hi, I am looking into minifying (remove comments, new lines, whitespaces) the CSS output of S9Y using this php program as a replacement css file: <?php header('Content-type: text/css'); ob_start("compress"); function compress($buffer) { /* remove comments */ $buffer = preg_replace('!/\*[^*...
by danst0
Wed May 18, 2011 4:56 pm
Forum: Themes
Topic: Images in CSS Stylesheet
Replies: 5
Views: 5249

Re: Images in CSS Stylesheet

Yes indeed.

Ok, then "my way" is still the correct one, there is no way of using some variable for that?
Daniel
by danst0
Wed May 18, 2011 4:39 pm
Forum: Themes
Topic: Images in CSS Stylesheet
Replies: 5
Views: 5249

Images in CSS Stylesheet

Hi, just a short question: In my own stylesheet I have to refer to pictures as background-image: url(templates/myTemplate/img/titlebg.jpg); else the picture is not found, but in the bulletproof it is refered to as background-image: url(img/titlebg.jpg); . Why? What is the right way to do it? Daniel
by danst0
Wed May 18, 2011 1:24 pm
Forum: Plugins
Topic: Google Analytics and Article Caching
Replies: 8
Views: 4211

Re: Google Analytics and Article Caching

Mhh, I am using the extended properties for entries plugin and unsure which table to truncate.

Daniel
by danst0
Wed May 18, 2011 9:33 am
Forum: Plugins
Topic: Google Analytics and Article Caching
Replies: 8
Views: 4211

Re: Google Analytics and Article Caching

Now I get confused: Yesterday there were only two links in the sidebar which were converted to google events, and no links in the text. Now there is still a difference, but only with one external link (from several on that page): Desktop$ diff mit\ cache.html ohne\ cache.html 522c522 < <p>Another al...
by danst0
Tue May 17, 2011 7:16 pm
Forum: Themes
Topic: List Margin with floating image
Replies: 10
Views: 10569

Re: List Margin with floating image

Very seldom I found so few results on google on a topic. I think this fixed my issue: http://stackoverflow.com/questions/710158/why-do-my-list-item-bullets-overlap-floating-elements instead of before: ul { margin-left: 0.5em; margin-right: 0px; margin-top: 0px; margin-bottom: 0.5em; } I now have: li...
by danst0
Tue May 17, 2011 6:29 pm
Forum: Themes
Topic: List Margin with floating image
Replies: 10
Views: 10569

Re: List Margin with floating image

Thank you, but I only would move the image as a last resort. I just played with the margin of the image itself. But this has a different than expected effect on the list items (see screenshot). The Headline text and the list item _text_ (vs. the bullet) are aligned. Couldn't I switch that so that th...
by danst0
Tue May 17, 2011 5:20 pm
Forum: Themes
Topic: List Margin with floating image
Replies: 10
Views: 10569

Re: List Margin with floating image

I already have a temporary fix on the blog (by spliting the list in two), and this is how it is supposed to look.
http://scrmblog.com/archives/246-This-W ... -2011.html

Daniel
by danst0
Tue May 17, 2011 5:16 pm
Forum: Plugins
Topic: Google Analytics and Article Caching
Replies: 8
Views: 4211

Google Analytics and Article Caching

Hi,

just realized that tracking of external links with the GA plugin and the caching of entries function do not seem to work well with each other:
If I enable caching no external link tracked, if I disable it, it just works...

Is there a workaround for that?

Daniel
by danst0
Tue May 17, 2011 4:34 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11183

Re: textile: url-links doesn't work

Ok, solved it myself. I had to enable the Textile option:
Convert HTML quotes to real quotes?
If enabled, HTML-Quote-Entities (") will be converted to real quotes. Only useful to enable, if you want to use Textile markup in your comments.

... too easy

Daniel
by danst0
Tue May 17, 2011 4:23 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11183

Re: textile: url-links doesn't work

I forgot to mention that the "*" textile tag for lists is correctly handled in my setup.

Daniel
by danst0
Tue May 17, 2011 3:35 pm
Forum: Bugs
Topic: Set Blog to new Language
Replies: 2
Views: 2215

Re: Set Blog to new Language

Thanks, that worked...

Daniel
by danst0
Tue May 17, 2011 3:33 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11183

Re: textile: url-links doesn't work

Hi, I have the same problem right now. I have the following plugins (in order) installed: textile, spamblock (bayes), spamprotector (surbl), spam protector, spartacus, Google analytics, static pages, microbloggin, autosave entries, tagging of entries, html meta tags, sitemap generator, html sample!,...
by danst0
Tue May 17, 2011 2:57 pm
Forum: Plugins
Topic: Update for PopFetcher Plugin
Replies: 1
Views: 1591

Update for PopFetcher Plugin

Hi,

I just updated the popfetcher plugin (depreciated use of regex function and showing full size pictures in articles).

You can find the unified diff here: http://pastebin.com/27HjTdQ9

Any comments appreciated!

Daniel
by danst0
Tue May 17, 2011 1:40 pm
Forum: Themes
Topic: List Margin with floating image
Replies: 10
Views: 10569

Re: List Margin with floating image

Hi, I tried floating the ul, without success. In this article I have multiple lists, and in this case only the first <li> really needed to be floating. The rest should be just on the left side. So both screen shots are not optimal, since the float just does not work as I expect it and the non floati...