Karthik Thayyil
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] problem with Contact Form 7Hi alyo9999,
I can see that your fancybox is not working, might be it is not implemented properly on that page.
Also found that
your map logic file is missing, or might be it’s not readable due to some permission issue
wp-content/themes/amedia-network-main/map-logic.jsadd the following code in one of your js file for now and it will be fixed for now.
$("[href='#contact_form_pop']").click (function(){ $("#contact_form_pop").parent().show(); });Apart from that your contact form is working properly
Thank you,
kt12(karthvksweb)Forum: Fixing WordPress
In reply to: Is it the WordPress or my computer?Have you got the issue fixed ?
If it was only the upload that was not working then I could have made a claim that the issue is with the permission. But as you say that your upload and search is not working i feel the issue might be with the javascript that is causing the upload and search scripts to fail.
Forum: Fixing WordPress
In reply to: Is it the WordPress or my computer?Hi,
Sorry for getting back late. Did your developer check the folder permissions and ownership of the wp-content folder??? Are you able to add new plugin?? Try adding an new plugin and also try deleting it from the dashboard, This can help me get a rough idea of what you permission could be.Forum: Fixing WordPress
In reply to: Is it the WordPress or my computer?Hi tanjaelves,
Can we get a link to you site. What was the older version of your WordPress before update and you current version?In version 4.5 there was a fix done on wp_upload_dir()[Link] function. Your issue might be connected to it. Or it might be wp_content folder permission issue ( probably caused due to migration )