Babak Fakhamzadeh
@mastababa on WordPress.org
- Member Since: June 29th, 2008
- Location: Sao Paulo
- Website: babakfakhamzadeh.com
- Employer: B's projects
Contribution History
Babak Fakhamzadeh’s badges:- Plugin Developer
-
Created a topic, Jetpack’s ‘Duplicate This’ breaks this plugin, on the site WordPress.org Forums:
Using Jetpack's 'Duplicate This' on a post with a YOUR… -
Created a topic, Good, on the site WordPress.org Forums:
Works as advertised, is actively maintained, support i… -
Posted a reply to How to make this work with get_avatar?, on the site WordPress.org Forums:
My bad. Was seeing cached content. -
Created a topic, How to make this work with get_avatar?, on the site WordPress.org Forums:
I use get_avatar() in my themes, but, with this plugin… -
Posted a reply to How does this work?, on the site WordPress.org Forums:
Sorry to hear I'm the only one who is having problems. Not sure what you… -
Created a topic, How does this work?, on the site WordPress.org Forums:
I installed the plugin and turned on dark mode for fro… -
Created a topic, No .webp versions created, on the site WordPress.org Forums:
Plugin appears to generate no errors. Uploading an im… -
Created a topic, Cover block does not use appropriate images for screen size, on the site WordPress.org Forums:
I set an image as the background for the cover block. … -
Posted a reply to Set default image alignment, on the site WordPress.org Forums:
(Adding another comment to get updates on this thread.) -
Posted a reply to Set default image alignment, on the site WordPress.org Forums:
According to this: https://writenowdesign.com/blog/wordpress/wordpress-how-to/change-wordpress-default-image-alignment-link-type/ Try this: add_action( 'after_setup_theme', 'wnd_default_image_settings' ); function wnd_default_image_settings() { update_option( 'image_default_align',… -
Posted a reply to Delete A Co-Author in MySQL, on the site WordPress.org Forums:
(Adding a message to get notified of updates.) -
Posted a reply to Delete A Co-Author in MySQL, on the site WordPress.org Forums:
There's another way to do this, but it requires some programming. You can run a… -
Posted a reply to Adding or changing author no longer working, on the site WordPress.org Forums:
On board. Works for me, too. Thanks! -
Posted a reply to Adding or changing author no longer working, on the site WordPress.org Forums:
Just here to say 'me too'. *Some* authors still show, but many do not. Rolling… -
Posted a reply to How to retrieve data from connected social media accounts?, on the site WordPress.org Forums:
Thanks for the quick response. Sent you a message through your site. -
Created a topic, How to retrieve data from connected social media accounts?, on the site WordPress.org Forums:
I'm using the Pro version of the plugin. How can I ac… -
Created a topic, How to initiate after an ajax load?, on the site WordPress.org Forums:
I load the audio shortcode via an ajax call. The inter… -
Created a topic, Normalise the amplitude?, on the site WordPress.org Forums:
Is there a way to normalise the amplitude of the wavef… -
Created a topic, Works well, on the site WordPress.org Forums:
Works as advertised, saving me time as a developer. A… -
Created a topic, Open in tab, not download?, on the site WordPress.org Forums:
Can I get the PDF link to an article to open in the br… -
Posted a reply to How to automatically create forms and detect successful payments?, on the site WordPress.org Forums:
Ah, I now understand why you mentioned the *manual* confirmation of the session ID. And… -
Posted a reply to How to automatically create forms and detect successful payments?, on the site WordPress.org Forums:
Thanks for the quick response. That plugin you mention looks quite promising. However, the products… -
Created a topic, How to automatically create forms and detect successful payments?, on the site WordPress.org Forums:
I want to create payment forms automatically, assign u… -
Posted a reply to Contact Form 7 integration not consistently working, on the site WordPress.org Forums:
Thanks for getting back to me. I tried it with autoptimize turned off, but it… -
Created a topic, Contact Form 7 integration not consistently working, on the site WordPress.org Forums:
I've included a 'sign up to our mailing list' button i… -
Committed [2226602] to Plugins SVN:
Updating version number. -
Committed [2226505] to Plugins SVN:
Updating version number. -
Committed [2226075] to Plugins SVN:
Interface tweaks. -
Committed [2226074] to Plugins SVN:
Interface tweaks. -
Committed [2215065] to Plugins SVN:
First Wordpress SVN commit. -
Committed [2215064] to Plugins SVN:
First Wordpress SVN commit. -
Posted a reply to How to change the checkbox order?, on the site WordPress.org Forums:
Thanks. I stumbled upon this by accident. Wasn't sure whether the removal/addition after clearing the… -
Posted a reply to How to change the checkbox order?, on the site WordPress.org Forums:
Thanks. I did try that, but clearing the cache makes no difference for me; the… -
Created a topic, How to change the checkbox order?, on the site WordPress.org Forums:
I've got an 'interest groups' field that shows checkbo… -
Posted a reply to Authentication fails, on the site WordPress.org Forums:
Update: 1. I was using Safari. Using Chrome, the Facebook error did not show up.… -
Created a topic, Authentication fails, on the site WordPress.org Forums:
On the plugin settings page, I click "Log in and get m… -
Posted a reply to How to change shop title in page head?, on the site WordPress.org Forums:
That indeed worked. This is what I did: add_filter('pre_get_document_title', 'change_shop_title'); function change_shop_title($title) { if (is_shop())… -
Posted a reply to How to manipulate the open graph image?, on the site WordPress.org Forums:
Took some searching. add_filter( 'wpseo_opengraph_image_size', function() { return 'large'; } ); add_filter( 'wpseo_twitter_image_size', function() {… -
Created a topic, How to manipulate the open graph image?, on the site WordPress.org Forums:
YOAST nicely includes the featured image of a post for… -
Posted a reply to Plugin does not appear to work, on the site WordPress.org Forums:
My second question was "how do I override the built-in templates?". As I said, I… -
Posted a reply to Plugin does not appear to work, on the site WordPress.org Forums:
Thanks. That workaround works. As for my second question, I found that adding a /amp/… -
Posted a reply to Plugin does not appear to work, on the site WordPress.org Forums:
Example page: https://apublica.org/2019/07/milicias-avancam-sobre-reserva-ambiental-no-rio-de-janeiro/amp/ -
Created a topic, Plugin does not appear to work, on the site WordPress.org Forums:
I've installed the plugin and set the mode to 'Reader'… -
Posted a reply to Not all texts are translated?, on the site WordPress.org Forums:
The string is available for editing, and the placeholder text is showing in Portuguese. So,… -
Posted a reply to Not all texts are translated?, on the site WordPress.org Forums:
I have two forms, one is single opt-in, the other is double opt-in. For the… -
Posted a reply to Not all texts are translated?, on the site WordPress.org Forums:
Could this not simply be because the translation file is missing? -
Posted a reply to Can’t set a form to single opt-in, on the site WordPress.org Forums:
I'm on 6.5.2. But, it's in a multisite setup, if that makes a difference. However,… -
Created a topic, Can’t set a form to single opt-in, on the site WordPress.org Forums:
I've created a form. I've set a 'tag' for this form. … -
Created a topic, Not all texts are translated?, on the site WordPress.org Forums:
My site is in Portuguese. In the backend, when editing… -
Posted a reply to Doesn’t work on Checkout, on the site WordPress.org Forums:
Had the same problem, @angelxube's suggestion worked for me.
Contributor
-
Name Directory
Active Installs: 3,000+