开发者 |
gamipress
tsunoa rubengc eneribs |
---|---|
更新时间 | 2024年4月10日 15:16 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 6.5 |
版权: | GNU AGPLv3 |
版权网址: | 版权信息 |
wp-content/plugins/
folder.[gamipress_button] shortcode supports:
[gamipress_button type="submit" label="Click here!" id="my-button" class="awesome-buttons one-class other-class" url="https://gamipress.com/"]
[gamipress_button] shortcode has the attribute "url" that will redirect the user after click the button. Example: [gamipress_button label="GamiPress website" url="https://gamipress.com/"]
Yes, contact to your theme author to meet the CSS classes that your theme uses and add them to the "class" attribute.
Yes, contact to your page builder author to meet the CSS classes that page builder uses and add them to the "class" attribute.
Yes! GamiPress - Button is looking for elements with the class gamipress-button
, you can make it work with a custom element using the following code:
Click Here!
If you set an id attribute, triggers limited by specific ID will be triggered too.
Also, if you define more classes to the class attribute, triggers limited by specific class will be triggered too.