Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 3,958 total)
  • Author
    Posts
  • in reply to: Date formatting #10131
    Anh TranAnh Tran
    Keymaster

    I've released the version 1.1.0, which supports date format for date/datetime field. Enjoy it!

    in reply to: Can't Update/Publish #10121
    Anh TranAnh Tran
    Keymaster

    I see you have the debug mode disabled. Can you please enable debug mode and copy the error message here? It might help knowing what the bug is. See here for how to enable.

    in reply to: Problems uploading images to media library #10120
    Anh TranAnh Tran
    Keymaster

    If the author already have rights of author, can you try deactivating the WP Users Media plugin to check if the bug still happens?

    in reply to: Date formatting #10119
    Anh TranAnh Tran
    Keymaster

    Hi Nick, that's a good idea. I'll add a field for date format in the popup when you selecting a field.

    in reply to: Dont get Download Link #10113
    Anh TranAnh Tran
    Keymaster

    Hi Almir,

    I've just checked your account and see you haven't bought the Tabs extension. Did you enter another email when buying the Tabs?

    Updated: I found the bug in the download link in the Thank you page and fixed it. Thanks!

    Anh TranAnh Tran
    Keymaster

    FYI: LFFprop has found a solution for this and here is his commend, in case someone needs it:

    I managed to sort it all out.

    I am no longer using the Reusable Text Block plugin to display all fields after the post data. Instead I have installed the After Content Widget plugin. This adds a widget area right after the post content. In there I use the Visual editor to create the layout and show all the fields.

    Anh TranAnh Tran
    Keymaster

    Maybe you just write some PHP code to loop through all the fields and show them. Or I see you already use Shortcodes Ultimate, which allows you to create HTML shortcode. You can use it to display fields like:

    Field 1: [rwmb_meta meta_key="field-1"]<br>
    Field 2: [rwmb_meta meta_key="field-2"]<br>
    ...

    As long as it supports running rwmb_meta shortcode, it will work.

    in reply to: map style #10097
    Anh TranAnh Tran
    Keymaster

    I've just fixed it on Github. I'll release new version tomorrow.

    Anh TranAnh Tran
    Keymaster

    I've just tested the code and there's no error:

    https://imgur.elightup.com/3IJnOek.png

    I don't have the Text Blocks plugin, so it just show the shortcode. If you have it installed, then the content of the shortcode will be parsed and shown automatically.

    Anh TranAnh Tran
    Keymaster

    Which PHP version are you using? The snippet above requires PHP 5.3. Also, can you make a screenshot of the functions.php file after inserting?

    in reply to: map style #10090
    Anh TranAnh Tran
    Keymaster

    I got it. Including common.css is too ambiguous. I'll replace it with only style from jQuery UI.

    Anh TranAnh Tran
    Keymaster

    You should add that filter to your functions.php file, something like this:

    add_filter( 'the_content', function( $content ) {
        if ( is_single() ) {
            $content .= do_shortcode( '[text-blocks id="showfields"]' );
        }
        return $content;
    } );
    in reply to: edit profile #10078
    Anh TranAnh Tran
    Keymaster

    Ah, I got it. Email and password are required to manually entered to update profile info. Perhaps only password is required, email should be auto filled. What do you think?

    Anh TranAnh Tran
    Keymaster

    Hi,

    I've just tried to set similar to you, and it works for me. Let me show you a video:

    https://imgur.com/a/BPQ85f1

    I also tested with tabs and it still works. Can you try again with just 2 fields?

    in reply to: Ooops! No Api Key Found even if it's there #10061
    Anh TranAnh Tran
    Keymaster

    Hi Mauro,

    I'll update the Builder and Geolocation extensions to make the API key part easier.

    One question, I can show the address I type on the map, and the pin is placed in the correct location.

    Updating the pin in the map regarding the address is out of scope of the Geolocation. It autopopulates the address parts only. The map is handled by the map field.

    If I place the red pin elsewhere can I have it populate the address using the position of the pin instead?

    I'm afraid there is no reverse process. Only one way from address to location.

Viewing 15 posts - 2,086 through 2,100 (of 3,958 total)