joeynimu
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] No submit buttonI am also looking but in the mean time you can look in the below link;
https://stackoverflow.com/questions/12719859/no-visible-cause-for-unexpected-token-illegal
I really hope i/we can figure this out. I need to use this plugin for a project that is almost due.
Forum: Plugins
In reply to: [Memphis Documents Library] No submit buttonYeah,
It says;
Uncaught SyntaxError: Unexpected token ILLEGAL file name admin.php line 445;
I have looked at that line and found the below;
jQuery( document ).ready(function() {
mdocs_admin(‘https://localhost/chirag/wp-content/plugins/memphis-documents-library/’, ‘C:\xampp\htdocs\chirag/’);
});Forum: Plugins
In reply to: [Memphis Documents Library] No submit buttonHi,
I have installed a fresh wordpress and uploaded the plugin still the same issue.
The fresh WordPress install had not been tempered with, so i guess it is your plugin that has some issues.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Lightbox not workingI was able to fix the issue. The theme is a custom theme that i authored so i was able to debug and spot where the issue was which was to do with my footer. Thanks.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Lightbox not workingI had forgotten to add the get_footer() function in my footer. I think some scripts are injected there. After sorting that out, it seems to works just fine. Thanks for the efforts though, cheers.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Lightbox not workingHi,
I figured out that when i use the default wordpress theme, the litebox works just fine but when i activate my custom theme it doesn’t. So my question is, what is wrong with my theme? What is it that i am not doing right? I have tried to remove all my custom javscript files but it still doesn’t work. Any ideas?
Many thanks.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Images not opening in pop upI have gotten it working but now if i add a post with youtube video, the pop up doesn’t work any more. Weird!!