f2bproduction

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Search and customizing results page #156057
    f2bproduction
    Participant

    Yes I want to remove the red line

    in reply to: Time is time #154854
    f2bproduction
    Participant

    Thanks

    in reply to: Time is time #154851
    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;

    in reply to: Time is time #154818
    f2bproduction
    Participant

    To replace:
    10 mai 2014 @ 19 h 00 min – 20 h 00 min
    By :
    10 mai 2014 – De 19H00 à 20H00

    in reply to: Time is time #154810
    f2bproduction
    Participant

    This reply is private.

    in reply to: Time is time #154470
    f2bproduction
    Participant

    thank you

    This does not work … Maybe this is related to events-calendar plugin and not the theme. What do you think?

    in reply to: Search and customizing results page #154466
    f2bproduction
    Participant

    thank you

    Yes I want to remove this line

    in reply to: Number of products on my page #154023
    f2bproduction
    Participant

    Hello 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

    in reply to: Number of products on my page #153514
    f2bproduction
    Participant

    Thanks 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 work

    in reply to: Details #152730
    f2bproduction
    Participant

    Perfect !

    in reply to: Details #152721
    f2bproduction
    Participant

    Thanks

    in reply to: Details #152406
    f2bproduction
    Participant

    thank 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 …

    in reply to: Details #151243
    f2bproduction
    Participant

    Thank 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

Viewing 13 posts - 1 through 13 (of 13 total)