joppedi
Forum Replies Created
-
Sorry caimin_nwl, you are absolutly wright! I missed to tell you I used that snippet to sort alphabetically.
I have also adjusted it to sort first ‘person_last_name’ and secondly ‘person_first_name’. Which work fine except for the lower case.Now I have tried ‘natcasesort($bookings);’ but that totally disorder everything.
For exampel (Last_name, First name):Chmi, Pa
asch, Jacob
?sch, Hacon
?sch, ?acob
bsch, Jacob
Sch, Jacob
asch, acobThis is not even the ID-order! Can’t figure out what sorting it does.
Remember I use charset “utf8mb4_swedish_ci” if it matters.Perhaps solution is in the notes of that linked page of yours?
E.g.:
natcasesort($arr);
$arr = array_values($arr);Nope, caimin_nwl. I’ve already done that: “I have made… sort the list’s person name alphabetically”.
The result is as I wrote it places lower case letters AFTER capital letters.- This reply was modified 8 years, 2 months ago by joppedi.
Yes.
To be clear: I have not even tried to sort the attendees in the booking table for a single event in the admin-area. (E.g. the url ‘edit.php?post_type=event&page=events-manager-bookings&event_id=nnn’. I don’t know the php-page).
The sorting on that page seems to be the time of order – at least not by the names.
And I do not need to sort that list but I really want to order the bookings-event-printable.php in a way that makes it simple for the box office!- This reply was modified 8 years, 2 months ago by joppedi.
Same problem ang same solution: switch back from php 7.0 to php 5.6.
Running:
WP 4.4.2
EM 5.6.2jacob.svedlund’s suggestion seems not possible anymore: could not find the code in em-ticket.php. Perhaps updates since then has solved that issue?
Forum: Plugins
In reply to: [Portfolio Slideshow] captions, descriptions and titles brokenDon’t delete portfolio-plugin, because you surely want to use the portfolios you already have made.
Via FTP do following:
1. on the server, rename portfolio’s folder of the bad version.
2. upload the good-working version 1.5.1. (which of course have the same folder name as before).
Login to your wp admin. If I remember right I then had to:
3. Activate version 1.5.1 and deactivate version 1.11.Remember in the future not to update the plugin. None of the two versions. Otherwise you will have the same problem again.
Forum: Plugins
In reply to: [Portfolio Slideshow] captions, descriptions and titles brokenThanks whatachamp, it solved the problem temporarily!
Forum: Plugins
In reply to: [Portfolio Slideshow] captions, descriptions and titles brokenSame problem for me.
Had a site with this pludin where the titles and description was showed but now it doesn’t show.
I have tried to customize the individual page with [portfolio_slideshow showtitles=true].
I have also tried to deactivate Jetpack in case of jquery conflict.
In the generated code the p-tag is empty (double cecked that the images has title etc):
<div class=”slideshow-meta”><p class=”slideshow-title”></p>Additionaly I have tried to make new installation on an other domain with version 1.10.0 but it couldn’t even activate: “fatal error Plugin.php row 57”.
??Forum: Plugins
In reply to: [Portfolio Slideshow] Can't activate pluginI have the same problem.
Tested in two different wp-installations with different themes but same error.Beautiful! Works perfect.
Thank you!Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageThanks – that solved my problem!
I don′t think you have to do anything in the plugin because I caused it myself: default the file url is chosen.
(I actively changed it to ‘none’ because I usually do that with images in wp cause I don’t want people to click the images.)Forum: Plugins
In reply to: [WP Catalogue] Cannot display product imageSame problem for me.
Firefox 19, Win XP.