horria
Forum Replies Created
-
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] WPML Ginger addon download link?nevermind 😀 it was in the wp submenu… wp-admin/admin.php?page=ginger-wpml stupid me 🙂
Forum: Plugins
In reply to: [Featured Item Metabox] not working with multiple post typesOk I will try, thanks for your reply.
Forum: Plugins
In reply to: [Featured Item Metabox] not working with multiple post typesThanks for your reply.
Unfortunately I’ve tried with your code and the problem is the same. It displays post and pages OR newsletters, but not all 3 at the same time.
I’ve checked posts per page and also many other settings, also reduced the query to a minimum but problem persistsAlso, it would be great if a sub-categories of a category would retain the parent’s image (as in the original plugin)
Thanks
Hi NorthDPole,
thanks for the code, it seems to be on the right track.
However it seems to work just for one category. As soon as I add an image to another category, the first one dissapears.
Any suggestions?
ThanksForum: Plugins
In reply to: [Verve Meta Boxes] Verve Meta Boxes Can't get TextSame problem, the following worked for me:
before the loop:
<?php query_posts(array('post_type'=>'custom_post_type_name')); $custom = get_post_custom(); ?>in the loop:
<?php echo $custom["your_custom_field_key_here"][0]; ?>I’m not an expert, his is just a piece of code from a previous attempt, hope it helps
Forum: Plugins
In reply to: [Meteor Slides] Main slider also shows slides from other sliderI really don’t remember if I’ve tried also the template tag, but probably yes. Since I don’t have the faulty code in front of me I can’t be 100% sure.
But thank you for your support, I really appreciate it.
HoriaForum: Plugins
In reply to: [Meteor Slides] Main slider also shows slides from other sliderHi Josh
I couldn’t find a solution so I’ve used another slider.
The slideshows were called with something like if(ICL_LANGUAGE_CODE==’de’)
{ echo do_shortcode … etc
in the homepage template. I am using WPML 1.8.2.1. and WP 3.1.3Thanks for your reply
HoriaForum: Plugins
In reply to: [Meteor Slides] Main slider also shows slides from other sliderany ideas? I’m stuck and can’t seem to get it to work no matter what. thanks
Forum: Fixing WordPress
In reply to: Get Tags and Categories Outside The LoopThanks doc4, exactly what I was looking for!
Forum: Plugins
In reply to: [Plugin: WP-Polls] Compatibility with 2.9.*yes, I was too missing
<?php wp_footer(); ?>🙂 thanksForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album thumbnail link to post, not pageWorks great, thanks!
Is there a way to limit the posts displayed in “page link to” to just a single category? Displaying all posts available in the blog is just very dificult to manage.
Forum: Plugins
In reply to: [Plugin: WP125] cannot ad new adsProblem solved with the latest update (1.3.9), thanks!
Forum: Plugins
In reply to: WP125 not allowing ads to be addedsame problem. I’m using wp 2.9.2 and wp125 1.3.8. I’ve done a search in the db for “wp125” but i can’t find a field where ads should be stored. I see various other fields such as wp125_num_slots, etc.
any ideas? thanksYes, I’m trying to do that too, same scenario. Any ideas?
thanks