webblish
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [zeeFlow] TranslationWell, it’s working now allright. Don’t know what went wrong yesterday. I think I’ve put the languagefiles by mistake in the directory of the child theme while they should be in the normal theme directory.
Forum: Plugins
In reply to: [Styles] Writing a review, got some questions and remarksHi, many thanks for your reply, I’ll cover them in the review, which will be published on a Dutch blog about WordPress. I will post the URL once it’s online.
I’ve got one addition: if you plan to support the font-weight and font-style, I would also add ‘text-transform’, which is often used for headings and widget titles.
Forum: Themes and Templates
In reply to: [Path] Localisation problemNope, too much smaller issues to solve to get my layout exactly the way I like it, and I do not like messing around in the files from the theme plus framework to find the things to change, it takes too much time and energy.
Forum: Themes and Templates
In reply to: [Path] Localisation problemHmm, I liked this theme for a long time, but now it’s time to change to another theme (imag Mag).
Forum: Themes and Templates
In reply to: [picochic] How to add auto excerpt?Hi, I would like to know that too. Also for the search results where the theme is also showing the full post. That really should no be like this….
Forum: Themes and Templates
In reply to: [Swift Basic] How to disable the tags below the posts?Please post in the correct support forum, this is about the Swift Basic theme. Look over here: http://wordpress.org/support/theme/coraline
Forum: Themes and Templates
In reply to: [Spun] cirkels appear as squares on another computer then mine.A similar question/problem: http://wordpress.org/support/topic/issues-with-different-browsers-still?replies=6
Forum: Fixing WordPress
In reply to: Two cool theme features??That slider is nice, but I think that you can find that as a plugin as well. But it takes time to try some..
The menu, have a look over here: http://css-tricks.com/ Perhaps there is something similar. It’s just a fly-out menu with a background behind the listitems.
Forum: Themes and Templates
In reply to: [Spun] cirkels appear as squares on another computer then mine.On my computer with Windows 8 and the latest Firefox, it’s also square… Also on the Chrome and SR Ware Iron browser….
Forum: Fixing WordPress
In reply to: How to slow down a WordPress CMS site?Just place some abnormal large images and resize them in HTML to 1 x 1 px..
Forum: Themes and Templates
In reply to: [Swift Basic] Border color of footer widgetsSwift Basic already has a user CSS field. I know it’s not very smart to edit core css files (and loose the changes with an update). But thanks anyway! 🙂
Forum: Themes and Templates
In reply to: [Swift Basic] Border color of footer widgetsThat works excellent, many thanks!
Forum: Themes and Templates
In reply to: [Swift Basic] Border color of footer widgetshttp://www.webblish.nl/playground/startpage/
The four footer widgets
(it’s a testcase for a typical Dutch version of linkdirectories)
OK, a quick & dirty solution to get rid of the numbers:
1) In the plugin settings, set this to the ‘Before each related post’:
<li><span class="hidethenumber">2) In the plugin settings, set this to the ‘After each related post’:
</span></li>3) Add this to your custom CSS and adjust the colors to your needs/theme:
ul#related-posts-via-categories-list li .hidethenumber {color:transparent} ul#related-posts-via-categories-list li .hidethenumber a{color:#444}Not the most elegant way, but it works..
Hmm, I am not logged in but I can still see the numbers…