safeinsanity
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove “Profile” menu link from Dashboard?Are you wanting to remove it for all users or just non-admin users?
All users. I am using the Peepso plugin for user profiles.
Are you looking to do this with a plugin or are you looking for PHP code to use?
It doesn’t really matter to me, whatever works.
Forum: Fixing WordPress
In reply to: Display a custom Title field above the comment text?Been there, done that.
Forum: Plugins
In reply to: [Reactions] Activation failed please try again laterApparently not. Same problem here ??
Forum: Themes and Templates
In reply to: [90s Retro] custom colorsI know that YellowPencil visual css style editor plugin works awesome for that but it looks like they took down their free version on here. You can search for it and purchase the paid version if you really need it. I think it’s only like $26.00?
Forum: Plugins
In reply to: [Interactive Content – H5P] Access to microphone is not allowedOK thanks. Yes, I just told Google that I still wanted to proceed to page and the recorder works now.
Another quick question though, would it be possible to make it so it saved the recorded audio files to the media manager instead of having to download them just to re-upload them again. Would be great if you could add this feature to future release. Thank you for this nice plugin!
Forum: Themes and Templates
In reply to: [90s Retro] Avatars not displaying in postsI figured out a way to add the avatars to the main blog post page. I had to edit the loop-post.php file and add this part:
<?php echo get_avatar( get_the_author_meta( 'ID' ), 96 ); ?>
to the code like shown below :<div class="post-author"> <p><?php esc_html_e( 'by', '90s-retro' ); ?> <?php esc_url( the_author_posts_link() ); ?></p> </div> <?php } ?> <span class="divider-small"></span> <?php echo get_avatar( get_the_author_meta( 'ID' ), 96 ); ?> <?php the_content(); ?>
- This reply was modified 7 years, 3 months ago by safeinsanity.
- This reply was modified 7 years, 3 months ago by safeinsanity.
Great news! …thanks
Forum: Themes and Templates
In reply to: Can't find WP gallery widgetI am having the same problem using the Bootstap theme. Maybe our theme’s don’t support it? THe Bootstrap theme has it’s own gallery plugin but I don’t think it’s the same?
Forum: Plugins
In reply to: [Post Type Switcher] Attachment Pages to posts?Not sure what you mean? Is their a tutorial somewhere on how to do it?
Forum: Plugins
In reply to: [Frontend Uploader] Upload Post with imagesWell one thing that is for sure is that there is no support for this plugin. I can tell you that just by looking at all of these unanswered questions in here.
Forum: Plugins
In reply to: [Frontier Post] Hide admin toolbar?Where exactly can I hide the admin bar per user role? .. I don’t see any option in the plugin to do that.
nevermind, I found it ??
Forum: Plugins
In reply to: [Frontier Post] Hide admin toolbar?That is awesome! … I am currently using it to block all media uploading, hide the WYSIWYG editor, and now to hide the admin bar. Great job on the plugin. I really love it .. thanks!
Forum: Themes and Templates
In reply to: Violator 11 (remove all sidebars)Thanks
Forum: Themes and Templates
In reply to: Violator 11 (remove all sidebars)Well I don’t own the theme site, I just like the theme I found on there.
Any help would be appreciated. ??