• Resolved rajwantsingh27

    (@rajwantsingh27)


    Hi,

    I want to open a contact 7 form lightbox using short code

    [formlightbox_call title=”Package Query” class=”1374826386773″]<button class=”requestquote”>Book Now</button>[/formlightbox_call]
    [formlightbox_obj id=”1374826386773″ style=”” onload=”false”][contact-form-7 id=”1329″ title=”Contact form 1″][/formlightbox_obj]

    how can make this work, with your plugin

    https://wordpress.org/plugins/wrc-pricing-tables/

Viewing 1 replies (of 1 total)
  • Thread Starter rajwantsingh27

    (@rajwantsingh27)

    [solved]
    figure it out myself, took me 2 days.
    In the plugin edit section, open file “wrc-pricing-tables.php”, almost towards the end is one li

    li class=”pricing_table_button bbcolor-<?php echo $packageType[‘pid’]; ?> button-<?php echo $packageType[‘pid’]; ?>”> a href=”<?php echo $packageType[‘blink’]; ?>” class=”action_button”> <?php echo $packageType[‘btext’]; ?></li

    this code in the href as mentioned below,

    change this portions “<?php echo $packageType[‘blink’]; ?>” to your shortcode etc.

    Remember if you update plugin all this is gone.

    Of all compare plugins, this is the best i got. Good Work.

Viewing 1 replies (of 1 total)

The topic ‘How use short code in button link’ is closed to new replies.