huntlyc
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Events] Problem with customizing the tableHi, yeah, if you change that line to say:
.hc_rse_events_table td.hc_rse_title p
instead of.hc_rse_events_table td.hc_rse_title
that should do the trick.Try and be as specific as possible with your styles (by targeting the exact element you’re after) as there’s a pretty big “reset” that will take over if you’re not specific enough!
Hope this helps, if you need further help please feel free to add to this thread.
Cheers,
HuntlyWas using the legacy template feature… If you’re doing the same, see the post by toad75 on this thread:
https://www.ads-software.com/support/topic/nextgen-gallery-207-upgrade-album-thumbnail-blurry?replies=3Not an ideal solution, but there you go…
Forum: Plugins
In reply to: [Really Simple Events] Accessing data via PHPNice one! If you need anything else, just give us a shout…
Forum: Plugins
In reply to: [Really Simple Events] Accessing data via PHPSure, you can get a list of events from this function:
hc_rse_get_events($listType, $showEvents)
You’ll want to supply the
$listType
variable, take a look at the function source code (It’s not very complicated, honest)! https://plugins.trac.www.ads-software.com/browser/really-simple-events/trunk/really-simple-events.php#L441You’ll want to
var_dump()
the output and see what you’re dealing with… If you’re going down this route, then in your theme or whatever, you’ll probably want to get rid of my java script and css. That’s easy enough to do, you just need to add these lines:
`wp_dequeue_script(‘hc_rse_js’);
wp_dequeue_style(‘hc_rse_styles’);’Forum: Plugins
In reply to: [Really Simple Popup] Problem closing popup within FireFoxMarking as resolved as fix was released…
Forum: Plugins
In reply to: [Really Simple Events] Customizing the TableHmm, not quite sure what’s going on, are you using the “more info” feature? Perhaps there’s an error with the html?
I’ve also had emails from people with issues who’ve pasted in the shortcode by without clearing the text format.
WordPress is great for pasting text into pages/posts and having it retain the styles (colours, sizes, font family and so on) but in this case you DON’T want that! So just type in [hc_rse_events] or highlight it and click the wee eraser icon in tinyMCE which will clear the formatting (2nd row, 6th button from the left).
Forum: Plugins
In reply to: [Really Simple Events] Customizing the TableHi saurabhr,
If you check out the help/useage page in the plugin menu it will tell you all the relevant CSS classes you’ll need (or you can just inspect the table chrome/firefox dev tools)
Basically, you just want to add this into your css:
.hc_rse_events_table td.hc_rse_title{font-weight: bold}
For an example, check this out: https://huntlyrubytest.co.uk/events/
Here’s the relevant exceprt regarding CSS from the help page:
CSS Styling
===========For theme developers, here are the event table css classes you can use to style the output
table.hc_rse_events_table – the main event table.
td.hc_rse_date – the table cell which holds the event date.
td.hc_rse_time – the table cell which holds the start time.
td.hc_rse_title – the table cell which holds the event title.
td.hc_rse_link – the table cell which holds the event link.
a.hc_rse_more_info – the more info link.
td.hc_rse_extra_info – the table cell which holds the event information.Hope this helps! ??
Cheers,
Huntly
Forum: Plugins
In reply to: [Really Simple Popup] Problem closing popup within FireFoxHi flippx,
Thanks for pointing out this bug, I’ve just released an update for this plugins that fixes this. Let me know if you have any issues with it.
Cheers,
HuntlyForum: Plugins
In reply to: [Really Simple Popup] Is there a way to include a clickable scrollbar?Marking this as resolved as we sorted this out via email.
Forum: Plugins
In reply to: [Really Simple Events] jalali calendar(persian date)Hi nowruzian,
Did you manage to find another plugin to suit your needs?
Forum: Plugins
In reply to: [Really Simple Events] sorting of event typesHey, did you manage to sort our your issues?
Forum: Plugins
In reply to: [Really Simple Events] Calendar is obscured when adding new eventsMarking as resolved. If you have any more issues, please feel free to give us a shout.
Forum: Plugins
In reply to: [Really Simple Events] WP listing wrong "visit plugin site"This has been fixed in a small housekeeping release I did. Thanks again for pointing it out! (Marking topic as resolved)
Forum: Plugins
In reply to: [Really Simple Events] WP listing wrong "visit plugin site"Thanks for spotting this! It doesn’t have it’s own page other than the WordPress listing page. But I’ll fix that link to lead to the WordPress listing one for now.
Forum: Plugins
In reply to: [Really Simple Events] Calendar is obscured when adding new eventsThanks for that Jason, I’ve just released a fix for that, hopefully you should see an update notification soon.
Cheers,
Huntly