Hi,
I have a weird issue during adding a shortcode to content view.
When I click on the icon V, choose for example [title] and it itserts shortcode without problem.
But if I choose a shortcode from custom fields group, I can see only semi transparent black page and shortcode is not inserted.
Any idea what could be wrong?
wp 3.7.1, types 1.5.2. views 1.4.1
Thanks Vladimir
i forgot 🙂 its not browser issue, its the same in Firefox and Chrome
Dear Vladimir,
This window is generated by some ajax requests, so there are many possibilities to happens this problem. First I would like you to do a test, to see if there is some compatibility issue, which is test without extra plugins and using a default wordpress theme.
Also try to download Types and Views again by your account - https://toolset.com/my-account/downloads/ - and then upload it manually by FTP.
After I would like to see your console bar, to see if the requests worked fine, see the attached image. Please also attach here your screen.
issue fixed 🙂
there was a conflict with Email this page plugin hidden link
log from firebug console
TypeError: jQuery(...).val(...) is undefined
var category_ids = jQuery('#category_ids').val().split(',');
Thanks!