kevegard
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Super Widget not workingIf you have the pemium version I think it is better to write time.ly directly. You pay for the support. And this this super widget feature is only implemented in premium version, so I can’t see too much chance to get an answer here. (But it is okay, anyway)
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change Widget Colormake a child-theme and paste this code into it
.ai1ec-agenda-widget-view .ai1ec-month {background-color: red;} .ai1ec-agenda-widget-view .ai1ec-day {background-color: white;} .ai1ec-agenda-widget-view .ai1ec-weekday {background-color: green;} .ai1ec-agenda-widget-view .ai1ec-date-title { border: 1px solid #df11ff; text-shadow: none; }Actually it is a real problem and effects agenda and posterboard view.. Very annoying, really, I have tried serch for php code which is responsible render agenda and posterboard view, but it is really complex for me 🙂
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change Widget ColorWhich part do you want to change exactly? Please provide a screenhot if you can…
I don’t know the solution, just a place where this issue was discussed:
http://help.time.ly/customer/portal/questions/345983-events-as-postsForum: Plugins
In reply to: [One-Click Child Theme] Can Plugin be deleted?If you delete the plugin, your child-theme stays (it is a folder with the necessary files in your theme directory).
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Theme for All-in-One Event CalendarI’m using http://themeid.com/responsive-theme/ without any issues till now 🙂
For me this works:
.popover-inner{ display: none; }But it leaves popup a small triangle… Maybe it can be hided too, but it is not bad 🙂
I am not sure but maybe it is a caching problem. Do you use any caching plugin?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change wording on "Buy Tickets" buttonIt is in the event-single.php (line 53.), you can change it there. It is better to make a child theme, copy the file into child theme directory and make modicitanions in that file.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] style.css is missing!Ok I found some solution if anybody is interested in it.
Now it is clear for me that there is no “normal” style.css, but some less files and variables php, and the css will be rendered on the go. I do not understand how this system works exactly (they use some twitter bootstrap files what are faaaar from my knowledge).
So I catched the rendered css file with chrome pendule plugin, made it clear with http://cssbeautify.com/ and voila! Now I have the selectors, classes and so on to change the style.
I am sure that there is an easier more straightword solution with less files, but for me as a beginner it is good enough.
Anyway I do not give up and try to understand these less syntax and the rendering procedure.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Events as posts and in RSS blog feedI know only a magic word: “put custom post types into the loop” Now I am on to resolve this issue, and googling a lot. There are many articles about it, but it is necessary to hack the code:
http://new2wp.com/noob/show-multiple-custom-post-type-posts-query-sidebar/
http://wpengineer.com/2249/wordpress-custom-post-types-get-into-the-loop/
My knowledge is not enough yet to give a simple solution, but maybe these links are useful for you.
sorry. in posterboard view it is working. In monthly view doesnt work.. I try more.
not working in 1.9.1… or just for me? any other experience?