Update: Error parsing: Invalid CSS selector
-
When I updated to the newest version of your plugin, my shortcode is no longer working and gives me a Error parsing: Invalid CSS selector error.
The code was:
[wpws url="https://www.tripcheck.com/popups/WSDetails.asp?SCANStation=100002" selector="table:eq(0)" user_agent="Bot at mysite.com" on_error="error_show" basehref="https://www.tripcheck.com/" cache="1"]
and I saw in your documentation that the “query” argument is now used instead of “selector” so I replace it, but still an error.
[wpws url="https://www.tripcheck.com/popups/WSDetails.asp?SCANStation=100002" query="table:eq(0)" user_agent="Bot at mysite.com" on_error="error_show" basehref="https://www.tripcheck.com/" cache="1"]
I looked through your examples but did not see information or examples for tables. Do you have more information on that?
Thanks
- The topic ‘Update: Error parsing: Invalid CSS selector’ is closed to new replies.