• Resolved tigerfund

    (@tigerfund)


    Hello, i notticed that the add stake button is gone when using smaller devices. Is there a option to get this button back.

Viewing 1 replies (of 1 total)
  • Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    Hi,

    Thanks for noticing this.

    We are going to fix that on the next release, but in the mean time you can dix it on your side doing the following:

    Copy the file:

    stake-view.mustache

    To your theme foleder, doing this:

    cd [your wp folder root]
    mkdir wp-content/themes/[your theme name]/wpsc-views

    Then copy the stake-view.mustache to it, depending on the skin you are using do the following:

    If you are using the default skin:

    cp wp-content/plugins/wp-smart-contracts/views/stake-view.mustache wp-content/themes/[your-theme-name]/wpsc-views/stake-view.mustache

    If you are using the skin 1:

    cp wp-content/plugins/wp-smart-contracts/skins/wpsc-theme-light-1/wpsc-views/stake-view.mustache wp-content/themes/[your-theme-name]/wpsc-views/stake-view.mustache

    If you are using the skin 2:

    cp wp-content/plugins/wp-smart-contracts/skins/wpsc-theme-light-2/wpsc-views/stake-view.mustache wp-content/themes/[your-theme-name]/wpsc-views/stake-view.mustache

    If you are using the skin 3:

    cp wp-content/plugins/wp-smart-contracts/skins/wpsc-theme-light-3/wpsc-views/stake-view.mustache wp-content/themes/[your-theme-name]/wpsc-views/stake-view.mustache

    Finally, edit the stake-view.mustache file on your theme folder, and look for this piece of code:

    <div class="ui stackable grid large screen only">

    And remove the classes: “large screen only” from the div.

Viewing 1 replies (of 1 total)

The topic ‘Stake button nog shown mobile devices’ is closed to new replies.