[Plugin: PDF24 Article To PDF] Widget doesn't include $after_widget
-
the widget included in this plugin does not include $after_widget. thus breaking the page layout.
in file inc/common.php on line 618
replace:
echo pdf24Plugin_getSidebarForm(pdf24Plugin_getAllPosts());
with:
echo pdf24Plugin_getSidebarForm(pdf24Plugin_getAllPosts()).$after_widget;
https://www.ads-software.com/extend/plugins/pdf24-post-to-pdf/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: PDF24 Article To PDF] Widget doesn't include $after_widget’ is closed to new replies.