Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Kami2

    (@kami2)

    Resolved
    I found the solution.
    If someone have this problem on wordpress 3.5 or above may take a look here and here (Important: for sharebar-admin.php if on back-end shows warning message).

    Thread Starter Kami2

    (@kami2)

    The 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

    Thread Starter Kami2

    (@kami2)

    I 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 like

    also, 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

    Thread Starter Kami2

    (@kami2)

    Hello 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

    Thread Starter Kami2

    (@kami2)

    Hi scribu,

    Thank you so much. Everything working fine.

    Greetings,

    Kami

Viewing 5 replies - 1 through 5 (of 5 total)