• I’d like to alter the HTML components of my caption. For example changing it from an H1 to an H2 or removing the anchor tag that encases it. My main aim was to to put this slideshow into my Bootstrap grid that is referenced in my ‘style.css’.

    1) What file in the plugin’s directory and on what line(s) can I change the HTML and wrap it in my bootstrap grid?

    2) How can I reference the bootstrap.css file to this plugin so it recognizes my ‘.container’ class?

    http://ww.wp.xz.cn/plugins/slideshow-jquery-image-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    In the “slideshow-jquery-image-gallery/views/SlideshowPluginSlideshowSlide” folder of the plugin you’ll find the “frontend_attachment.php” file. This file contains the HTML for image slides and their captions.

    However, I’m not sure I fully understand your second question.

    Thread Starter CelticPride21

    (@celticpride21)

    I basically wanted to take the HTML portion of frontend_attachment.php and wrap it in a container div. The properties of that ‘.container’ div are in a stylesheet called ‘bootstrap.css’ thats located in ‘theme/stylesheets/bootstrap.css’. How do I reference this stylesheet so that the plugin recognizes it?

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    The easiest way to go would probably be to always include the “bootstrap.css” file in your header.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing HTML Components’ is closed to new replies.