Birgit Bauer

Forum Replies Created

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • in reply to: photo view doesn't show anything on mobile devices #1053221
    Birgit Bauer
    Participant

    Thank you Brian,

    that worked!

    in reply to: Events Page title is Blog Archives #1053188
    Birgit Bauer
    Participant

    Hello Hunter,

    thank you for your answer.
    Yes, I got the code from that post.
    And yes, I would try it out but I wanted to know, if I inserted the code correctly.

    So the first code is the part I inserted and the second code displayed above is the code of my website where I inserted the first code .. but I am not sure if it’s done correctly … And I dont want to crash the website … since it is live.

    So I just wanted to know if the way I inserted the code into my code is right.
    The inserted code starts at line 16.

    in reply to: Remove: Email changes #1052783
    Birgit Bauer
    Participant

    Hello Geoff,

    wow really helpful your answers. 🙂

    I have two questions left:

    To remove that sentence, please go to /wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce and take a look at the Main.php file around line 402.

    How can I make sure an update of the plugin doesn’t change back my changes? Can I use a childtheme although it’s not in the themes folder? Or what would you recommend?
    —-

    I also want to remove the security code in the email generated with Event Tickets. Any idea how to get this done?

    Thank you for your Support!

    in reply to: same event – double content and URL-question #1052647
    Birgit Bauer
    Participant

    Hello Brook, thank you for clarifying. Have a nice day!

    in reply to: error message for the slug #1052646
    Birgit Bauer
    Participant

    Hello, finally I got to that point. I used the code but for any reason the message is still there.

    Here is what I did:

    I took the functions.php of my child theme and added the code like this:

    <?php
    //
    // Recommended way to include parent theme styles.
    //  (Please see http://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme)
    //  
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
        wp_enqueue_style( 'child-style',
            get_stylesheet_directory_uri() . '/style.css',
            array('parent-style')
        );
    }
    //
    // Your code goes below
    //
    
    // remove slug conflict admin notice
    if (class_exists('Tribe__Events__Admin__Notice__Archive_Slug_Conflict')) {
      remove_action( 'admin_init', array( Tribe__Events__Admin__Notice__Archive_Slug_Conflict::instance(), 'maybe_add_admin_notice' ) );
    }

    Is there any mistake?

    in reply to: Events Page title is Blog Archives #1052622
    Birgit Bauer
    Participant

    What may be important … I am using Photo view, list view and month view.

    • This reply was modified 10 years, 3 months ago by Birgit Bauer.
    in reply to: same event – double content and URL-question #1052072
    Birgit Bauer
    Participant

    Hello Brook, thank you for your answer and sorry for the late response … chrismas … new year …

    However, duplicating the events (I already have a plugin that does this step) is ok for me but what about double content with google?

    in reply to: One event view crashed #1043912
    Birgit Bauer
    Participant

    Hello Brian,

    ok I changed the lines and it works. But how can I make shure it doesn’t happen after next update? Won’t it overwrite this changes again?

    in reply to: One event view crashed #1043815
    Birgit Bauer
    Participant

    Hello Brian,

    so it would help too to switch to php 5.5. ?

    in reply to: One event view crashed #1043717
    Birgit Bauer
    Participant

    Hello again,

    I could find the plugin that causes the problem. It’s Event Tickets Plus – if it is deactivated the events are shown like before … but I can’t sell them .. so please I need a fix for that.

    in reply to: licence key disappears #1042669
    Birgit Bauer
    Participant

    Hello Brian, this seemed to fix the problem … Thank you for your Support!

Viewing 11 posts - 16 through 26 (of 26 total)