Christian
Forum Replies Created
-
Hi everyone,
we just released 2.3.5 which should solve the problem:
https://downloads.www.ads-software.com/plugin/types.2.3.5.zipSorry for the trouble,
ChristianHi Darren,
thanks for reporting the issue. We released Types 2.3.3 to fix it.
Here the direct link:
https://downloads.www.ads-software.com/plugin/types.2.3.3.zipBest,
ChristianThe problem is that your server is not able to communicate with our server. That’s the reason for the error on update and also the reason for the admin notice you get.
For sure the error on update shouldn’t be like that and I will communicate with the reasonable developers to improve the error handling.
As I’m not your server administrator it’s hard to debug why your server does not allow/being able to communicate with ours. Manual update would just be a workaround.
Sorry for the late response.
You use our Installer (/wp-admin/plugin-install.php?tab=commercial) to update the plugin and not the plugins overview page (/wp-admin/plugins.php) right?
If so can you please try to re-register and update again.
No, it’s not required to register Types.
After the update it can be that the cache is still outdated. The message should be gone after 24 hours or you can manually update the cache by following these steps: WP Admin -> Dashboard -> Updates and click on the button “Check Again”.
Best,
ChristianHi piwel,
nice catch, we will include your fix in the upcoming release.
Thank you,
ChristianThanks for the feedback.
There was a bug which showed the message that Types is just a trial.
It’s fixed now with 2.2.15.
@wunch thanks for your issue report.
I can reproduce it. Up to 7.0.14 it’s working fine, but with 7.1 I get the same result as you reported. Your fix would temporary solve it, but once you dismiss another Toolset notice the previous one will appear again, because this way you would always overwrite the option (instead of extending it).
We implemented a fix in the development version of Types (just 2.2.9 + the fix). Here the download: https://downloads.www.ads-software.com/plugin/types.zip
Would be nice if you can confirm the fix.
There will be an option in the GUI with the next version.
For now you can add this (to your theme functions.php):
add_filter( 'types_information_table', '__return_false' );
You won’t lose any data on re-installing. ??
Hi,
the problem here is not related to Types. ??
For each post you create a button which opens the container with the id “trailer-lightbox”. Now with your code all containers have the id “trailer-lightbox” and so each button will open the last container.
Here this should solve your issue (by adding the post id to trigger and container):
<div class="trailer-button"> <a href="#" data-featherlight="#trailer-lightbox-<?php the_ID();?>"><p>Trailer</p></a> <div id="trailer-lightbox-<?php the_ID();?>" style="display:none;"> <?php echo do_shortcode('[types field="trailer" autoplay="on" width="1280" height="720"][/types]'); ?> </div> </div>
Best,
ChristianHi,
please use the “Development Version” of types:
https://www.ads-software.com/plugins/types/developers/Or direct download link:
https://downloads.www.ads-software.com/plugin/types.zipThat should solve the problem.
Best,
ChristianHi,
please use the “Development Version” of types:
https://www.ads-software.com/plugins/types/developers/Or direct download link:
https://downloads.www.ads-software.com/plugin/types.zipMake sure to clear your cache and the issue should be gone.
Best,
ChristianHi,
I guess there went something wrong on updating, because there is one file missing in your Types installation. The missing file in your installation is ../plugins/types/library/toolset/types/wpcf.php.
Please try to re-install Types.
Thanks,
ChristianWe also applied the patch to the “Development Version” of Types, which you can download here: https://www.ads-software.com/plugins/types/developers/