Plugin Hook for editor

Feature Requests

Suggested Topics


  • 0 Votes
    5 Posts
    620 Views

    @dogs this worked a treat - thanks. For anyone else who might be looking for something similar, here's a simple scroll to top function that you can place into your Custom JS

    // Scroll to top button $(window).on('action:ajaxify.end', function(data) { var btn = $('#btt'); $(window).scroll(function() { if ($(window).scrollTop() > 300) { btn.addClass('show'); } else { btn.removeClass('show'); } }); btn.on('click', function(e) { e.preventDefault(); $('html, body').animate({scrollTop:0}, '300'); }); })

    Then place this into your Custom Header

    <a id="btt"><i class="fas fa-chevron-up"></i></a>

    Obviously, you would need to provide some CSS to style this. An example of this can be found on https://phenomlab.com

  • write widget

    Plugin Development
    0 Votes
    9 Posts
    535 Views

    @baris i love u

  • 1 Votes
    1 Posts
    285 Views

    Example verify.PNG

    Any plugin?

    Also, Can we we use emoji on topic title?

  • 0 Votes
    2 Posts
    2k Views

    Good news, that we don't need to add filter, there is filter for user profile: filter:user.account
    But what is about static template?

  • Wordpress plugin

    Feature Requests
    1 Votes
    8 Posts
    2k Views

    err disqus f'n autocorrect..

    great comment program.. commentluv is also starting to gain traction mainly because it has the base Facebook comments built right into it.. it also uses disqus, google, wp comments, etc.. but i feel like it looks cheap compared to disqus and it fragments comments to 3-4 tabs