Bristol CI
Forum Replies Created
-
Many thanks for that barkerbaggies, it worked and my events table is slowly getting there! Still not managed to find a solution to group events by month though – have you had any luck with that yet?
Forum: Plugins
In reply to: [Plugin: s2member] fatal errorThanks everyone, i fixed it by re-installing the older version (found at https://www.ads-software.com/extend/plugins/s2member/download/)
Will be more careful about upgrading next time!Somebody posted this solution in the thread i started on this …
https://www.primothemes.com/forums/viewtopic.php?f=4&t=15396&view=unreadyes, me too! Just posted the same problem, then saw this thread…
Is there a way to change the linked text color too?
I have my events colour coded by category (background and text) but the text for those elements in the table that are linked to other pages is the same as for the rest of my website. In the interest of making it nicer to view, is there a way of changing this colour specific to each category?
I can’t figure out the code – please help!
What I have so far is:
} tr.eventcat-2{ background:#ebebeb; border:1px solid #000000; border-right:2px solid #000000; border-left:2px solid #000000; color: #801103 }
Not as far as i can work out. I will try again.
What I found is that the first few times it works, then it stops working….
I since tried removing all links with this, simply listing the names of the teachers with the | symbol inbetween each name and notices that the same thing happened (it wouldn’t save the name selected and would default always to the first name on the list). Does this suggest that there is a bug with Event Attributes?
Forum: Plugins
In reply to: [Plugin: Events Manager] how to group events by monthThanks, I’ve tried making sense of those tutorials, but they go over my head a bit.
I think this one is to create ways of searching according to month (correct me if i’m wrong). However, I want to adjust the main event list view so that it lists all events in monthly headed sections – does that make sense?
An example of exactly the sort of thing I want can be found on: https://contactimprovisation.co.uk/london/classes.htm
Any help would be greatly appreciated.
Hey – that’s great, works now. Thank you!! I will have a play with colors etc….
Another cheeky ask, I don’t suppose you know how to get the listing to group under month/ year headings do you?
Thanks for your time with this.
I have replaced the first bit of code with your suggestion. All fine, though looks the same as before.
I have tried adding the second bit of code in the PlatformPro Custom Code section and in the style.css stylesheet for PlatformPro, with no effect whatsoever. I have checked that I am testing existing category ID’s and have also tried different formats of the colour e.g. #bdbdbd instead of the word for a colour, again with no effect. Am I puttin it in the wrong place?
best wishes.
Hi barkerbaggies,
Thanks for your help. I’m not sure if i’m doing it right though as the results aren’t happening as i’d like. Where would i insert the first bit of code? I have tried different places but it simply adds 3 extra cells below each line with the first two having the words ‘col 1′ and col 2’ in it.
The existing code in the ‘Default event list format’ box is:<tr> <td> <strong> #_{D d M Y} #@_{- D d M Y}</strong><br/> <i>#_12HSTARTTIME - #_12HENDTIME</i> </td> <td> <strong> #_EVENTLINK</strong><br/> <i>#_LOCATIONLINK</i> </td> <td> <i>#_ATT{Teacher}</i><br/> </td> <td> <i>#_ATT{Price}</i><br/> </td> <td> <i>#_CATEGORYLINK</i><br/> </td> </tr>
I have added the second bit of code into the Custom Code section of PlatformPro. Is that correct?
Sorry, you can probably tell that my code writing abilities are limited!
Many thanks.
Forum: Plugins
In reply to: [Plugin: Events Manager] Edit Seach OptionsHello, I am interested in doing this to, however, I am using the theme PlatformPro and cannot see a plugins directory within it’s files…
just copy the contents to your theme \themes\twentyten<your current theme>\plugins\events-manager\
Hi, I would love some help on doing something similar to this.
Is it possible to colour code by category for each event in the event list so that the text of the event or it’s background shading is specific to the category it’s in?
Also, Is it possible to get the table to group the events into months so that there would be a series of header months e.g. August 2011 then the relevant events listed by date beneath?
Both of these would help enable people to see at a glance what month each event is in and what type of event it is.The page on my website I want to change the look of is https://contactdance.co.uk/events/
My code writing is limited, so any help would be much appreciated.
Many thanks,
SaskiaI have tried all sorts of ways, removing sections to see if there is any bad code, changing some of the code etc, with no luck.
Would you have any suggestions of a better way to list the code other than e.g.
<a href="https://contactdance.co.uk/teachers/nina-wara/">Nina Wara</a>
with the symbol, | ,in between each teachers name and related code?