
-
AuthorPosts
-
July 24, 2018 at 8:09 pm #989336
Hello,
it seems there is an issue with jQuery and Enfold function file, both with a download/upload manager and with a jQuery accordion menu (I removed it at this time).Do you have any suggestion? Is there a problem with jQuery and function file? I saw in the forum several topics reporting similar issues but it I’m not sure if it’s the same problem we are experiencing.
Thank you very much
July 24, 2018 at 8:15 pm #989339Only logged users can view the page, so the error code is the following:
`’); } function sp_cdm_load_file_manager(){ sp_cdm_loading_image(); jQuery.get(sp_vars.ajax_url, {action: “cdm_file_list”, uid: “1”}, function(response){ jQuery(“#cmd_file_thumbs”).html(response).hide().fadeIn(); }) cdm_ajax_search(); } jQuery(document).ready( function() { var pid = jQuery.cookie(“pid”); if(pid != 0){ sp_cdm_load_project(pid) }else{ sp_cdm_load_file_manager(); } }); function sp_cdm_load_project(pid){ sp_cdm_loading_image(); jQuery(“#cdm_current_folder”).val(pid); jQuery(“.cdm_premium_pid_field”).attr(“value”, pid); jQuery.cookie(“pid”, pid, { expires: 7 , path:”/” }); if(pid != 0 && jQuery(“#cdm_premium_sub_projects”).val() != 1){ jQuery(“.cdm_add_folder_button”).hide(); }else{ jQuery(“.cdm_add_folder_button”).show(); } cdm_check_folder_perms(pid); cdm_check_file_perms(pid); jQuery(“#sub_category_parent”).val(pid); jQuery(“.cdm_premium_pid_field”).val(pid); jQuery.get(sp_vars.ajax_url, {action: “cdm_file_list”, uid: “1”, pid: pid}, function(response){ jQuery(“#cmd_file_thumbs”).html(response).hide().fadeIn(); }) }
July 24, 2018 at 9:13 pm #989375Hi,
Have you tried disabling all active plugins to see if this issue resolves?
Best regards,
Jordan ShannonJuly 25, 2018 at 12:52 pm #989650Hi Jordan,
I didn’t try, because I simply migrated the website from a test domain as it was and it worked fine in the old location.
But well, on the new installation I added a cookie bar plugin and I discovered it caused the issue.
Anyway, I’d love to use your built in cookie solution, but unfortunately your bar only inform, but doesn’t block cookies as requested by the EU Law: do you have in mind to fix that?Thank you and have a nice day.
July 25, 2018 at 7:33 pm #989896Hi,
This is something may in fact be addressed in future updates of the theme.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.