broken modal window
-
Dear Author, I had to dug out the whole repository to find this promising plugin. Unfortunately my installation is gone wrong (I tried twice). I have made a small screencast, so you can see what kind of behaviour I’m getting with the modal window. Please advice. Thank you
-
The first step would be to disable all plugins except mdocs and see if the problem is still there.
If it isn’t try enabling plugins one and a time until you find the plugin that is causing the conflict.
you see, before trying the tedious work of disactivating everything, I can tell you that I already experienced the same modal window conflict with another plugin. It was solved by disabling Bootstrap.js. Is there a way I can do that with Memphis? (if it has bootstrap)
-
This reply was modified 9 years, 4 months ago by
anonymized-14293447.
-
This reply was modified 9 years, 4 months ago by
anonymized-14293447.
yes that is the problem, but you can only disable bootstrap on the frontend currently. Bootstrap in the admin panel will also load currently.
if you want to edit code you could open the mdocs-settings.php and comment out this:
//BOOTSTRAP if(isset($_GET['page']) && $_GET['page'] == 'memphis-documents.php') { wp_register_style( 'bootstrap.min.css', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'); wp_enqueue_style( 'bootstrap.min.css' ); wp_register_style( 'bootstrap.site.min.css', MDOC_URL.$bootstrap_css_file); wp_enqueue_style( 'bootstrap.site.min.css' ); wp_enqueue_script( 'bootstrap.min.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js' ); }yep, commenting those lines out made the Admin dashoboard a blank page. Do you know of a different solution that wouldn’t involve editing code?
Maybe you can implement a “disable bootstrap” in your plugin… don’t know, just guessing as I’m not a developer.
Actually, the other bulk modals are working, so it’s just the main one having the problem-
This reply was modified 9 years, 4 months ago by
anonymized-14293447.
i will take a look into it, and get back to you.
But I would also contact the plugin author that is loading bootstrap across all other area’s of the dashboard. IMO that is not good practise. You should only be loading scripts that you use on the plugins page.
That plugin is no more in my site. π I have also checked the theme is enquing scripts correctly and for jquery conflicts. All seems ok in that sense. But I also tried to put [mdocs] into an accordion and it freezes it.
I’m looking forward to your solution becase Memphis really looks nice and ‘m eager to try it.You can disable bootstrap from the setting menu but it only works for the frontend. Did you disable it?
you see, the settings menu is also not working (as you can see in that screencast I made).
oh yeah i forgot π
I switched theme, so I have been able to change bootstrap settings (the modals were working). But on switching back to my theme the problem is still there.
okay i will have to add the bootstrap disabling to the admin pages. stay tuned.
this functionality has been added to version 3.6.6
I’m aware that you are spot on supporting your customers, and working to impraove Memphis. Looking forward to use it π
if you have any problems let me know π
Hello Bhaldie, I must continue this thread to update you on what I’m experiencing with Memphis (which is certainly better than other more “famous” download managers, thumbs up for that).
I have noticed several bugs/UI problems, I don’t think they are related to any conflict with my theme so they might help you understand how Memphis is performing.I have installed the new version and the modal-window problems seemed gone. At last I could view the options and have thus disabled Bootstrap. However:
BUGS/UI
1) the modal window is too big, so are the fonts
2) there’s no cursor appearing in any form field
3) all tabs (front/backend) don’t open smoothly but reload the page
4) the default “document” page cannot be deleted (I use the shortcodes in my own page)
5) if you are logged out and re-login to download the file, you get a blank page (even if you actually have logged in)MY TEST PAGE (https://agendadelvolo.info/duty-free)
1) I have tried to put [mdocs] into an accordion. As soon as you click a tab containing [mdocs] all links freeze
2) at page bottom-right there’s a “send” button which has lost its class (yellow background)
3) question: I would like to add a tooltip onhover the download link for logged out users with a login modal-window. I know how to do that, but I guess there will be a conflict with (5) aboveBIG PROBLEM again
1) just to make a test I clicked “restore everything to default”… and Memphis went back to the original state we discussed on this thread, i.e. like the video above.
So I have completely uninstalled it, downloaded and installed again, but the situation is back to square one!I might be the only one experiencing this, but one is a crowd. π
Criss -
This reply was modified 9 years, 4 months ago by
The topic ‘broken modal window’ is closed to new replies.