blazeking
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] Agenda widget number of eventsThank you! Reverting to old version (2.13.7 or below) restores functionality.
Forum: Plugins
In reply to: [Event Organiser] Agenda widget number of eventsI’m afraid 5 is hardcoded, and in fact, the agenda widget (day mode) is changing in 3.0.0: it will show events on a particular day. Clicking forward/back will navigate between days with events, and it will render as many events as there are that day.
This answers the question I came to ask. Upgrading to 3.0 changed this for us, and I’m being asked to change functionality back. When setting the widget to “group by” week, the days are not specified – it displays the first day of the week, then all events for that week, without the detail of which event happens on each day.
Here is pre-3.0, grouped by day: http://i.imgur.com/XyICqg9.png
Then, after upgrading to 3.0: http://i.imgur.com/AugtufV.png
Finally, 3.0 grouped by week: http://i.imgur.com/Hnzg0wo.pngI’m trying to get functionality back to the first image. Anyone have an idea how I can do that? Attempt to downgrade to pre-3.0 to get the old widget?
For reference, my widget details are default: http://i.imgur.com/ed45F8g.png
Thanks!Forum: Plugins
In reply to: [Groups] Restrict Administrator Access to Only Users in their GroupSame question. Is it possible to create an admin user that can create/delete users within a specific group only?
Forum: Plugins
In reply to: [FeedWordPress] RSS source another WordPress blog?Answering my own question in case anyone else has a similar issue – this was an internal DNS issue.
Forum: Plugins
In reply to: [FeedWordPress] RSS source another WordPress blog?Updating my own topic…
I’m just having trouble on one site. I can use the RSS feed from many other WordPress blogs, except for this specific one: http://konoctiusd.org/feed/rss2
The RSS feed validates, but I can’t add it into FeedWordPress. I get the error:
Error: FeedWordPress couldn't find any feeds at http://konoctiusd.org/feed/rss2/. Try another URL.Any ideas what’s causing this?
Forum: Plugins
In reply to: [Syndicate Out] What does in the address field?Did you figure this out? I’m having the same problem. No matter what I put I get:
Authentication: Failed.
Remote API: API Unavailable.Forum: Plugins
In reply to: [BadgeOS] Is it Possible to Change the Image Displayed for Unearned Badges?Finally learned how to use @media sections in CSS for fluid image sizes. Thank you for the awesome plugins and support Michael!
Forum: Plugins
In reply to: [BadgeOS] Is it Possible to Change the Image Displayed for Unearned Badges?Answering my own question… I used a different method for bumping the original image. Still can’t figure out how to use a fluid method, so I’m stuck with sizing and positioning on both desktop and mobile themes. Here’s what I used, which looks much better than the CSS used above:
.user-has-not-earned .badgeos-item-image { width: 100px; height: 100px; background: url("https://myurl") no-repeat; background-size: 100px 100px; background-position: 10px 0; text-indent: -9999px; } .user-has-earned .badgeos-item-image { background: url(); text-indent: 0; }Forum: Plugins
In reply to: [BadgeOS] Is it Possible to Change the Image Displayed for Unearned Badges?I know this is an old thread, but if you’re still around, how did you code your CSS? When adding the code below, the “earned” achievements display smaller than normal.
.user-has-not-earned .badgeos-item-image { display: block; -moz-box-sizing: border-box; box-sizing: border-box; background: url(https://myurl) no-repeat; background-size: 100px 100px; width: 100px; /* Width of new image */ height: 100px; /* Height of new image */ padding-left: 100px; /* Equal to width of new image */ } .user-has-earned .badgeos-item-image { background: url(); padding-left: 0px; }Forum: Plugins
In reply to: [BadgeOS] Award one badge only?…yes
You know those times you wished you would’ve spent a little longer troubleshooting before asking for help? Yeah…
No problem here.
Forum: Plugins
In reply to: [BadgeOS] Award one badge only?A little more detail that might be helpful:
When manually awarding other achievement types, like Step, Quest, Community Badge, etc, the award action allows individual selection: http://i.imgur.com/k7Y0K6j.png
The Badges achievement type is different than the rest (the award action is plural): http://i.imgur.com/C3JGAbx.png
This appears to be a “feature, not a bug”.
Forum: Plugins
In reply to: [BadgeOS] Congratulations Text – Apostrophe – Bug ReportWas this fixed? I am on WordPress 4.1 and BadgeOS 1.4.4, but the same issue. Where do I put the code that X-Raym provided? Thanks!
Forum: Themes and Templates
In reply to: [Spacious] Slider link not showing on mobileAnswering my own question for anyone else with this problem…
I didn’t specify the slide title in the “Enter title for your slider.” field. That is what the mobile theme displays as a link. Without specifying a title, the slider on the mobile theme will not work as expected.
That was it! Thank you!!!
Thanks!