michaelehowe
Forum Replies Created
-
Forum: Plugins
In reply to: [ICS Calendar] Two (or more) calendars with different colors?Just in case this helps others, the reason why my code wasn’t working was WP had added in some <span> elements, which were only visible when viewing the short code in “text” mode rather than visual.
Forum: Plugins
In reply to: [ICS Calendar] Two (or more) calendars with different colors?@room34 Your documentation seems to be missing the “|” between the hex codes… But either way I’m struggling to get this to work –
ics_calendar url=”https://url1.com | https://url2.com” feedlabel=”Main Arena|Warmup Arena” color=”#1E2E5D|#8C0000″
- This reply was modified 1 year, 3 months ago by michaelehowe.
Forum: Plugins
In reply to: [ICS Calendar] nolink=true shows URL@room34 I seem to be having the same issue. Here is an excerpt from my ICS feed:
SUMMARY:Arena Booking - Horse Name DESCRIPTION:First Name: Horse\nLast Name: Name\nE-mail: *****+fina [email protected]\nPhone Number: +44 *******\n LOCATION:******** TRANSP:OPAQUE ATTENDEE;CN=Horse Name;CUTYPE=INDIVIDUAL;EMAIL=********+finaltest@gma ?il.com:mailto:******[email protected] BEGIN:VALARM TRIGGER;RELATED=START:-PT0S ACTION:DISPLAY DESCRIPTION:Reminder END:VALARM END:VEVENT BEGIN:VEVENT UID:****046328fb7b DTSTART;VALUE=DATE-TIME:20230819T130000Z DTEND;VALUE=DATE-TIME:20230819T210000Z DTSTAMP:20230726T135343Z LAST-MODIFIED:20230726T135721Z URL;VALUE=URI:https://******/?option=com_vikappoin ?tments&view=order&ordnum=**&ordkey=***99V***97D3
As you can see the URL seems to be outside of the description, but using “nolink=”true” ” it still seems to show up.
I have done a temp fix using CSS ( .eventdesc .eventurl {display:none} ) but I would prefer the URL isn’t in my HTML in the first place. Any help gratefully received.
Forum: Plugins
In reply to: [BP Auto Group Join] Not adding new members@tobyrussell – So I’m looking to implement your fix. Do I totally replace line 12 or do I just insert yours?
Here is the whole function starting on line 12:
function bp_auto_group_join_all_members( $group_id, $member_types = array() ){ if( !isset($group_id) || empty($group_id) ) return; if( isset($member_types) && !empty($member_types) ){ $all_users = bp_auto_group_join_get_members($member_types); }else{ $all_users = bp_auto_group_join_get_members(); } if( isset($all_users) && !empty($all_users) ){ foreach($all_users as $single){ $user_id = $single; // check if already member $membership = new BP_Groups_Member( $user_id, $group_id ); if( !isset($membership->ID) ){ // add as member groups_accept_invite($user_id, $group_id); } } } }
Forum: Themes and Templates
In reply to: [Zerif Lite] Zerif lite: Adding image in Page's backgroundGordon – did you manage to fix this issue? If so can you share the solution.
I love this theme and I would be prepared to pay for it… but I need it to be multi page! This is why I want to mod the full width template to look similar to the homepage.
Forum: Plugins
In reply to: [Download Monitor] .com/download/ takes me to my posts page.I’ve solved it by downloading this plug-in – https://www.ads-software.com/plugins/redirection/ … It seems to work with no issues.
Forum: Plugins
In reply to: [Download Monitor] .com/download/ takes me to my posts page.I get that, I just want it to either go to a page I can personalise or for it to go to the homepage.
Downloads work fine – https://otuslabs.com/download/test
I’ve tried re-saving / changing permalinks but that hasn’t solved it.
Forum: Plugins
In reply to: [Download Monitor] .com/download/ takes me to my posts page.I’ve just added your “Download Page Addon” in the hope that would solve it… but unfortunately no such luck.
Forum: Plugins
In reply to: [Download Monitor] .com/download/ takes me to my posts page.Its whatever I change it too – https://otuslabs.com/fluberdubdub/