Josep

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Custom more info link? #1495221
    Josep
    Participant

    Thanks!
    finally I installed a 301 redirect plugin….

    in reply to: Archive page title. How can I change? #1463683
    Josep
    Participant

    Oh! I really love you!
    It works!

    Thank you very much!!!!

    in reply to: Archive page title. How can I change? #1461802
    Josep
    Participant

    This reply is private.

    in reply to: Hide "Events for" and change link #1448689
    Josep
    Participant

    Yes, I’ve delete all cache from WP Fastest Cache plugin, and title link still appears.

    Thanks!

    in reply to: Hide "Events for" and change link #1448578
    Josep
    Participant

    hi! I’ve added to my functions.php of the child theme, but nothing happens…

    Agenda

    in reply to: Hide "Events for" and change link #1447971
    Josep
    Participant

    Yes! It works!
    And the last question about this page…
    How can I remove the link in title? And “> Agenda”?

    Agenda

    Thanks!

    in reply to: Hide "Events for" and change link #1447906
    Josep
    Participant

    Please, help!

    in reply to: Hide "Events for" and change link #1439846
    Josep
    Participant

    Hi!
    How can I remove \24\UTC in month view title?
    https://pratsdellucanes.cat/agenda/

    Thanks!

    in reply to: Exporting events feed #1434532
    Josep
    Participant

    Great!
    Thank you very much!

    in reply to: Hide "Events for" and change link #1434338
    Josep
    Participant

    Hi!
    I change the name in
    $title_month = ‘%1$s’; // Month View, %1$s = the name of the month
    (only need the name of the month and the year)

    You can see here:

    Agenda

    the problem is the date format:
    I need: month year
    instead of: month \24\UTC year > Agenda (and disable link)

    How can I do that?

    Thank you very much!

    in reply to: Exporting events feed #1433440
    Josep
    Participant

    Hi!

    The code is:
    `
    // Add Events to RSS Feed
    function add_events_to_rss_feed( $args ) {
    if ( isset( $args[‘feed’] ) && !isset( $args[‘post_type’] ) )
    $args[‘post_type’] = array(‘post’, ‘tribe_events’);
    return $args;
    }

    add_filter( ‘request’, ‘add_events_to_rss_feed’ );

    // Add Tribe Event Namespace
    add_action( ‘rss2_ns’, ‘events_rss2_namespace’ );

    function events_rss2_namespace() {
    echo ‘xmlns:ev=”http://purl.org/rss/2.0/modules/event/”‘.”\n”;
    }

    // Add Event Dates to RSS Feed
    add_action(‘rss_item’,’tribe_rss_feed_add_eventdate’);
    add_action(‘rss2_item’,’tribe_rss_feed_add_eventdate’);
    add_action(‘commentsrss2_item’,’tribe_rss_feed_add_eventdate’);

    function tribe_rss_feed_add_eventdate() {
    if ( ! tribe_is_event() ) return;
    ?>

    <?php }

    add_action( 'pre_get_posts', 'custom_teardown_tribe_order_filter', 60 );

    function custom_teardown_tribe_order_filter() {
    if ( is_feed() ) remove_filter( 'posts_orderby', array( 'Tribe__Events__Query', 'posts_orderby' ), 10, 2 );
    }
    `

    Thanks!

    in reply to: Hide "Events for" and change link #1432388
    Josep
    Participant

    Hi!
    But I only need to remove “Events for”! I need “MONTH” and “YEAR”

    Agenda

    Is it possible?

    Thanks!

    in reply to: Category filter in widget? #1428235
    Josep
    Participant

    No. Thank you very much

    in reply to: Problems in week view #1427774
    Josep
    Participant

    Hi!
    The problem with import is solved. I delete the two scheduled imports and create new. Now it works…

    For the translation problem, in 3 hours I will read posts. I use Loco Translate to manage translations in web.

    Thanks!

    in reply to: Hide "Events for" and change link #1427340
    Josep
    Participant

    Hi!
    Sorry! Now you can access to the site (it was in maintenance mode).

Viewing 15 posts - 1 through 15 (of 19 total)