New Landing How can we help? Themeforest Theme Support Dante Promo Bar in the middle of the Page or Shortcode

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #178615
    Breechay
    Member
    Post count: 75

    Hey Swift Ideas,

    Is there a shortcode for the promobar? I’d like to have it right after Revolution slider. The slider buttons are tough to position and are a little finicky on mobile devices.

    I was wondering if there’s a way to recreate the properties or, call on the “promo bar” in the middle of the page?

    Thanks guys

    Attachments:
    You must be logged in to view attached files.
    #178679
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme to create promo shortcode.

    <?php function sf_promo_bar(){?>
    <div id="base-promo" class="footer-promo-<?php echo $footer_promo_bar_type; ?>">
    					<?php if ($footer_promo_bar_type == "button") { ?>
    						<p><?php echo do_shortcode($footer_promo_bar_text); ?></p>
    						<a href="<?php echo $footer_promo_bar_button_link; ?>" target="<?php echo $footer_promo_bar_button_target; ?>" class="sf-button dropshadow <?php echo $footer_promo_bar_button_color; ?>"><?php echo $footer_promo_bar_button_text; ?></a>
    					<?php } else if ($footer_promo_bar_type == "arrow") { ?>
    						<a href="<?php echo $footer_promo_bar_button_link; ?>" target="<?php echo $footer_promo_bar_button_target; ?>"><?php echo do_shortcode($footer_promo_bar_text); ?><i class="ss-navigateright"></i></a>
    					<?php } else { ?>
    						<a href="<?php echo $footer_promo_bar_button_link; ?>" target="<?php echo $footer_promo_bar_button_target; ?>"><?php echo do_shortcode($footer_promo_bar_text); ?></a>
    					<?php } ?>
    				<!--// CLOSE #base-promo //-->
    				</div>
    
    <?php } add_shortcode('promo_bar','sf_promo_bar'); ?>

    Now you can use this shortcode [promo_bar]

    Thanks
    Mohammad

    #178829
    Breechay
    Member
    Post count: 75

    Hey Mohammad,

    I followed your steps but it didn’t work.

    It just some empty space below the menu when I used the short code after the slider

    #178832
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last code and use this new code:-

    <?php function sf_promo_bar(){
    $options = get_option('sf_dante_options');
    						$enable_backtotop = 
    						$enable_footer_promo_bar = $options['enable_footer_promo_bar'];
    						$footer_promo_bar_type = $options['footer_promo_bar_type'];
    						$footer_promo_bar_text = __($options['footer_promo_bar_text'], "swiftframework");
    						$footer_promo_bar_button_color = $options['footer_promo_bar_button_color'];
    						$footer_promo_bar_button_text = __($options['footer_promo_bar_button_text'], "swiftframework");
    						$footer_promo_bar_button_link = __($options['footer_promo_bar_button_link'], "swiftframework");
    						$footer_promo_bar_button_target = $options['footer_promo_bar_button_target'];
    
    ?>
    <div id="base-promo" class="footer-promo-<?php echo $footer_promo_bar_type; ?>">
    					<?php if ($footer_promo_bar_type == "button") { ?>
    						<p><?php echo do_shortcode($footer_promo_bar_text); ?></p>
    						<a href="<?php echo $footer_promo_bar_button_link; ?>" target="<?php echo $footer_promo_bar_button_target; ?>" class="sf-button dropshadow <?php echo $footer_promo_bar_button_color; ?>"><?php echo $footer_promo_bar_button_text; ?></a>
    					<?php } else if ($footer_promo_bar_type == "arrow") { ?>
    						<a href="<?php echo $footer_promo_bar_button_link; ?>" target="<?php echo $footer_promo_bar_button_target; ?>"><?php echo do_shortcode($footer_promo_bar_text); ?><i class="ss-navigateright"></i></a>
    					<?php } else { ?>
    						<a href="<?php echo $footer_promo_bar_button_link; ?>" target="<?php echo $footer_promo_bar_button_target; ?>"><?php echo do_shortcode($footer_promo_bar_text); ?></a>
    					<?php } ?>
    				<!--// CLOSE #base-promo //-->
    				</div>
    
    <?php } add_shortcode('promo_bar','sf_promo_bar'); ?>

    Thanks
    Mohammad

    #178837
    Breechay
    Member
    Post count: 75

    Thank you for working with me on this.
    This time the bar showed up but still positioned below the menu bar. I’ve attached a picture.

    Attachments:
    You must be logged in to view attached files.
    #178844
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you removed the promo code at page?
    Thanks
    Mohammad

    #178846
    Breechay
    Member
    Post count: 75

    Yes, I did

    Would you like to place it back?

    #178880
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Yes i want to see promo bar.
    Thanks
    Mohammad

    #178916
    Breechay
    Member
    Post count: 75

    There you go Mohammad, you can see the promo bar on the help/retailers page (link: https://vinchaylabs.com/help/retailers/)

    #178978
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Where did you insert the promo bar shortcode? I need login detail to check.

    Thanks
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register