The buttons tag has no wiki summary.
1
vote
1answer
311 views
“Loadmore” button is not working in buddypress
"Load-more" button in the activity stream page in buddypress is not working for me. If clicked means , it disappearing suddenly but no more posts are loaded.
<?php if ( bp_get_activity_count() == ...
0
votes
1answer
95 views
add button to tinymce
i have the following method to insert a button in Tinymce editor:
in funcitons.php:
class myclaff
{
function __construct() {
add_action( 'admin_init', array($this, ...
0
votes
1answer
105 views
Creating a Link Text like Submit Button in Admin Page
I'm making an admin page for my plugin and I'd like to make a text link designed like the form button of admin pages.
I tried this but didn't work well.
<a href="" cless="button-primary" ...
-1
votes
1answer
40 views
Facebook redirect buton
In this post, Facebook like button that redirects?, I saw a code to redirect after doing a Facebook "like".
I pasted in there, but I can't figure out how to put the link I want to redirect to?
0
votes
0answers
43 views
Customize Link button in TinyMCE
I would like to add a text field to the popup that appears when I click on the link button in the visual editor and add a function that uses this input.
Background:
I'm using Lightbox Plus and I ...
0
votes
0answers
26 views
Hide wp_editbtns in post editor inserted images
Is it possible to somehow hide the two edit buttons (wp_editbtns) which appear on the click on an image that was inserted into a post/page? Normal jquery didn't work for me. I guess I have to hook ...