No, it would not be related to the temporary closure of the plugin. File Away didnt change, so something on your server likely did. Wanna troubleshoot? What does your shortcode say?
This is what my code looks like
<?php if( current_user_can(‘cms’) || current_user_can(‘editor’) || current_user_can(‘administrator’) ) { ?>
<?php echo do_shortcode( ‘[fileaway type=”table” base=”2″ flightbox=”multi” boxtheme=”yin” makedir=”true” fadein=”opacity” fadetime=”1500″ manager=”on” theme=”silver-bullet”]’ ); ?>
<?php } ?>
Thanks for the answer
-
This reply was modified 7 years, 1 month ago by
glagrotteria.
-
This reply was modified 7 years, 1 month ago by
glagrotteria.
Ok i resolved the issue, Previously this week I added a function that loads the js of WP later so it dissabled the plugin, now it works fine
thanks for your time