Iuda
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Thumbnails] Adopt your plugingive a link to your work
Forum: Plugins
In reply to: [Video Thumbnails] Adopt your plugintake this plugin and update him, the author seems is died :(.
Forum: Reviews
In reply to: [Pending Submission Notifications] works greatcreca ma chinui de o juma de an sa gasesc o solutie pentru tema saitului de aici https://failtrafic.ro/
Mizeria de better notification for wordpress nu misca nimicForum: Plugins
In reply to: [BuddyPress Notification Widget] CSS Stylingtry this
#bpdev_bpnotification_widget-2 { background: #1fb3dd; }Forum: Plugins
In reply to: [BuddyPress Follow] Custom postwhere to add
register_post_type(), in theme functions ?- This reply was modified 9 years, 5 months ago by Iuda.
Forum: Plugins
In reply to: [You Have a New (BuddyPress) Message] Stylingmy style
a.post-edit-link { padding: 4px 8px; text-transform: uppercase; -webkit-border-radius: 2px; border-radius: 5px; background: #C62828; font-weight: 600; font-size: 13px; line-height: normal; color: #ffffff; } a.post-edit-link:hover { background: #B71C1C; text-decoration: none; }🙂
Forum: Plugins
In reply to: [BuddyPress Follow] Custom postcan you give me a hint how to figure out if my themes custom post is recorded in activity stream ?
Forum: Plugins
In reply to: [WP Total Hacks] Turn off admin toolbarput this in themes functions.php
// turn off adminbar for all except admins and edithors if ( !current_user_can( 'edit_others_posts' ) ) { add_filter( 'show_admin_bar', '__return_false' ); }Forum: Plugins
In reply to: [Comments - wpDiscuz] add info texttnx, works like a charm
Forum: Plugins
In reply to: [Comments - wpDiscuz] How to change the colour of vote up and down?put this in settings>Custom CSS Code
.fa-thumbs-up:before { color: green; } .fa-thumbs-down:before { color: red; }Forum: Plugins
In reply to: [Comments - wpDiscuz] add info textwell, not working. i put this in my theme functions.php ant give a 500 error
Forum: Plugins
In reply to: [BuddyPress Follow] Not workingwell, that not working
Forum: Plugins
In reply to: [BuddyPress Follow] Not workingUpdate.
I figured out.Forum: Plugins
In reply to: [BuddyPress Follow] Not workingThanks.
But i have a little question 🙂 where to put this file https://gist.github.com/colabsadmin/bc54a0e906c6bd8b658b ???- This reply was modified 9 years, 6 months ago by Iuda.
Forum: Plugins
In reply to: [BuddyPress Follow] Not workingI have this site http://failtrafic.ro/ and with your plug-in installed, it should notify him that a I’ve posted a new video.post. It doesn’t send any notifications. It is a bug or you have any idea for a workaround?