Xavier Sal
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] Time Zone on eo_calendar_widgetWhat’s the Work-around for php5.2 cache bug you added to 1.7.4?
My php version is PHP Version 5.2.16, thanks.
Forum: Plugins
In reply to: [Event Organiser] Categories Classes to Single Post Suggestionhey!, finally i got it working like a charm, but i have to point 2 things:
i.
This Code resulted in an error
https://gist.github.com/stephenharris/5206343Did not work for my Event-Organizer Version 1.7
But this code you provided here:
https://www.ads-software.com/support/topic/problem-with-highlight-in-menu-change-url-of-events?replies=8#post-3458829Worked for my Event-Organizer Version 1.7
ii.
In this code https://www.ads-software.com/support/topic/problem-with-highlight-in-menu-change-url-of-events?replies=8#post-3458829 i had to add a word to the category class, because i was already using the class
eo-event-cat to insert an image for every category using the Event List Widget in the Landing Page (Home).//Add category classes
$cats= get_the_terms(get_the_ID(), ‘event-category’);
if( $cats ){
foreach ($cats as $cat)
$classes[] = esc_attr(‘eo-event-cate-‘.$cat->slug);
}
thanks,Forum: Plugins
In reply to: [Event Organiser] Time Zone on eo_calendar_widgethi, yes this workaround did the trick, for now.
Forum: Plugins
In reply to: [Link Manager] Link Manager plugin – how to change title on blog?thanks bh3yeti!
Forum: Plugins
In reply to: [Event Organiser] Categories Classes to Single Post SuggestionThank you Stephen, i will have some extra work now to re-built the single post identity, so going!.
Forum: Plugins
In reply to: [Event Organiser] Permalinks 'events/category' translationthank you Stephen, changing cat to tag on line 258 did the trick,
Forum: Plugins
In reply to: [Event Organiser] Permalinks 'events/category' translationawesome, thank you for taking the time to “fix” it, i’ll wait for the 1.7.4 release
Forum: Plugins
In reply to: [Event Organiser] Permalinks 'events/category' translationthanks for your answer,
i dont′s think it′s hidden, it is there if you need it!.In my case, the Permalinks Tab displays this 4 options:
Event Single slug
Event Archive slug
Venues
TagsNow, i’ve created 3 categories where the posts will be placed
(categorias): musica, teatro, baile //What i need is to change the Category slug, right now i have
domain.com/events/category/musica
domain.com/events/category/teatroand so on. The Permalinks Tab wont give me the opportunity to change this particular slug and ‘ve been trough all the php templates and includes to change it but no case, events/category remains untouchable!! jaja.
Forum: Plugins
In reply to: [User Photo] [Plugin: User Photo] [feature request] Image dimensionIt works!, in my case i need the main image
userphoto_full_dimension
to calculate it′s width as the maximum dimension because im working with rectangles (250 x 172),
thanks @steve
Forum: Plugins
In reply to: [User Photo] [Plugin: User Photo] [feature request] Image dimensionHi Steve it sounds interesting but i can′t make it work.
Could you specify where to place the code?My line 865 starts with $error = sprintf(__(“Unable to place the user photo at: %s”, ‘user-photo’), $imagepath);
}
thank you.