Morocco English
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress editor on full height and setting no showing at the bottomThanks t-p
Thanks for the link, but the article is old and the solution works for the older WordPress versions
Forum: Fixing WordPress
In reply to: Help!!My Posts turn into html tags and CODE blocks !!!!Yes I got a text editor plugin “CKEditor” installed
I have dis-activated itForum: Themes and Templates
In reply to: My theme's missing paginationThank you alchmyth,,, will try to add the code to the post box
Forum: Plugins
In reply to: [Open Graph Pro] Grabbing sidebar images, not Featured Image for Facebookdo u still have the problem .
you can add this code to your header :<?php if (have_posts()):while(have_posts()):the_post(); endwhile; endif;?> <!-- if page is content page --> <?php if (is_single()) { ?> <meta property="og:title" content="<?php single_post_title(''); ?>" /> <meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" /> <meta property="og:type" content="article" /> <meta property="og:image" content="<?php if (function_exists('wp_get_attachment_thumb_url')) {echo wp_get_attachment_thumb_url(get_post_thumbnail_id($post->ID)); }?>" /> <!-- if page is others --> <?php } else { ?> <meta property="og:site_name" content="MoroccoEnglish" /> <meta property="og:type" content="website" /> <meta property="og:image" content="a-default-thumbnail.jpg" /> <?php } ?>
Forum: Fixing WordPress
In reply to: Meta Links doesn't work from new domainThis doesn’t happen when doing the same thing from the origin url …
Forum: Themes and Templates
In reply to: how to fix abolute position and z-index issue with IE7 ?I ve spent several days and nights searching in the very depth of google
tried many codes meta tags and decotyoes
still the problem not fixed !!
Forum: Themes and Templates
In reply to: how to fix abolute position and z-index issue with IE7 ?This is a realy annoying problem …
many people still use IE7 …The text keeps hidding behind the post images!!!
and an abolute div background disappearing
how to fix this??
is there a method to make any viewer’s browser to behave like ie8 ??
Forum: Themes and Templates
In reply to: how to fix abolute position and z-index issue with IE7 ?should I add this code to the image :
#content .item img{ position: relative; height: 200px; width:187px; z-index: 0; text-align: center; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(opacity=50)'; }
?
Forum: Themes and Templates
In reply to: how to fix abolute position and z-index issue with IE7 ?This is the url Vishnuduttdebut :
https://www.nadorpixel.com/englishForum: Fixing WordPress
In reply to: IE my wordpress site = Annoying problem..The URL is :
https://www.nadorpixel.com/english/check the post titles .. they are invisible in IE …
the left red border of the page ….is invisible too ..Do you Know Mr Esmi …
How to do not display the recent post in a category ???Can I use this with just one category …
I wanna use ID numbers to avoid blank spaces in category names!It still doesn’t work my friend …
This has worked for me :
‘category__in’ => array( 10,14 ),Add it to your information …
thanks a lot for your efforts !
cat1,cat2) or (cat1,cat2) ??
OK
I will try to use this …
‘category__in’ => array( 2, 6 )may be it will work