Forum Replies Created
-
AuthorPosts
-
f2bproduction
ParticipantYes I want to remove the red line
f2bproduction
ParticipantThanks
f2bproduction
Participant$settings = array(
‘datetime_separator’ => ‘ > De ‘,
‘same_year_format’ => ‘j F Y’,
‘show_end_time’ => true,
‘time’ => true,
);
add_filter( ‘tribe_events_event_schedule_details’, ‘schedule_details’ );function schedule_details( $schedule_text ) {
$schedule_text = str_replace( ‘ h ‘, ‘H’, $schedule_text);
$schedule_text = str_replace( ‘min’, ”, $schedule_text );
$schedule_text = str_replace( ‘ – ‘, ‘ à ‘, $schedule_text );
return $schedule_text;f2bproduction
ParticipantTo replace:
10 mai 2014 @ 19 h 00 min – 20 h 00 min
By :
10 mai 2014 – De 19H00 à 20H00f2bproduction
ParticipantThis reply is private.
f2bproduction
Participantthank you
This does not work … Maybe this is related to events-calendar plugin and not the theme. What do you think?
f2bproduction
Participantthank you
Yes I want to remove this line
f2bproduction
ParticipantHello and Thank you,
I managed with the code:
[recent_posts num = “14” type = “product” post_format = “standard” meta = “false” thumb = “true” thumb_width = “150” thumb_height = “212” more_text_single = “Discover the Spectacle” excerpt_count = “40” custom_class = “home-products”]But I can not sort by title ascending by adding the code:
order = “ASC” orderby = “title”Any idea?
thank you
f2bproduction
ParticipantThanks for your help Casey
– What plugin creates this shortcode?
Woocommerce– If you change per_page to per_page=”3″, does that change the output? Is that the right parameter ?
No it does not workf2bproduction
ParticipantPerfect !
f2bproduction
ParticipantThanks
f2bproduction
Participantthank you
Yes, I speak of the column where the text “Website: http://www.bastien-humoriste.com” appears on two lines …
I want a single line …
f2bproduction
ParticipantThank you for the 2 solutions. This is perfect !
My question about the width of the column on the framework “DETAILS”. How to enlarge the column to the pavement ?
Thank you
-
AuthorPosts
