• Resolved mrcheese

    (@mrcheese)


    Hello,
    I have the free version of your plugin and I wanted to add a custom function to it that suites my website.

    I wanted to create 2 boxes (<div>) in each slide in the front end and 2 option boxes in the admin panel.
    Those 2 front end boxes will get their data from the 2 custom boxes that I want to create in the admin panel, the problem is that I don’t know where is the location for the HTML/PHP file that has the structure of the plugin.

    Can you please help me on this matter?

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mrcheese,

    We have WP filters scattered throughout the code where you can add in extra content. The one you might want to use is “metaslider_slideshow_output” which outputs the entire slideshow. You can take a look in metaslider.class.php

    $slideshow = apply_filters( 'metaslider_slideshow_output', $slideshow, $this->id, $this->settings );

    Hi,

    I’m going to mark this as resolved as we didn’t hear back, but please feel free to comment or open a new issue if needed, thanks!

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

The topic ‘HTML structure file location?’ is closed to new replies.