Alvaro
Forum Replies Created
-
Hello
first thanks for the nice plugin.
I have installed http://wordpress.org/extend/plugins/hana-flv-player/
in WordPress 3.4.2 and everything is working fine in front end but in admin panel, in the edit page, when i click on the tinymce button the upload button is not there, only the input button is there to insert a link.
I have also installed http://wordpress.org/extend/plugins/hana-flv-extension/
everything seems to work fine in previous version of WordPress.regards
AlvaroEven in version 3.0.1 it breaks the drag and drop functionality
Forum: Fixing WordPress
In reply to: Query to list custom post based on meta key valueSorry guys to bother you. I have created the query, may be this can be of help to others who are looking for similar query
new WP_Query( array( 'post_type' => 'reports' ,'meta_key' => 'my_meta_box_select', 'meta_value' => 'public') );Forum: Fixing WordPress
In reply to: Query to list custom post based on meta key valuesorry to say but my custom query is not working
My code is<?php $the_query = new WP_Query( array( 'meta_key' => 'my_meta_box_select', 'meta_value' => 'public' ) ); // The Loop while ( $the_query->have_posts() ) : $the_query->the_post(); echo '<li>'; the_title(); echo '</li>'; endwhile; // Reset Post Data wp_reset_postdata(); ?>Forum: Fixing WordPress
In reply to: Query to list custom post based on meta key valuethanks a lot, that helped me construct my query
I solve the problem by adding this line in my CSS
.wpcf7-form-control-wrap p { display: none; }hope this help someone else too
Forum: Networking WordPress
In reply to: display name and link of sub site in parent sitethanks to tim i have resolved this issue here is the link which is provided by Tim ,
http://wpmututorials.com/how-to/making-a-member-list-blog-directory/Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] adding more field in formHello Dev
donate plus is working on live paypal server for me, i have made one changes in the code, you already have the link, the first link, I made the changes given on that post. that is the SSL one. and everything is workingForum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] WordPress PagesI am also looking to have the functionality in pages, that will not only make life easy but will complete the plugin
Forum: Networking WordPress
In reply to: List of all subsite blog in parent sitethanks tim and Andrea
Its working for me now.Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] adding more field in formHello Edtek
I have already written how i have made the changes in the form.
Let me write the same process again.
I have done that using 2 method.
1. I have made changes in the core file of the plugin, I would suggest not to do this as it can turn into a bad experience.
2. I have created a template for the donation form and have used the variable which is being used in the donation plus plugin file to populate the form value.
this is the easy and best way to do so as par my knowledge.
Hope this helps youForum: Networking WordPress
In reply to: Building Page Template to pull posts from network siteshello Andrea
can you give me the function or the sql statement which you have used to get the list of all the sub blog on a multisite
I need to pull the name of all the sub blog and their homepage link in a multisite, to display on the parent sideForum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] adding more field in formkristjan72
the latest version of donate plus is working fine.
if you are using IPN then you need to set the path of IPN file in paypal account.
If you want I can have a look on your website and the setting.Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] adding more field in formHello miguel1876
Sorry for late reply.
I have done that using 2 method.
1. I have made changes in the core file of the plugin, I would suggest not to do this as it can turn into a bad experience.
2. I have created a template for the donation form and have used the variable which is being used in the donation plus plugin file to populate the form value.
this is the easy and best way to do so as par my knowledge.Forum: Everything else WordPress
In reply to: 3 very simple questionsthanks Ipstenu
for correcting me