Kami2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Path] WordPress 3.5 And WPDB Prepare And Sharebar PluginForum: Themes and Templates
In reply to: [Path] WordPress 3.5 And WPDB Prepare And Sharebar PluginThe error is cause some update introduced by wordpress 3.5, some security issue. Other hand, as far as i can see, the plugin developer need to update to fix this problem. I’m looking for a solution.
Thank you for your support,
Kami
Forum: Themes and Templates
In reply to: [Path] Translation and other questionsI was working to fix that problem and i realized that this code do disappear some images that the plugin, Query Posts from Justin Tadlock, uses.
In this case, I use this plugin to display some images from custom post types and maybe it uses the function get-the-image.So, I tried to use a condition on content.php on the child-theme :
<?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'fullsize' ); } ?>
something likealso, i deleted this code on content.php on the child-theme:
<?php if ( current_theme_supports( 'get-the-image' ) ) get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'thumbnail' ) ); ?>
On the child-theme functions.php i used:
add_image_size('fullsize',615,261, true);
And i edited the css file.
Maybe it’s not the best way to apply coding, but i’m really novice.
If you have some comment to add please feel free to. I don’t want to bother you.
Thank your for your concern,Kami
Forum: Themes and Templates
In reply to: [Path] Translation and other questionsHello Sami,
Thank you for the tip. I wasn’t doing that well. Now i understood how to translate for my language. Thank you very much.
I had another short question.“4) When we write an article and post some picture inside it, the theme assigns a thumbnail on homepage, there is a way to disable this action? I mean, sometimes i really want to show a “custom thumbnail” but other times i don’t need to display a pic and then if the post have one inside, it is displayed on homepage.”
Somehow, it is a question for another topic but if you want to disable the thumbnail the way i explained before, is it possible?
thank you for your support,
Kami
Hi scribu,
Thank you so much. Everything working fine.
Greetings,
Kami