shp1367
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude Parent Category and it's sub-categories from menu listNote : alchymyth;
I replace the wp_list_cats() with wp_list_categories and then used parameter ‘exclude_tree’ but it just work when the hierarchical parameter be “true” , but I donot like this model because it “Display sub-categories as inner list items (below the parent list item) or inline”any idea?
Forum: Fixing WordPress
In reply to: Exclude Parent Category and it's sub-categories from menu listTnx alchymyth,
I tested this parameter ‘exclude_tree’ before but no effect !Forum: Plugins
In reply to: [WP-PostRatings] My Google Rich Snippets Not Workingok thanks,
I doubt maybe the 10 star don’t allow to show star in google result,how can I found what is the google rule for this situation?Forum: Plugins
In reply to: [WP-PostRatings] My Google Rich Snippets Not WorkingI test my site and a post of my site and the result was “All Good” too.
Forum: Plugins
In reply to: [WP-PostRatings] My Google Rich Snippets Not Workingthanks,
I have 2 question:
1. is there different between 5 star rating with 10 star rating for google system? I want to know if I use 10 star rating may hve problem with google rich snippets?2. can you help me about Google Rich Snippets option in plugin panel?
my WP is RTL system and so the place of radio button of “Yes” and “No” changed in plugin option page,so I cannot realize correctly Yes or No,so I check the wp options table in phpmyadmin database and checked the row “postratings_options” , it show this comment:
—————————–
a:1:{s:11:”richsnippet”;i:1;}
—————————–
can you say me with this rule,my Google Rich Snippets is Yes or No?Forum: Plugins
In reply to: [MP3-jPlayer] Playlist Of External Links from IIS web serverisn’t Anybody here to answer???
Forum: Plugins
In reply to: [WordPress Related Posts] Generates copies of images in Media GalleryHey Man, I find a way to across this problem,
Just enable the “Custom size thumbnails” from advanced setting and set 0 for both width and height .
now it donot make any different size of thumbnails.Forum: Plugins
In reply to: [WordPress Related Posts] Generates copies of images in Media Galleryhi,
I have this problem too.
After installing WordPress Related Posts 3.5.4 and of course without changing anything it creates a 150×150 thumbnail for any uploaded image.
I just want WRP to use the original image uploaded to a post and not making its own images.I use wp 4.1.1.
Forum: Plugins
In reply to: [WP-PostRatings] show ? [?] character for averageok, finally I found it.
put here to resolve other problem:on wp-postratings.php find lines : 1218,1220,1221 and 1222
replacenumber_format_i18n
with
number_format
for alt tag, so do this in lines : 1192,1195.
thanks
Forum: Plugins
In reply to: [Drop Shadow Boxes] How To delete completely the plugin?Hi jasonpaulweber,
I delete the plugin completely from wp,it mean i disable it first and then remove it from plugin section but the effect code like below code remain again:
[dropshadowbox align=”center” effect=”curled” width=”450px” height=”50″ background_color=”#ffffff” border_width=”1″ border_color=”#dddddd” ] Post Title [/dropshadowbox]what can I do now?
Forum: Plugins
In reply to: [Drop Shadow Boxes] How To delete completely the plugin?Tnx,
But I want to delete the code from all post not one post,is there any other way?Forum: Fixing WordPress
In reply to: Using "Pretty" permalinks make CPU & RAM Overloadanybody isnot here?
Hi rml,
I test some code of your plugin but when i use them in my theme its follow of the plugin rules not my theme place.for example i used this code:
<?php if (function_exists(‘adinj_print_ad’)){ adinj_print_ad(‘top’); } ?>
for my theme places but my banner show just under the post titles!now can you give me a sample for my place how i put the code?
thanks