do_shortcode for slide content
-
Hi,
One of my plugin user requested below feature .
He is using my plugin to create “call to action buttons”.
Now he wants to put multiple CTA buttons in a slider.
I am going to recommend your plugin for this solution.
I request you to add do_shortcode function to the slide’s content in
folder: public
file: class-lgx-owl-carousel-public.php
line_no: 256
replace code:$carousel_item .= $post_content ;
with code :$carousel_item .= do_shortcode($post_content) ;
If possible please let me know.
Requested Sample link
Regards,
PRALI
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘do_shortcode for slide content’ is closed to new replies.