• Resolved Scott Kingsley Clark

    (@sc0ttkclark)


    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://wordpress.org/support/topic/custom-display-logic-ability-to-enqueue-assets-manually/

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author James Welbes

    (@highprrrr)

    Hey Scott! Thanks so much for bringing this to my attention. I do believe I have addressed your issue in the latest version (1.2.6).

    Please let me know if this is not the case!

    Thread Starter Scott Kingsley Clark

    (@sc0ttkclark)

    That works, but be sure to set your plugin version on your asset enqueues because they default to the WP version and it won’t load the new changes without completely wiping CDN.

    Plugin Author James Welbes

    (@highprrrr)

    good call, I’ll include that in 1.2.7.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.