• Recently i install wordpress Themeforest VideoTube Theme. But when i use Social Locker plugin, then facing this issue. My wordpress theme only support do_shortcode

    I want to lock my Video Player…

    Video Player Theme Code…

    <div class=”player player-small <?php print apply_filters( ‘aspect_ratio’ , ’embed-responsive embed-responsive-16by9′);?>”>

    and my social locker code is

    echo do_shortcode( ‘[sociallocker id=”2378″]’ . $text_to_be_wrapped_in_shortcode . ‘[/sociallocker]’ );

    So what can i do? how can i locked Video Player?

Viewing 1 replies (of 1 total)
  • Plugin Author OnePress

    (@onepressmedia)

    Hi,

    You can lock videos located on your website without editing your theme. Please look at the Batch Lock options. Namely, at the CSS Selector option.

    Please try to use the following CSS selector to lock all your videos:

    .player.player-small

    Let me know if you have more questions.

    Paul

Viewing 1 replies (of 1 total)

The topic ‘Using do_shortcode Themeforest VideoTube Theme’ is closed to new replies.