Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • If you guys want to know what the issue was, then, the JS of my coworker was using wpColorPicker to listen to changes of the field. Changing that function name for iris was enough to fix ’em. Haha.

    Sorry, my bad. I have an js that was being called by a coworker and he didn’t tell me that he was using it. That was breaking the whole schema. Sorry for the trouble.

    Hi @rilwis, this is my array for the field:

    
    array(
    	'name'	=> __( "Color de Cabecera" ),
    	'id'	=> 'color_overlay',
    	'type'	=> 'color',
    	'clone'	=> false,
    )
    

    What I found out is that if I enable cloning of that field, I press Add More and it adds another field without any problem. But the parent object is unusable. Weird.

    For the record: I’m testing it on local, and don’t have any plugin active, but the one I made my custom post type and call the rwmb_meta_boxes filter.

    • This reply was modified 3 months, 2 weeks ago by metamorpher.

    Hi @timersys. Thank you for the quick response. I’m double checking it. I also had a peek at the code and can see it doesn’t come from the plugin, but maybe the SDK, I don’t know.

    Somewhere in the procedure of clicking the login button and open the new window onto facebook, the given URL gets the GET called display=popup. I don’t know whether it’s a thing from the SDK or the fact I still have my FB app in development mode, or something like that.

    Funny thing: When tried to login in mobile mode (just within my desktop browser, not an actual mobile one) I get the Permissions Modal correctly displayed, not as a “popup” display mode.

    I came to the forum to do the same observation. Maybe adding a lang field on the settings of the plugin will help.

    I’m using the Facebook SDK to allow users login with their FB credentials, and this plugin calling the SDK in english re-translates the login button.

    Thanks in advance guys.

    Hello. I have a question about the caption of the login button.

    Whenever I try to use the do_action('facebook_login_button') I get the caption in English. But on wp-login.php I get in the correct locale (I’m using spanish as the main locale of my site).

    I would like to ask why this is happening and how to correct it. Thank you in advance 😉

    Edit: I was using another plugin which loaded the facebook SDK above everything else and was using the en_US. Sorry for the trouble guys 😉

    • This reply was modified 2 years, 1 month ago by metamorpher.

    Well, the problem apparently was from my side. I didn’t enable the api after registering. Dumb me. 🙂

    You can edit the file egany_facebook_to_wordpress.php.

    Find this line in the constructor
    add_filter( 'the_content', array( $this, 'the_content' ) );
    and comment it.

    Hello keppe. I’m guessing this is a feature they’re offering in the paid version. As you can see when installing the plugin, the name adds (a free version) at the end.

    Anyway, I came to read the code and made some tweaks to store images associated to the facebook posts I’m trying to receive (apparently facebook api changed lately but developers of this plugin didn’t realized). And by chance I stumbled the same error.

    At the activation of the plugin, the wp-crons need to be registered. But those lines are commented in the constructor of the Egany_FB_Group_To_WP class.

    I guess the possible solution would be to uncomment the lines:

    
    register_activation_hook( __FILE__, array( $this, 'activate' ) );
    register_deactivation_hook( __FILE__, array( $this, 'deactivate' ) );
    

    in the constructor, and the deactivate and active the plugin again.

    Let us know if that worked for you.

    metamorpher

    (@metamorpher)

    Sorry, was just a misconfiguration on my side. Although I don’t know what happened, I just changed my PHP version to 7.0, restarted, then changed again to 5.6, and it works like charm now.

    Weird stuff 🙂

    metamorpher

    (@metamorpher)

    Hi ccruapa

    You might need to grant your subscribers some extra capabilities in order to let them upload stuff to your server using the WP media uploader.

    You can do this by installing a plugin to allow you change subscribers capabilities.

    I recommend you to search for Members, by Justin Tadlock. It is in WP repository and will let you change the capabilities of subscribers.

    You’ll need to grant the following capabilities:

    upload_files
    edit_posts

    Maybe you’ll need some more from the posts side, like delete_posts, delete_published_posts and some more.

    Remember that by doing so, you should work around some coding to disallow your subscribers from accessing the dashboard and thereby editing the posts for real.

    Got the same. Seems broken with this version.

    Plugin Author metamorpher

    (@metamorpher)

    Qué versión de WP estás usando?

    I have the same issue. When selecting tabs to edit the content, also is overwritten by new input I make. For example, if first I complete a Spanish content, then when starting the completion of the English content and saving, overwrites my Spanish content.

    Plugin Author metamorpher

    (@metamorpher)

    Sorry for not updating the plugin so often as you deserve community. I was very very busy on my final thesis for the completion of my Major Degree. Hope you understand.

    Going to try fixing bugs and making the plugin work with most newly versions of wordpress.

    In case you have further questions, please contact me at info@metamorpher.net. There you can catch more of my attention.

    If you have ideas for new features in Bulk Me Now, please let me know at the same e-mail address.

    See you online! Thanks for trying Bulk Me Now!

Viewing 15 replies - 1 through 15 (of 24 total)