Tim Rogers
Forum Replies Created
-
Forum: Plugins
In reply to: Chat/Forum for my visitors?see if that works for you http://cwdam.com
Forum: Plugins
In reply to: Auto Resize Embedded VideoAnyone?
Forum: Plugins
In reply to: slideshowpro+1
ThanksForum: Plugins
In reply to: WP E-Commerce – "E-Commerce" Panels not showing on WP DashboardI am having a similar issue and was wondering if you got it to work?
I even tried to install WP E-Commerce Dashboard and that freezes the dashboard page without allowing you to customize.
Thank you
Forum: Themes and Templates
In reply to: Use same font config for post titles than for h2Anyone?
Forum: Fixing WordPress
In reply to: Permalink while creating postYou’re right, in case of multi-author this wouldn’t make sense but for single-user blogs I really don’t see the point why the permalink shouldn’t be adjusted automatically when I change the title again.
Regards
Forum: Themes and Templates
In reply to: Use same font config for post titles than for h2Well then I’m right here. My blog is temporarily down so I posted you the example above. But I use exactly the same theme so it doesn’t matter.
I just want to know the settings for the headings in the posts and then give the post titles the same settings.
Forum: Themes and Templates
In reply to: Use same font config for post titles than for h2Hello esmi,
Here is a good example: http://2010dev.wordpress.com/element/
Basically I want to have the same settings for HTML Elements (and also post headings like Recent Developments here: http://2010dev.wordpress.com/) than for Heading 1. So same size, same font-family etc.
Regards
Forum: Fixing WordPress
In reply to: Permalink while creating postHello emsi,
I know but it would be much more comfortable if the permalink gets automatically updated when I change the title during post creation.
Me too but the spanish language
Forum: Plugins
In reply to: [Old Post Promoter (OPP)] [Plugin: Old Post Promoter (OPP)] Twitter PasswordsSame here – I filled in all the information, and saved. The fields were all cleared. A few days later, and no tweets.
I realize you may not have a fix, but can you give us an update or tell us if you’re able to reproduce this?
Forum: Themes and Templates
In reply to: Grandchild theme ?I have a website’s company, and we sell template websites (means the client don’t get a specific design, he only can choose a ready one).
In order to enlarge the designs pool, I wanted to create 5-10 template themes (with different page structure – navbar on top, on the left, 3 columns, etc.), and then 15-30 color themes, so you can choose a combination of structure and colors, from the pool. (75-300 different designs, totally).This may sound compatible with themes and child themes.
BUT, I wanted to take out all the shared parts of the structure themes, to a “master” theme, which will include 404 page, search results page and other staff, which is shared for all themes, and I don’t want to copy from theme to theme.
Therefore, I need 3 levels, and that “grandchild” theme.
Any Solutions how to do that?
Hi. I experienced the same Bug.
My Fix looks quite like yours but there is one Difference.function escape($string) { if ( is_array($string) ) { foreach ($string as &$value) { $value = addslashes($value); } return $string; } else { return addslashes($string); } }This should do what you expect the Method to do even for Arrays.
Forum: Fixing WordPress
In reply to: wp_list_categories exclude doesn't workForum: Fixing WordPress
In reply to: wp_list_categories exclude doesn't workYes I use such a widget.
I couldn’t find until now any widget, that has this function to exclude categories and is compatible to 3.0.1.
Is there no possibility to include the wp_list_categories in the theme manually?