maxe___
Forum Replies Created
-
Hey,
did you update the database to the newest version?
Because the plugin creates firstly db version 1.0 and upgrades then to the newest version.Additionally you could try to delete the wp_tswebviewer table completly from the database and also delete the option tswebviewer_version from wp_options.
After that delete the plugin and try to reinstall it.Regards,
MaxThanks for your suggestions:)
We will add the channel-feature in the next release as well as the CSS sprites.Regards,
MaxStill not working.
For fixing it the & in line 465 and 497 need to be deleted in hlt-bootstrap-shortcodes.phpYou’re welcome 😉
Hey,
thanks for reporting.
We just found the failure and fixed it.
Please try the new version v1.1.1 and report if it is working now.Regards,
MaxHey, this error appears, if your PHP Version is lower than 5.3.2. This plugin needs at least PHP Version 5.3.2.
I will add an additional hint, if the PHP Version is too low.
Additionally it would be great if there would be a apply_filters for ‘the_content’ to get for example the codecolorer plugin working.
I fixed it this way
$qa_shortcode .= '<div class="faq-title"><a href="'.get_bloginfo('wpurl').'?qa_faqs='.$postslug.'">'.$title.'</a></div>'; $qa_shortcode .= '<div class="faq-answer">'.apply_filters('the_content', $answer).'</div>';