ElwoodP
Forum Replies Created
-
Thanks Eddy. Actually I was mistaken and I only have GMagick and GD available. I guess I’ll have to look for another plugin.
I have the same experience, ImageMagick is definitely installed.
Forum: Plugins
In reply to: [SoGrid Lite] Not displayingUpdate to this problem. I have it kind of working for 266550750137741 but images do not load with broken urls.
Also doesn’t load at all for other page ids. For example:
210238862349944
326909510675608
105596369475033
105596369475033
All these page IDs don’t display anything.@vikasit58
Err I think you just hijacked my thread!Forum: Plugins
In reply to: [Plugin Organizer] Apply to child pages with query string.Thanks Jeff
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Plugin PerformanceThanks guys. I think the cacheing plugin helped a little.
Have you got an estimated release date of Pods 3 yet?
Forum: Plugins
In reply to: [WP Admin UI Customize] Custom Node for sidebarThanks gqevu6bsiz, that’s a very helpful answer. I appreciate the support.
Forum: Plugins
In reply to: [WP Admin UI Customize] Custom Node for sidebarHi gqevu6bsiz,
No problem, I appreciate your reply. I look forward to the feature if you can add it.In the meantime I’m trying to add manually:
function my_admin_menu() { global $submenu; $submenu['edit.php'][] = array('Menu Title', 'manage_options', 'url_to_cool_stuff'); } add_action('admin_menu', 'my_admin_menu');
But this isn’t updating custom menu. Can you advise?
Forum: Plugins
In reply to: [Admin Menu Editor] Cannot Save ChangesJust to confirm that this problem was indeed an issue with a security rule set by my hosting provider.
Thanks for your help Janis.
Forum: Plugins
In reply to: [WP Admin UI Customize] Revolution slider capabilitiesEditors probably won’t have sufficient privileges to have access to edit your slider.
I use this plugin to set role capabilities:
https://www.ads-software.com/plugins/user-role-editor/The slider might have it’s own custom role capability or it might be made accessable through something like “edit_theme_options”.
Forum: Plugins
In reply to: [WP Admin UI Customize] Edit Post/Page in Admin BarHi,
Thanks for this it seems to work perfectly.
Forum: Plugins
In reply to: [Hansel & Gretel: Fine-Tuned Breadcrumb Generator] Include Blog in trailMany thanks Andrew, the problem was exactly as you describe. I needed to set “Blog” as “Posts page” in Settings > Reading.
Forum: Plugins
In reply to: WordPress, Jquery BBQ, and IsotopeBy the way I think adding a path before the filter probably won’t work on your homepage (the page with isotope on). You will probably have to load a separate menu on the homepage to other pages.
One option would be to use a plugin like this to load a different menu on your homepage:
https://www.ads-software.com/plugins/menu-items-visibility-control/Forum: Plugins
In reply to: WordPress, Jquery BBQ, and IsotopeHi Mixette,
If I understand you correctly all you need to do is add the path to the page with Isotope before the filter in your link.
So your code:
<a href="#filter=.producten">Over ons</a>
should be:
<a href="https://46.18.32.129/~ftwee/#filter=.producten">Over ons</a>
Forum: Reviews
In reply to: [Thumbnail Upload] Interesting but…This rating seems a little unfair. The plugins you mention might be more useful for what you personally want to achieve but this plugin offers something different which is to replace the thumbnail with a completely different image. If you don’t need this functionality then don’t use it but it doesn’t deserve a bad review.