samroud
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Problems displaying in the editorThank’s, this seems to work for me too!
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Problems displaying in the editorAnd is it possible to deactivate this filter mce_css??
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Problems displaying in the editorFor me, it doesn’t work to deactivating and reactivating qtranslate…
Forum: Plugins
In reply to: Infinite scroll vs. FB Like and GThanks for Facebook!
And for Twitter??
Forum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] multiple intances of sidebar widget@markwoodruff did you find a solution?
Forum: Plugins
In reply to: Mailpress Sign-up form list selectionSame for me…!
Forum: Fixing WordPress
In reply to: the_post_thumbnail & the_content()I can give you the code of the functions.php:
add_theme_support( ‘post-thumbnails’ ); // enable feature
set_post_thumbnail_size( 96, 96, true ); // default size
add_image_size( ‘custom-post-image’, 600, 9999, true ); // custom size
Forum: Fixing WordPress
In reply to: the_post_thumbnail & the_content()Hi, the code is there: http://pastebin.com/rcMiVV6y
My website is in “maintenance mode”…
Forum: Fixing WordPress
In reply to: Change size images in PostI just had this code:
<?php the_post_thumbnail( 'custom-post-image' ); // insert "custom size" image ?> <div class="the_content"> <?php the_content('Lire la suite…'); ?> </div>Forum: Fixing WordPress
In reply to: Change size images in PostThanks! All the images are now in the good size, but not at the good place with the post…
Forum: Fixing WordPress
In reply to: Change size images in PostI’m using my theme.
I find something there: http://wordpress.org/support/topic/display-the-post-only-if-thumbnail-is-set-up?replies=17
Forum: Fixing WordPress
In reply to: Change size images in PostI can give you the part of the HTML page of an image:
<img class=”aligncenter size-full wp-image-3018″ title=”image” src=”http://www.mysite.com/wp-content/uploads/image.jpg” alt=”” width=”460″ height=”584″ />
And this image in my library is in 600px… I just want to update the size in the post…!
Forum: Fixing WordPress
In reply to: Change size images in PostMy site is in “maintenance mode”…
In my library, all my pictures are now in 600px, but in my posts, all the images have the wrong size: width=”460″ height=”…”