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

    (@mr_sagar)

    Hi,
    Just use RD hover Shortcode in you widgets.
    First Create Hover Item with Category: http://prntscr.com/8ht6pi
    Go to page > add new > then Create Shortcode : http://prntscr.com/8ht77p
    just copy whole shortcode and paste it to yout widgets sidebar as text widgets: See screenshot: http://prntscr.com/8ht8ei
    In-case if this not work on your sidebar then just add Below Code to your Theme Functions.php to active Shortcode work for your Widgets

    add_filter(‘widget_text’, ‘do_shortcode’);

    i am showing you how to add it to your theme functions.php
    Login to your blog’s administration pages and go to the Theme Editor — i.e. select Design >> Theme Editor from the admin menu.

    Look in the list of Template Files on the right of the page for one called Theme Functions or functions.php and click on it to load it into the editor.

    Find a place between the <?php and ?> tags which is not in the middle one of the functions that may already be in the file (the very top or bottom of the file are both good places) and add the following line:
    add_filter(‘widget_text’, ‘do_shortcode’);
    Click on the Update File button to save the modified template.

Viewing 1 replies (of 1 total)
  • The topic ‘Show in side widget’ is closed to new replies.