jmzwiv
Forum Replies Created
-
Sorry that’s just a typo in my simplifying the log. The users are members of a number of groups and I’ve tried adding different, or all of them to the Authorized list.
Forum: Plugins
In reply to: [Swift Performance Lite] Compilation failed: unknown property nameGreat to hear, otherwise very happy after switching to this caching solution.
Forum: Plugins
In reply to: [Cherry Team Members] sort team members?Came here looking for the same thing, bizarre omission. Especially as the default seems to be order by date, which I presume is the date you added the member of staff?!
Since this plugin seems to be unsupported I had a look at a workaround. You can change the default order by editing the following;
/public/includes/class-cherry-team-data.php
LINES 68,69
‘orderby’ => ‘title’,
‘order’ => ‘ASC’,So the above would be order by their name. ‘orderby’ values are pretty limited at the moment. ‘none’,’ID’,’author’,’title’,’date’,’modified’,’parent’,’rand’,’comment_count’,
‘menu_order’,’meta_value’,’meta_value_num’Would be nice to update the shortcode to get Order and OrderBy passed through, but I’m just trying to built a website, not code a plugin too so a workaround suits me.
- This reply was modified 7 years, 4 months ago by jmzwiv.
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] Uncaught TypeErrorHi Thomas,
I’m afraid the 1.5.0.4 update made no difference to my error. Once updating WordPress to 4.5 the problem goes away however.
Thanks
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] Uncaught TypeErrorI’m stumped at the moment. Don’t really want to start disabling things just yet on a live site. I have a -near- duplicate of the site with the same plugins and theme versions where the ‘Add Gallery’ button works.
The duplicate site is on the latest WordPress which my live site isn’t. So at a good time I’ll get the live one updated and see if that has any affect.
Forum: Plugins
In reply to: [SlimStat Analytics] Shortcode output formatting questionBasically yes. The first example gives a list nice of page titles with clickable links, I’m not sure why the second example doesn’t do the same for blog posts? Am I doing something wrong?
Can confirm this is now fixed.
Glad to see the fix is out soon, only realised today that our gallery page had been empty because of this.
Forum: Plugins
In reply to: [SlimStat Analytics] Lightbox conflictIt did seem to work initially, but the data-rel attribute is our themes’ way using it’s lightbox feature, it’s the only way they are identified.
This is the theme we are based on;
https://themes.goodlayers2.com/maxima/light-box-frame/Forum: Plugins
In reply to: [SlimStat Analytics] Lightbox conflictHi Camu,
Has anything changed recently on this issue? Our lightbox links have data-rel=”fancybox” on them and using your filter kept them working. Unfortunately it would seem a fairly recent update means that’s not working any more.
I’ve had to disable outbound link tracking to keep our lightboxes.
Thanks