olimax
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] DepreciatedMany thanks
I understand what a Depreciation notice is.
They may not be bugs per se but they soon will be.
The fixes are pretty easy and would future-proof it.
It will have to be done at some pointForum: Themes and Templates
In reply to: [WP-Forge] Remove all commentsThanks you so much for a swift and comprehensive response
In the end, as I was removing comments across the board, I just used thisif (class_exists('Disable_Comments')) { function wpforge_remove_recent_comments_style() { return; } }
It would be easy to just remove the comments from the front end templates but the plugin has the advantage of removing all the baggage from the admin too
I have always though that the option to have comments or not should be in the core
They are generally ugly and superfluous to many developers now WP is far more a CMS than just a blog. The fact that nearly 1 million have downloaded that plugin is testimony to thatI have been on the WP-Forge mailing list for ages and have finally got around to giving it a go on a new site. It looks a great clean starter theme with a few class features
I have only just had a brief run at it so far but it appears to be elegantly coded and well thought through. Thank you so muchForum: Plugins
In reply to: [Adminimize] Error Array in adminimize 1.10.4I am afraid I am still getting the same error after the 1.10.6 update
It appears everywhere in the admin except the Adminimize settings page itselfForum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Undefined variable: retThank you for your quick response
and please accept my humble apologies.
You are right. Wrong plugin by a very similar name
I’ll have to try yours next timeForum: Plugins
In reply to: [White Label CMS] Error: get_currentuserinfoI guess this plugin isn’t supported anymore – Shame.
For those that need the fix just change line 597 in includes/admin.view.php:get_currentuserinfo();
Change to
wp_get_current_user();
Forum: Plugins
In reply to: [MapPress Maps for WordPress] Responsive map.mapp-layout { width: 100% !important; }
Forum: Plugins
In reply to: [PDF Embedder] Flicker on pdf view issueThat fixed it, kmaninaustin
Many thanksForum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Lightbox Gallery?I am making a slider from a gallery in a page by ticking the box “Display images as slider”
How can I get a callback from the slider with the image URL when it changes?
ThanksForum: Plugins
In reply to: [Team Showcase] Shorten ExcerptThis seems not to be here now or am I just looking in the wrong place?
Forum: Plugins
In reply to: [PDF Embedder] Flicker on pdf view issueHi
I am having a similar issue
https://matthewsanger.com/matthew-sanger-cv-pdf/
Did you find a solution for this?
ThanksForum: Plugins
In reply to: [Team Showcase] Template for team_member pageNote for anyone that has a theme that uses template-parts like Twenty Sixteen, you will have to create both single-team_member.php and content-single-team_member.php
Forum: Plugins
In reply to: [Team Showcase] Template for team_member pageExcellent. Thanks
Forum: Plugins
In reply to: [AI Twitter Feeds (Twitter widget & shortcode)] deprecatedWhy is this marked as resolved?
I don’t understand why this was not incorporated in the latest update
Without it the plugin throws up warning messages and will eventually fail.
I can patch the plugin with the above fix but then it will lose it on the next update unless you fix itForum: Plugins
In reply to: [AI Twitter Feeds (Twitter widget & shortcode)] Errors above PHP 5.5Do you have error reporting on
have a look at the relevant line cited
It does use the /e modifier so needs changing
Other plugins are irrelevantForum: Plugins
In reply to: [CMB2] Datepicker not working without editorMuch appreciated, Micheal
You are right
I thought I had js errors flagged but it was turned off in Firebug
Turns out it was Yoast SEO. Their last bug fix 3.0.4 from a few days ago supposedly addressed it, specifically citing CMB2, but still the problem remains. Hopefully they will have another go
I know which I would rather do without if it came to it
I couldn’t work without your invaluable tool
Many thanks