mattpitts74 on "Woocommerce - Add action help"
I'm trying to get a small line of extra text to show up on one particular product page. Using the add action I'm able to add the line to all products, but it only applies to one, so I have tried the if...
View ArticleOne234 on "Adding meta box with action button"
Hey guys, i want to create a small newsletter plugin, which can send the mails out of the edit post page. I will add a metabox, and dont know how to create a button in this metabox which will start my...
View ArticleSebvandenBerg on "[Theme: MesoColumn] Where are the actions defined?"
Thanks Richie, that really helped. I also am now in the process of converting my changes to a child theme. Previously I had hard coded the dutch language into your PHP files. I have now undone that and...
View ArticleRichie KS on "[Theme: MesoColumn] Where are the actions defined?"
could you check your child theme style.css, some bug with the template name from latest version 1.6.1 Template: mesocolumn-plus should be Template: mesocolumn or you might need to resave the custom...
View ArticleSebvandenBerg on "[Theme: MesoColumn] Where are the actions defined?"
Hi Richie, I had done all that already. Unfortunately that does not solve the issue. Naturally, I had changed the Template, by deleting the '-plus'. I feel I have tried all I can. I resaved all...
View ArticleRichie KS on "[Theme: MesoColumn] Where are the actions defined?"
not sure why but the child theme did inherit parent styles and menu in my end. is it cache issue? if you saved the theme options, cat or page color using child theme and resave the menu location etc,...
View ArticleArfa__ on "Shortcode form to fetch and present data from external source."
I have a shortcode that presents a form allowing the user to search for data in an external source. The shortcode will parse the submitted form parameters, run the query and then return the data. All...
View ArticleArfa__ on "Shortcode form to fetch and present data from external source."
Whoops, posting in wrong forum, mods could you please move this to the Hacks forum. Thanks!
View ArticleMike Rodriguez on "[Plugin: SS Quiz] Need to get the Post ID inside...
I've been at this issue for HOURS now. I need some help or a push in the right direction at least, because I'm stumped. Issue: I need to get the post ID inside functions.php I'm using a plugin called...
View Articleesmi on "[Plugin: SS Quiz] Need to get the Post ID inside functions.php"
Please continue with your previous topic: http://wordpress.org/support/topic/global-post-not-working-trying-to-get-the-post-id-1?replies=6
View ArticleLindavriesen on "[Plugin: NextGEN Gallery] Not a valid AJAX action. 0 images...
I have the same problem. Do I need to submit a bug report as well?
View ArticleRickiLong on "[Plugin: NextGEN Gallery] Not a valid AJAX action. 0 images...
I have too. The same version. You have a bug tracker?
View ArticleRagnar71 on "Posting formdata to the same form"
Hi, Sorry if this is a stupid question. I have been looking for the answer of and on for two days now. On my page I'd like to have a form for entering results/data. Some of the results will be blank...
View Articledodomiz on "[Plugin: WooCommerce - excelling eCommerce] Action failed. Please...
hi, i'm getting this Message "Action failed. Please refresh the page and retry." every time i'm push the button "Make a Reservation". i tried everything that i found in the forum and nothing worked it...
View Articlephotocrati on "[Plugin: NextGEN Gallery] Not a valid AJAX action. 0 images...
All - Yes, you are welcome to start your own WordPress topic or submit a Bug Report as noted. Although these issues may appear very similar their cause on each of your respective sites could be...
View ArticleAmit Sukapure on "Add custom hook(filter and action)"
Hello All, How to add custom hook in WordPress? Here what I've tried before, # add action in functions.php add_action('my_logo', 'my_logo'); function my_logo($logo) { echo $logo; } # do action in...
View ArticleSteven Gliebe on "Add custom hook(filter and action)"
add_filter() won't do anything without apply_filters() being implemented: http://codex.wordpress.org/Function_Reference/apply_filters
View ArticleAmit Sukapure on "Add custom hook(filter and action)"
Yes, I found that solution by playing with hooks for couple of hours. Thanks
View Articledisagree on "hookpress_actions apply_filter too early"
in hooks.php we have : $hookpress_actions = apply_filters( 'hookpress_actions', $hookpress_actions ); and $hookpress_filters = apply_filters( 'hookpress_filters', $hookpress_filters ); both are applied...
View Article