Are you able to send me a link to the theme? If nots freely available then you can contact me via stephenharris.info/contact instead.
Hello,
Thank you for the reply.
I figure out the issue
The issue is prev next link is not worked.
there is such Js code but not defined any eo_calendar_widget-5 ID on the Html widget code
var eo_widget_cal = {“eo_calendar_widget-5”:{“showpastevents”:1,”event-venue”:0,”event-category”:0}};
if i add the hardcode the html and added this id to the div then its works
Now i tested it on local host
Thank you
Ah, this is because the theme is not registering the widget properly. See the FAQ on this plug-in to see how to resolve this. If you can point me in the direction of the theme, I can get in contact with the the theme developer too.
yes you are right i resolved it..
Edited register_sidebar code in functions.php like this and it worked
register_sidebar(array(
‘name’ => __( ‘Side bar name’ ),
‘id’ => ‘sidebar-id’,
‘description’ => __( ‘Widget area description’ ),
‘before_title’ => ‘<h1>’,
‘after_title’ => ‘</h1>’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
));
before there is missing id part on before_widget section
Thank you
Hridaya
hello,
I have sent email through stephenharris.info/contact i have issue on another site
can you please check email please.