Viewing 2 replies - 1 through 2 (of 2 total)
  • I also had the same problem. I disabled all other plugins, but it didn’t help.
    I am not a skillful coder, but I was able to solve the problem. NOTE: Use at your own risk.

    1. Edit file \wp-content\plugins\text-slider\public\class-text-slider.php

    2. Line 324 originally:
    public function shortcode($attr) {

    after modification:
    public function shortcode() {

    So I just removed variable $attr.

    Thank you Caesalar,
    it works!

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing Argument’ is closed to new replies.