StickyPixels
Forum Replies Created
-
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Dead as a doornailFYI, I recently upgraded to Safari 10.1 on El Capitan 10.11.6, same problem still exists: no buttons whatsoever. Working fine in all other browsers.
I think this should be fixed, Safari is still a big player in the browser market.kind regards, Leo
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Dead as a doornailHi Kasal,
Thanks for your reply.
It took me some time to realize it is actually the browser I’m using: Safari 9.1.3 on OSX Mavericks 10.9.5
The share buttons do show up in Firefox and Chrome.Still this seems like a problem to me, as Safari is widely used. I’m not sure about older/newer/mobile versions of Safari, any reports on that?
Cheers, Leo
Clean and lean, this code works! And completely elegant. ??
It looks so obvious it makes me feel silly…Thanks again for educating me, and cheers for this great plugin.
LeoHi Marcus,
Many thanks for your help, and it does look way more elegant. But am I right that there’s a closing bracket missing at the end of the first line? Without it I get a blank page.
But even so it doesn’t seem to work, I get empty image placeholders.
My code is now as follows:<?php if( kdmfi_has_featured_image( 'category-icon', $page->ID ) ): ?> <img src="<?php echo kdmfi_the_featured_image( 'category-icon', 'full', $page->ID ); ?> <?php endif; ?>
Weirdly this does seem to return the correct path to the image, but with spaces where the forward slashes should be.
Again, I’m only beginning to learn php so your help is much appreciated, and if you can easily point me in the right direction I’d appreciate it. But if it needs a lot of tampering I can still fall back to my previous solution.
Many thanks,
LeoAfter much trial and error I found this thread which helped me on my way.
So I’m now using the following code:<img src="<?php if( kdmfi_has_featured_image( 'MY-SECONDARY-THUMBNAIL', $page->ID ) ) { $icon = kdmfi_get_featured_image_src( 'MY-SECONDARY-THUMBNAIL', 'full', $page->ID ); } echo ($icon); ?>">
This works perfectly fine, but I think there must be a more elegant way to do this. Any input would be nice (to help me learn php better), but anyway I’m very grateful for this wonderful plugin!
Forum: Plugins
In reply to: [Events Made Easy] dashboard event list shows empty screenFound it, it was something I missed. :X
All I had to do was right click on the column headers to select.The new system works like a charm, with thousands of entries. Thanks a lot!
Forum: Plugins
In reply to: [Events Made Easy] dashboard event list shows empty screenAnother update, 24 hours beyond: this morning I gave the new version (1.7.2 already) another try and surprise: my events are back where they belong! ??
Now all that’s missing is the option to edit recurring events. I can’t find the link for that anywhere. Is there a new setting I’m missing?
Forum: Plugins
In reply to: [Events Made Easy] dashboard event list shows empty screenHi Franky, thanks for the fast update. This morning when I opened EME (without updating) my event list reappeared in the dashboard. It was slow to load but it was back.
Then I decided to give your update a spin, updated to 1.7.0 and… the screen was empty again! ??
So I reinstalled 1.6.26 and the list reappeared…I’m at a loss as to what causes the problem. It may well be our server, and hopefully we will move our project to another server later this week. Until then any suggestion is welcome.
Keep up the great work, cheers,
LeoForum: Plugins
In reply to: [Events Made Easy] dashboard event list shows empty screenThat would be great, you really are a saint. ??
I’m not working on this project until next week, hope this fixes it.cheers, Leo
Forum: Plugins
In reply to: [Events Made Easy] dashboard event list shows empty screenI fear the same… ??
By now it’s close to 12,500 events. I didn’t think there’s a built-in limit, is there?I’m on a development server which was already very slow in displaying the list, sometimes taking over a minute to load, so it may be my server.
Or maybe the WP memory limit? But then I would get an error message, I guess.
Forum: Plugins
In reply to: [Events Made Easy] Date picker not working after updateWow, faster than lightning! And totally fixed!
Thanks a bunch, donation (long overdue) is underway. ??
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Date picker not working after updateOops, wrong forum. Reposting in the correct forum.
Forum: Plugins
In reply to: [Events Made Easy] Mail sent to wrong event participantsWow, you’re fast! ??
Forum: Plugins
In reply to: [Events Made Easy] Mail sent to wrong event participantsMy wrong, question withdrawn.
I forgot to select mail type.Still the CSV export gives the wrong result, but that’s no showstopper.
Thanks anyway for a great plugin!Forum: Plugins
In reply to: [WPFront User Role Editor] Internal Server Error for all users but AdminI’m still on WP 4.0.1, will upgrade soon.
Plugin working fine now, keep up the good work.
Leo