hkapadia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I Adjust opacity of Header on All pages?try using !absolute
Forum: Plugins
In reply to: [Social Media Feather | social media sharing] Vertical listlooking for same thing…vertical list of icons rather than horizontal
I’ll try it. whats the recommended process for uploading it? should I remove the existing plugin and then upload this one? Or can I just upload this one?
Hey Stefano,
Maybe you can add something in your plugin FAQ or initial description that says “other plugins might complain, if the option is disabled don’t worry about it”.
I was very worried for a bit until a found this thread.
Thanks,
Hunainyeh i don’t see it in 4.0.3. Any idea when you will be pushing out 4.0.5?
Thanks,
HunainI see you have mentioned the hook
do_action( ‘seamless_donations_paypal_ipn_processing_complete’, $this->session_id, $this->transaction_id );
before. Is this still valid? I don’t see any reference to it in the code
Thanks,
HunainForum: Plugins
In reply to: [Contact Form DB] Updating values in CFDB using phpThanks Michael!
The being logged in thing is a bummer :(. It would be great to be able to change values in the db based on actions performed by any user on the website.
Anyways I got it to work by just using wpdb->query(“update query”).
Thanks for this plugin though. It is fantastic!
Forum: Plugins
In reply to: [Contact Form DB] Updating values in CFDB using phpHey Michael,
That doesn’t seem to be working out well for me. My code looks like this
$url = 'https://beta.developpakistan.org/wp-admin/admin-ajax.php?action=cfdb-edit'; $fields = array( "value" => '9902', "key" => '1439180125.5002, vs_amount-collected' ); //url-ify the data for the POST foreach($fields as $key=>$value) { $fields_string .= $key.'='.$value.'&'; } rtrim($fields_string, '&'); //open connection $ch = curl_init(); //set the url, number of POST vars, POST data curl_setopt($ch,CURLOPT_URL, $url); curl_setopt($ch,CURLOPT_POST, count($fields)); curl_setopt($ch,CURLOPT_POSTFIELDS, $fields_string);
Is there any syntax error I am making?
Thanks,
HunainForum: Plugins
In reply to: [Contact Form DB] Editor Extension not showing up in Dashboardoh never mind. Found the edit mode checkbox
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Text input placeholder attribute supportHi,
Any updates on this? Can you let me know how you did this?
Thanks,
Hunaintried that. Still doesn’t work
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Donor Information Titleoh nvm…I got it to work.
Had the wrong filter
same problem. This is on WP 4.2
Hi Devin,
It looks strange there just because I have added the styles to make it look like that.
Why doesn’t the form using a shortcode show up in the same way here (https://beta.developpakistan.org/donate/)?
Thats where I am confused.
Thanks,
HunainHi Devin,
So I’m using the shortcode here:
https://beta.developpakistan.org/donate/
The page autogenerated by the plugin is here:
https://beta.developpakistan.org/donations/donate/The autogenerated page picks up the style but not the one using the shortcode.