Ahmed Hamouda
Forum Replies Created
-
UPDATE: I forgot to assign meta key for the input field
example: http://oi65.tinypic.com/2n196w5.jpg
Forum: Hacks
In reply to: add_action('publish_post') only works with deactivation of Meta Box pluginThe purpose of the code is to have a default value for the metabox that’s why I have to use the same name collision. Any ideas?
Forum: Plugins
In reply to: Custom fields keep appearedit // after adding the new post type again.. The custom post options appears in the custom field..
Another screenshot attached to explain more:
http://oi53.tinypic.com/213r9rc.jpgForum: Plugins
In reply to: qtranslate Theme Changeany word from any one?
Forum: Plugins
In reply to: how use timthumb with external image link??This is great but what if I modified the code to use the featured image of the post (starting from wp 2.9) instead of the custom field.. But it still doesnt work!
Any help is appreciated..
Thanks in advance πForum: Fixing WordPress
In reply to: Media library uploads dont showI’ll try to do it and tell you the results.
Forum: Fixing WordPress
In reply to: Media library uploads dont showI checked the functions.php and the only code I put to load jquery was this
if ( !is_admin() ) { wp_deregister_script('jquery'); wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"), false); wp_enqueue_script('jquery'); }and even after removing it, the problem is still there..
ps: my functions.php has 677 lines and they are all about changing the admin footer, admin header, login page, post thumbnail, 3 custom post types with custom fields and categories and sidebar widgets
and there is no kind of jquery scripts except the code I previously mentioned π
I wanna add the functions.php file here but I dunno if I should. I know that you are trying to help me but I know my limits and wont put it to force you to read 677 lines so I’ll just be satisfied with the suggestions for solving the problem :$
Forum: Fixing WordPress
In reply to: Media library uploads dont showya it is a custom theme. I tried to remove all the javascript and jquery codes but the problem still there :/
So is it something related to the functions.php file?Forum: Fixing WordPress
In reply to: Media library uploads dont showTried the first solution and the problem still not fixed but after trying to switch to 20-10 theme the problem seems to be fixed.. So now I have to check the theme.. In your opinion esmi, what could cause the problem and how I can get it fixed?!
ps: thanks alot for helping me fixing this problem so far π
Forum: Fixing WordPress
In reply to: Media library uploads dont showSorry esmi for not explaining my problem properly..
The problem is when am trying to add a new image in a new post by choosing one from the library I cant see any uploads even I have 222 images uploaded as the image shows.Problem stays even after checking the uploads path π
Forum: Fixing WordPress
In reply to: Exclude certain categories from total posts countstill waitting for an answer π
Forum: Hacks
In reply to: RSS feeds for List bookmarkswoow this was quick.. so there is no way even to make rss feeds?
oki so how can I add links as posts so when I click on the post link I automatically redirected to the out-link? Can I solve it by custom posts type? and if yes how?
Thanks alot for your quick replies π
Forum: Plugins
In reply to: Custom Post type warningya I was just going to send the solution..
You will have to check that function.php has no spaces at all