Frederic Legrand
Forum Replies Created
-
I am testing it on different host
one of them is webmin
never used it before but have support
no issues that you could point?Forum: Plugins
In reply to: [The Events Calendar] widget month adbreviationadd_filter(‘tribe_events_event_schedule_details’, ‘change_minical_title_month_format’);
function change_minical_title_month_format($title) {
$title = str_replace(‘January’, ‘Jan’, $title);
$title = str_replace(‘February’, ‘Feb’, $title);
$title = str_replace(‘March’, ‘Mar’, $title);
$title = str_replace(‘April’, ‘Apr’, $title);
$title = str_replace(‘June’, ‘Jun’, $title);
$title = str_replace(‘July’, ‘Jul’, $title);
$title = str_replace(‘August’, ‘Aug’, $title);
$title = str_replace(‘September’, ‘Sep’, $title);
$title = str_replace(‘October’, ‘Oct’, $title);
$title = str_replace(‘November’, ‘Nov’, $title);
$title = str_replace(‘December’, ‘Dec’, $title);
return $title;
}I am uploading to root
publichtml/
any settings because of that or is it same if sub folder?Forum: Plugins
In reply to: [The Events Calendar] widget month adbreviationadd_filter(‘tribe_events_event_schedule_details’, ‘change_minical_title_month_format’);
now if I want to add a list?
with one month it works but who to do it allfunction change_minical_title_month_format($title) {
return str_replace(‘January’, ‘Jan’, $title);
return str_replace(‘February’, ‘Feb’, $title);
return str_replace(‘March’, ‘Mar’, $title);
return str_replace(‘April’, ‘Apr’, $title);
return str_replace(‘May’, ‘MAy’, $title);
return str_replace(‘June’, ‘Jun’, $title);
return str_replace(‘July’, ‘Jul’, $title);
return str_replace(‘August’, ‘Aug’, $title);
return str_replace(‘September’, ‘Sept’, $title);
return str_replace(‘October’, ‘Oct’, $title);
return str_replace(‘November’, ‘Nov’, $title);
return str_replace(‘December’, ‘Dec’, $title);
}Forum: Plugins
In reply to: [The Events Calendar] widget month adbreviationadd_filter(‘tribe_events_the_mini_calendar_title’, ‘change_minical_title_month_format’);
function change_minical_title_month_format($title) {
return str_replace(‘September’, ‘Sept’, $title);
}
just add to replace filter to:
tribe_events_event_schedule_detailsForum: Plugins
In reply to: [The Events Calendar] widget month adbreviationI am placing it on bottom of thew theme function
but no luckForum: Plugins
In reply to: [Rating-Widget: Star Review System] custom postdo you have a flat fee for unlimited site for pro version?
does it use microformat, snippet for calendar?
all type of snippet?
do you have a backend example?Forum: Reviews
In reply to: [The Events Calendar] great pluginis the single view event SEO for rich snippet with microformat?\
or where is the file to mod the css and single view and view listForum: Reviews
In reply to: [The Events Calendar] great pluginDo you have a package for unlimited license for pro version?
any showcase?
demo site?also i am trying to change the “Upcoming Event” on event list page
is it in .po files?
if i want to translate the plugin, what do i have to do?I am working on a very large network with woocommerce installed in the event industry.
Forum: Plugins
In reply to: [The Events Calendar] widget month adbreviationdid tried but no luck
is filter correct?add_filter(‘tribe_events_the_mini_calendar_title’, ‘change_minical_title_month_format’);
function change_minical_title_month_format($title) {
return str_replace(‘September’, ‘Sept’, $title);
}Forum: Plugins
In reply to: [Author Bio Shortcode] summary of bio with read morethanks a lot
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] custom postgreat
will try with WP-TypesForum: Plugins
In reply to: [The Events Calendar] Update richsnippetsthanks a lot
Forum: Plugins
In reply to: [The Events Calendar] Update richsnippetspaste
https://wpshindig.com/event/wordpress-santa-cruz-meetup/2013-09-18/
here
https://www.google.com/webmasters/tools/richsnippets
scroll down you ll see warningError: Missing required field “entry-title”.
change
<title>WordPress Santa Cruz Meetup | WP Shindig!</title>
to
<title class=”entry-tittle”>WordPress Santa Cruz Meetup | WP Shindig!</title>