alfie
Forum Replies Created
-
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] Not refreshingYeah I’m still somewhat hoping that there is a fix, I’ll give it one or two days, but sadly then I’ll have to give up on it, shame as it would have been a really nice plugin.
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] Not refreshingSo any idea why it has stopped working?
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] Not refreshinghttp://bit.ly/fKyQai thanks
Forum: Fixing WordPress
In reply to: Problem with image sizingFixed thanks, that was the problem.
Forum: Fixing WordPress
In reply to: Problem with image sizingI want the medium size to be 640px wide as I set it in the admin settings, but it’s appearing as 312px wide in the image insert box.
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] Not refreshingany help please? Thanks
Forum: Fixing WordPress
In reply to: Frequently asked questionsany help pls?
any idea what else I can change in order to fix this?
Stange how it’s not working for me then, you can see an example here:
http://bit.ly/idUKoyForum: Plugins
In reply to: [Plugin: TinyMCE Advanced] How do I ‘activate’ tadv-mce.cssI tried this code and my class is showing up in the styles dropdown, but its effects are not being implemented. I put the following style in tadv-mce.css and style.css:
.mytestlass { font-weight: bold; text-transform: uppercase; }then put the following in functions.php:
/* Custom CSS styles on TinyMCE Editor */ if ( ! function_exists( 'myCustomTinyMCE' ) ) : function myCustomTinyMCE($init) { $init['theme_advanced_styles'] = 'Mytestclass=mytestclass'; return $init; } endif; add_filter('tiny_mce_before_init', 'myCustomTinyMCE' ); add_filter( 'mce_css', 'tdav_css' );If I change the $init line to
$init['theme_advanced_styles'] = '';the style actually works but I get back all those default styles.
Am I doing something wrong?
Forum: Fixing WordPress
In reply to: WP Custom Post Types how to add another WYSIWYGany help please?
Forum: Fixing WordPress
In reply to: Media Library Edit Image Crop not workinggd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.11
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 7
PNG Support enabled
libPNG Version 1.2.40
WBMP Support enabled
XBM Support enabled
JIS-mapped Japanese Font Support enabledForum: Themes and Templates
In reply to: Change title of Archive pageexcellent thanks!
Forum: Themes and Templates
In reply to: Change title of Archive pagenot sure how that would work…
I have this at the moment:
<h1>Archive - <?php echo wp_title(''); ?></h1>