Forum Replies Created
-
AuthorPosts
-
January 9, 2016 at 10:24 am in reply to: photo view doesn't show anything on mobile devices #1053221
Birgit Bauer
ParticipantThank you Brian,
that worked!
Birgit Bauer
ParticipantHello 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.Birgit Bauer
ParticipantHello 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!
Birgit Bauer
ParticipantHello Brook, thank you for clarifying. Have a nice day!
Birgit Bauer
ParticipantHello, 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?
Birgit Bauer
ParticipantWhat 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.
Birgit Bauer
ParticipantHello 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?
Birgit Bauer
ParticipantHello 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?
Birgit Bauer
ParticipantHello Brian,
so it would help too to switch to php 5.5. ?
Birgit Bauer
ParticipantHello 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.
Birgit Bauer
ParticipantHello Brian, this seemed to fix the problem … Thank you for your Support!
-
This reply was modified 10 years, 3 months ago by
-
AuthorPosts
