• Hello alex,

    Amazing plugin!!! I can’t wait to play with it!

    I installed with coinpayments, have set everything up correctly, and it will only display empty boxes when logged in with the correct capabilities selected.

    I’ve tried installing it on a fresh wordpress install with no themes or plugins and I still get the same empty boxes.

    when not logged in I get the message in the box

    “Error while rendering the withdraw shortcode with its default template in /home/j3wuesy5uax0/public_html/dash/wp-content/plugins/wallets/includes/views/withdraw/default.php: User is not logged in!”

    Plugin version 3.9.1
    Git SHA d18927df
    Web Server Apache
    PHP version 7.1.18
    WordPress version 4.9.8
    MySQL version 5.6.39-cll-lve
    DB prefix wp_
    Is multisite false
    Is network activated false
    PHP max execution time 320
    Constant ‘WP_DEBUG’ false
    Constant ‘WP_DEBUG_LOG’ false
    Constant ‘WP_DEBUG_DISPLAY’ true
    Constant ‘DISABLE_WP_CRON’ n/a
    Constant ‘DSWALLETS_FILE’ /home/j3wuesy5uax0/public_html/dash/wp-content/plugins/wallets/wallets.php
    PHP Extension ‘curl’ Loaded
    PHP Extension ‘mbstring’ Loaded
    PHP Extension ‘zlib’ Loaded
    Active wallets extensions wallets-cp 1.0.7
    Network-active wallets extensions n/a

    When I run console I get these errors:
    [Error] Failed to load resource: the server responded with a status of 404 () (tcc_l.combined.1.0.6.min.js.map, line 0)
    https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js.map

    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (knockout.validation.min.js.map, line 0)
    https://dash.dynamicvacationrentals.com/wp-content/plugins/wallets/assets/scripts/knockout.validation.min.js.map

    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (sprintf.min.js.map, line 0)
    https://dash.dynamicvacationrentals.com/wp-content/plugins/wallets/assets/scripts/sprintf.min.js.map

    Thank you so much for the support and amazing work!!!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author dashed-slug.net

    (@dashedslug)

    Hello,

    It sounds like you are almost there!

    The JavaScript warnings are of no real consequence, as the map files are needed for debugging purposes only.

    The error you see when the user is not logged in is expected behavior. The shortcodes are intended only for logged in users. If you need to hide UIs with errors, they have the “error” class assigned to them, so you can do .dashed-slug-wallets.error { display: none; } in your CSS if you like.

    There are a number of reasons why the UIs would look empty when logged in. Please see the Troubleshooting section in the manual under “I do not see the UI elements in the frontend.” (The manual is the PDF file in the bundle download of the plugin available at https://www.dashed-slug.net/downloads/)

    If you followed the video tutorial, there is an API key permission missing from the video. This is the get_callback_address permission. I have added a pinned notice under the video about it.

    Please let me know if the above instructions did not help you, and we can try and debug this further.

    with regards

Viewing 1 replies (of 1 total)
  • The topic ‘Only empty boxes showing instead of shortcode’ is closed to new replies.