djous
Forum Replies Created
-
Forum: Plugins
In reply to: [CBX Bookmark & Favorite] Change iconI would like to use Font Awesome icon, is not possible? https://fontawesome.com/icons/eye?style=regular
Just using images? And no, I don’t have pro version. @manchumahara
Forum: Plugins
In reply to: [CBX Bookmark & Favorite] Change icon@manchumahara I think you didn’t understand what I wanted.
I want to change the icons like this: https://i.imgur.com/1pv4ntF.png
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Blank Page in CustomizeWhen I access “Customize” in WordPress, it gives a blank page: https://i.imgur.com/uC2WTbF.png
The problem is from the plugin Advanced Custom Fields, because when I desativate this plugin, it works.
- This reply was modified 6 years, 5 months ago by djous.
please @iova.mihai update
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer doesn’t work / doesn’t have any effectI tested the option “Override Post Type settings” in a specific Post (article), and the config is the same as the “Post Type settings”, but now the plugins are desativated.
Why this is happening? If the Post Type settings already have the plugins desativated for ALL Post type, why I need to click “Override Post Type settings” to take effect?
- This reply was modified 6 years, 6 months ago by djous.
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer doesn’t work / doesn’t have any effectForum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer doesn’t work / doesn’t have any effectForum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer doesn’t work / doesn’t have any effectThis is the function code I use in functions.php:
# Finding handle for your plugins function display_script_handles() { global $wp_scripts; if(current_user_can('manage_options')){ # Only load when user is admin foreach( $wp_scripts->queue as $handle ) : $obj = $wp_scripts->registered [$handle]; echo $filename = $obj->src; echo ' : <b>Handle for this script is:</b> <span style="color:green"> '.$handle.'</span><br/><br/>'; endforeach; } } add_action( 'wp_print_scripts', 'display_script_handles' );Also, since I plugin organizer doesnt work or doesnt have any effect, im using another plugin called Freesould Desactive Plugin, it works good!
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer doesn’t work / doesn’t have any effectAlready did that. Cleared cache, desativated WP Rocket plugin,l and still all plugins are loaded. Of course all is configured in page/post type.
I can see that plugins are still being loaded using a code in my functions.php that shows which plugins are being loaded.
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer doesn’t work / doesn’t have any effectcan i get an update?
i use wp rocket to optimize cache and code, is this related wirh it?
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] After change Admin URL -> redirects to homepageIt redirects me to LOGIN page (and i’m logged in already…) and not HOMEPAGE…