Dolomats0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jetpack Sharing Facebook Like button not showingThanks for your Answear i tried what u told me, you right it become Like
but no more Share i would like the both Facebook button Like and share
since it s not same action
Thanks
Forum: Fixing WordPress
In reply to: Jetpack Sharing Facebook Like button not showingWeek end is done “Thumb UP” :p
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Share videos on Youtube Bug ?!Week end is done “Thumb UP” :p
Week end is done “Thumb UP” :p
Forum: Fixing WordPress
In reply to: Exclude Javascript from Front PageWeek end is done “Thumb UP” :p
Forum: Plugins
In reply to: [Watermark My Image] Watermark Reloaded Backup Folderarff wrong one sorry and ty
Thanks for tha Express answear
that s true i dindt notice this option i just did what u showed me
and it work thanks a lot for this really awsome pluginGreeting.
Forum: Fixing WordPress
In reply to: Delete plugin with Database TablesThank you for Fast Answear.
and from here here is one Suggestion for all wordpress developper
If it s possible to add a Checkbox that ask u if u want delete
pluging Tables…. when we are deleting a plugin
I think will be usefull to keep database cleanThanks again for all wordpress Community.
Ok ty for your answear.
So if Facebook hearing me then “FACEBOOK YOUS SUX” xd :pForum: Fixing WordPress
In reply to: Screen Option Rolesstill need help anyone pls ?
Forum: Fixing WordPress
In reply to: Thumbnails CaptionHere we Go, it worked perfectly as u can see HERE
it look soo mush better
And big Thanks for your help
Forum: Fixing WordPress
In reply to: Thumbnails Captionyes PH.CAHFIK ARICH is the caption.
(assuming that this is the caption: PH.CAHFIK ARICH)Forum: Fixing WordPress
In reply to: Thumbnails Captioni used this funcktion on the file function.php on my current théme folder
//POST THUMBNAIL AND CAPTION STYLED SIMILAR TO .wp-caption// function the_post_thumbnail_and_caption($size = '', $attr = '') { global $post; $thumb_id = get_post_thumbnail_id($post->id); $args = array( 'post_type' => 'attachment', 'post_status' => null, 'parent' => $post->ID, 'include' => $thumb_id ); $thumbnail_image = get_posts($args); if ($thumb_id && $thumbnail_image && isset($thumbnail_image[0])) { $image = wp_get_attachment_image_src( $thumb_id, $size ); $image_width = $image[1]; $output = '<div style="width: ' . ($image_width) . 'px">'; $attr['class'] = ''; //move any 'class' attributes to the outer div, and remove from the thumbnail $output .= get_the_post_thumbnail($post->ID, $size, $attr); /* //Uncomment to show thumbnail title $title = $thumbnail_image[0]->post_title; if($title) : $output .= '<p>'; $output .= $title; $output .= '</p>'; endif; */ /* //Uncomment to show the thumbnail caption */ $caption = $thumbnail_image[0]->post_excerpt; if($caption) : $output .= '<p>'; $output .= $caption; $output .= '</p>'; endif; /* //Uncomment to show the thumbnail description $descr = $thumbnail_image[0]->post_content; if($descr) : $output .= '<p>'; $output .= $descr; $output .= '</p>'; endif; */ /* //Uncomment to show the thumbnail alt field $alt = get_post_meta($thumb_id, '_wp_attachment_image_alt', true); if(count($alt)) : $output .= '<p>'; $output .= $alt; $output .= '</p>'; endif; */ $output .= '</div>'; } echo $output; }
and used this code on the file single.php on current théme folder
<?php the_post_thumbnail_and_caption('large',array('class' => 'alignleft')); ?>
and i tried this CSS code on the file style.css on my current théme folder but the CSS dindt work
.thumbnail-caption { padding: 5px; background: #f5f5f5; border: 1px solid #ddd; } .thumbnail-caption-text { text-align: center; margin-bottom: 5px; font-size: 90%; } /* .thumbnail-title-text { text-align: center; margin-bottom: 5px; font-size: 90%; } .thumbnail-description-text { text-align: center; margin-bottom: 5px; font-size: 90%; } .thumbnail-alt-text { text-align: center; margin-bottom: 5px; font-size: 90%; } */
Forum: Fixing WordPress
In reply to: Thumbnails CaptionThank you for your support
This link :
https://www.transformationpowertools.com/wordpress/wordpress-post-thumbnails-with-captionhelped me insert the caption as u can see here
but still cant get CSS to style it anyone can help ?!
Forum: Fixing WordPress
In reply to: POMO folder is a virus ?this : up-to-date AV software ( it s not a software ?)