Forum Replies Created
-
AuthorPosts
-
George
ParticipantExcellent!
Be sure to make back ups of any custom code you write—if you’ve modified plugin files directly, you risk losing those changes when you auto-update the plugin in the future (which overwrites existing files, for example).
Best of luck with your project,
GeorgeGeorge
ParticipantHey @Sunny,
Thanks for reaching out.
To pull off the sort of custom notice/messaging you describe, you will need to write some custom code. While we cannot help with writing custom code, I have written an example “starter” snippet for you here → https://git.io/vKh0Z
☝️ You can copy and paste that snippet into your theme’s functions.php file, for example. This way, you can register and display your own custom versions of tribe_the_notices()-style notices.
Best of luck with your customizing and tinkering!
Sincerely,
GeorgeGeorge
ParticipantThis reply is private.
George
ParticipantThank you for the update, @Matthew! I’m sorry for all of the trouble here, but am glad to hear things are resolved for now.
Open a new thread any time if other issues or questions arise. 😀
Cheers,
GeorgeGeorge
ParticipantHey Karen,
As Geoff said, thank you for writing back with these results. This is an interesting claim and our developers will investigate if our plugin is indeed doing the sort of thing the EWWW developer describes.
In the meantime, once you remove the Event Rocket plugin from your site, can you take a screenshot of a failing tooltip and then share that screenshot with us? You can do so by uploading the screenshots to this thread. If you have issues with that, you can upload to Imgur.com, Flickr.com, CloudUp.com, or any similar image-hosting site; then just share the links to those images here and I’ll take a look.
I’m just curious to see what you see that I can work on recreating the problem. With that image, and the information you have shared in both this thread and your previous thread, we can make a comprehensive bug report.
Thank you!
GeorgeGeorge
ParticipantGlad to see some progress Neil. When it comes to CSS modifications, we are unfortunately unable to help with custom coding, design tweaks, etc.
For any further design modifications, please consult with a customizer or developer to assist you. We have more information on this (and some specific recommendations) here ? http://theeventscalendar.com/customizations
When it comes to the specific issues you described regarding the tickets fields, though, I took a look anyways and have written some custom CSS for you.
Try pasting the following CSS into the bottom of your theme’s style.css file (or your child-theme’s style.css file, if you’re using a child theme):
@media ( max-width: 600px ) {.tribe-events-tickets tr td,
body.et-pb-preview #main-content .container .tribe-events-tickets tr td {
display: block;
}}
That worked well for me when I tested it on your site and I hope it works well for you, too.
Sincerely,
GeorgeGeorge
ParticipantThis reply is private.
George
ParticipantHi Juliet,
Sure thing. The Appearance → Editor screen will usually only include theme files, not plugin files. So, while you can definitely find the style.css file here (where any CSS / design modifications go), for plugin files you will have to access those over FTP.
Those files are located in your site’s /wp-content/plugins directory. So, for example, the plugin files for The Events Calendar are located in /wp-content/plugins/the-events-calendar.
If you aren’t familiar with these terms, then the best thing I could recommend would be to check out free tutorials online about FTP, WordPress plugin file modifying, etc. Here is an example → http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
I hope this information helps!
GeorgeGeorge
ParticipantThis reply is private.
July 29, 2016 at 8:16 am in reply to: Events always going trough a review even with publish immediately set #1145557George
ParticipantThis reply is private.
George
ParticipantThis reply is private.
George
ParticipantThis reply is private.
July 28, 2016 at 8:53 pm in reply to: We were unable to sync your event to Eventbrite. Here's what happened: #1145429George
ParticipantThis reply is private.
George
ParticipantThis reply is private.
George
ParticipantNice!
-
AuthorPosts
