lucop1
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Move combined css html tag below in headerHi Frank,
thank you for the suggestion. At the moment it doesn’t work. I added this in the functions.php of my template:
add_filter( 'autoptimize_filter_css_replacetag', array( '<head>', 'after' ), 10,1 );
tried also with this:
add_filter( 'autoptimize_filter_css_replacetag', array( '<title', 'before' ));
add_filter( 'autoptimize_filter_css_replacetag', array( '</head', 'before' ), 10,1 );
add_filter( 'autoptimize_filter_css_replacetag', array( '</head', 'before' ));
But same output in the html: https://ibb.co/3yHmPsg
Forum: Plugins
In reply to: [Recent FB Posts] Missing Images and FB ButtonsHi, I’ve a public page but it doesn’t display images!
I updated at the latest version, renewed the cache etc.. but nothing happens..
Forum: Plugins
In reply to: [Plugin Name: Device Theme Switcher] Internal Server Errorthe message i wrote you before.
Internal Server Error contact the administrator etc. etc..
Forum: Plugins
In reply to: [Edit Flow] permalinks not updating on save as draft ( EF 0.7.6, WP 3.6 )I had the same issue and I solved with your solution!!
When I changed the Status from IDEA to Draft it doesn’t allow me even to edit the post because it didn’t recognize the permalink but now it works.
Thank you!
Hi,
i fixed this editing the plugin.php file inside the ag-custom-admin folder.
I put the condition that i need after the line 528
if (is_admin() || current_user_can('administrator') || current_user_can('editor') || current_user_can('author')) {
and also after
function print_admin_bar_scripts(){
around line 597Doing that the js script on the source code appear only if the user is an Administrator or Editor or Author.
I suggest the Plugin Author to insert and option to enable this feature. So if a guest or “normal” user navigate inside the website won’t see the bar customization.
I did these modifications because I completely disabled the toolbar for normal users.
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] SubMenu doesn't showOk so I found a solution.
This could be helpful for who use a Child Theme of BuddyPress 1.7 Default Theme.
If you want to set up a the template page for the plugin in Single User View you should edit the file plugins.php stored in
/YOUR_WP_THEME/YOUR_BP_CHILD_THEME/members/single/
At line 15 there is
<?php if ( ! bp_is_current_component_core() ) : ?>
just DELETE it and also the
<?php endif; ?>
at line 25.
This because BP Media is recognized as Component Core.
You could only remove the!
but if you do that the subnav will not work with other BP Plugins because they’re not recognized as component core.Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] SubMenu doesn't showIt Works on BuddyPress Theme but I’m using a Buddypress Child Theme
it doesn’t generate the submenu.. it’s very strange..
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] SubMenu doesn't showInstead if you go inside Media Tab on the Group Page you can see the sub menu.
hope this can help you!
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] SubMenu doesn't showForum: Plugins
In reply to: [Breadcrumbs Everywhere] plugin doesn't work with BP 1.7……….. Are you kidding me?
I’m a developer if I write here is because it really doesn’t Work And in my template files there is the function…