Shonari
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Open lightbox from a buttonThank you! This works for me. After days of searching Your solution solution helped me out a lot.
Thank you! Figured it out.
Have to create a new page thats not linked to the default events page. The code works then.
Cheers
I tried using the code as below, but it doesnt seem to work. The events in that category still shows up
[events_list category=”-4″]CONTENTS[/events_list]
OK Thank you
Awesome! That worked perfectly. Thank you!
OK I see the line. Unfortunately I dont know how to add hyperlinks inside an echo but thanks for pointing me in the right direction ??
Forum: Themes and Templates
In reply to: [MesoColumn] Text Appears on Right in Slider on LoadOK…
I edited back. The reason I changed it was from a previous forum post where there was an issue and that was listed as a fix.
Forum: Plugins
In reply to: [WP FullCalendar] Category Dropdown Not ShowingIm having the same issue. Any fix for this?
Cheers
Yes, thanks! Add this to “Default event list format header”
<table cellpadding="0" cellspacing="0" class="events-table" > <thead> <tr> <th class="event-time" width="175">Date/Time</th> <th class="event-image" width="*"></th> <th class="event-description" width="*">Event</th> <th class="event-category" width="*">Category</th> </tr> </thead> <tbody>
And this to Default event list format
<tr> <td> #_EVENTDATES<br/> #_EVENTTIMES </td> <td> #_EVENTIMAGE{80,80} </td> <td> #_EVENTLINK {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} </td> <td> #_CATEGORYLINK </td> </tr>
No matter what I try it duplicates itself
Screenshot: https://i.imgur.com/FRx98pf.png
Aaah! AMAZING! Installed the plugin and voila!
Thanks for your awesome support and even more awesome plugin!
Forum: Themes and Templates
In reply to: [MesoColumn] What's New Form Layout on Activity/Group PagesKinda fixed this by adding the following code to the custom css
#buddypress form#whats-new-form #whats-new-content { margin-left: 0px !important; padding: 0 0 20px 0px !important; }
Forum: Fixing WordPress
In reply to: switchEditors is not defined in TinyMCESetting:
define('CONCATENATE_SCRIPTS', false);
in my wp-config.php fixed this issue I was having
Thanks