Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Please try to update the plugin.
    And write if the error persists.

    Thank you.

    Thread Starter matrix10

    (@matrix10)

    Hi,

    I have updated wordpress, theme and the plug-in to the latest version, but still having the same issue.

    Any ides?

    Thread Starter matrix10

    (@matrix10)

    Also now within the admin section, the dropdown doesn’t show the calendar name, only “Add Calendar” appears within the drop down.

    Thanks

    Thread Starter matrix10

    (@matrix10)

    @esmi: This is my own topic. And all I did was add something that I felt was important for the developer to know…so was still part of my original question that I started THIS TOPIC!

    My apologies. I got my browser tabs mixed up! πŸ™

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Please add another = sign in the jquery.dop.FrontendBookingSystem.js file, at line 3133.

    if (item.prop('tagName') !== undefined
    

    Thank you.

    Thread Starter matrix10

    (@matrix10)

    @esmi: No worries, nice to see people are keeping an eye on the forum πŸ™‚

    @dotonpaper: I have added the code in as instructed, but still getting the same issue. I have cleared my browsers cache (just in case the .js file was cached)

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Please comment the if instructions:

        if (item.prop('tagName') !== undefined && item.prop('tagName').toLowerCase() != 'body'){
                                    items = prototypes.doHideBuster(parent);
                                }
    
                                if (item.css('display') == 'none'){
                                    item.css('display', 'block');
                                    items.push(item);
                                

    Thank you.

    Thread Starter matrix10

    (@matrix10)

    Hi,

    Here is the if instruction:

    doHideBuster:function(item){// Make all parents & current item visible
                                var parent = item.parent(),
                                items = new Array();
    
                                if (item.prop('tagName') !== undefined && item.prop('tagName').toLowerCase() != 'body'){
                                    items = prototypes.doHideBuster(parent);
                                }
    
                                if (item.css('display') == 'none'){
                                    item.css('display', 'block');
                                    items.push(item);
                                }
    
                                return items;
                            }

    I have include the whole function just to be on the safe side.

    Thank you

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Please send us your login information, through dotonpaper.net/contact form, to check this.

    Thank you.

    Thread Starter matrix10

    (@matrix10)

    Sent you the login details.

    Thanks again for all your help

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Please send your ftp login information, to fix this.

    Thank you.

    Thread Starter matrix10

    (@matrix10)

    Hi

    Just sent the FTP Details for you through the dotonpaper.net/contact

    Cheers for everything.

    Plugin Author DOTonPAPER

    (@dotonpaper)

    It’s possible this issue, is from your theme.
    Please try to change your theme, with a WordPress one.

    Thank you.

    Thread Starter matrix10

    (@matrix10)

    Hi, Just tried it with a standard wordpress theme and as you predicted, it worked.

    Do you know of any one page themes that are ok with this plug-in?

    Thank you

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Calendar not showing’ is closed to new replies.