Replies: 2
I use the GeneratePress theme and it conflicts with the RoadMapWP CSS.
Things like .grid-container and all the other classes you are using have no namespace for your own plugin so they will conflict with other plugins/themes that also use no namespace.
Would you consider adjusting your class usage to prefix roadmapwp- to them?
FYI: I was able to get this working by overriding the original shortcode so the assets would enqueue as expected. I was hoping not to override the shortcode but that’s covered here — https://projectdmc.org/support/topic/custom-display-logic-ability-to-enqueue-assets-manually/
