Plugin Author
Barry
(@barryhughes-1)
If we’re talking CSS, and you want to apply it not only to events pages but all other pages and posts where you might be using Event Rocket shortcodes then it’s probably easiest to either:
first, thank for fast replay,
it’s about css and the template, I mean:
if i made a change to /events-tribe/singleevent.php and add my own content
and after that i use your shortcode , can i notice the change, or i have to change those templates also in rokect files ?
Plugin Author
Barry
(@barryhughes-1)
You should never have to change the actual Event Rocket plugin files 🙂
if i made a change to /events-tribe/singleevent.php and add my own content
and after that i use your shortcode , can i notice the change
So you mean if you override The Events Calendar’s own single-event.php template? Then no, that won’t by reflected in Event Rocket’s output unless you use the template param to tell it to use the same one.
Plugin Author
Barry
(@barryhughes-1)
Example:
[event_embed template="single-event"]
Ought to result in your-theme/tribe-events/single-event.php being used by Event Rocket (if that particular template exists, of course) … whether that would work well or not in practice would be a matter for some experimentation 🙂