Viewing 15 replies - 46 through 60 (of 60 total)
  • now get string(4) "test"

    Plugin Author bhaldie

    (@bhaldie)

    okay, you can remove that code.

    Done.

    Thanks for your help by the way! Very much appreciated.

    Plugin Author bhaldie

    (@bhaldie)

    no problem,

    next I want you to comment out these lines starting at 414:

    /*
    $handle = 'bootstrap.min.js';
    			$list = 'enqueued';
    			if (wp_script_is( $handle, $list )) { return; }
    			else {
    				wp_register_style( 'mdocs-bootstrap-style', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css');
    				wp_enqueue_style( 'mdocs-bootstrap-style' );
    				wp_register_script( 'bootstrap.min.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js');
    				wp_enqueue_script( 'bootstrap.min.js' );
    			}
    */

    tell me the results.

    I am now able to click and get to the menu to preview/download etc.

    Preview still hides behind nav menu though.

    Plugin Author bhaldie

    (@bhaldie)

    did you change your style.css file?

    Thought I had, but it had reverted to earlier version. I have now changed and it works!

    You are amazing! Thank you so much. I love Memphis, so would have been gutted to move away!

    Thanks again!

    Sam

    Plugin Author bhaldie

    (@bhaldie)

    no problem ?? glad I could help.

    Hi Bhaldie

    I have been taking a look at this and I’ve found a way to fix it on my intranet when I do an ‘Inspect Element’ on the dropdown menu, but I’m not sure which CSS file I need to amend.

    I need to change the ‘position: absolute’ option on class ‘dropdown-menu mdocs-dropdown-menu’ to be ‘position:relative’. See this link for a screen dump

    I’ve tried updating the stylesheets you mentioned to me earlier with an entry for the classes, but it makes no difference on my intranet site when I save them. Could you please confirm what text I need to enter into my CSS file(s) – and also which CSS files I need to update?

    Thanks

    Louise.

    Plugin Author bhaldie

    (@bhaldie)

    make sure when you add it to the stylesheet your enter it like this:

    `postion: relative !important;’

    This should override any other style.

    Let me know if this helps.

    Hi Bhaldie

    I have added those to the mdocs-style.css and style.css but it has had no effect, I’m afraid. I’m putting them in the Bootstrap fixes section, but I’m not sure I’m doing the right thing.

    mdocs-style.css

    style.css

    Hope you can help.

    Thanks

    Louise.

    Plugin Author bhaldie

    (@bhaldie)

    Can you show me the exact code you are using and what file you are adding it to, that might help be find a solution.

    Same problem here ??
    Tried a few tips from here but still not displaying the menu.

    Site here: https://telessaude.ifes.edu.br/novotelessaude/biblioteca-virtual/?mdocs-cat=mdocuments

    The curious thing is that when I enable “Bootstrap dropdown fix” in options it seems to fix, but I can only open the menu ONCE, if I click outside and them again at the file name the menu won’t show up.

    Plugin Author bhaldie

    (@bhaldie)

    I will answer you question in the other post.

Viewing 15 replies - 46 through 60 (of 60 total)
  • The topic ‘Preview and download button doesn't work’ is closed to new replies.