Viewing 13 replies - 1 through 13 (of 13 total)
  • Sona

    (@support-web-dorado)

    @natalie_davis,

    Have you installed a new plugin or switched the theme. This is an indication of conflict between the plugin and either another plugin or another theme. If you want us to troubleshoot the case contact our support team at support[at]web-dorado.com. Thank you.

    I’m having the same issue. I just updated to the latest version of WordPress and the Event Calendar. If I view the calendar with the following shortcode, it does not display: [Spider_Calendar id="1" theme="13" default="month" select="month,"]

    However if I change it to[Spider_Calendar id="1" theme="13" default="month" select="month,list,week,day,"]it will display.

    When it is displaying the tabs at the top to switch between views do not have working links.

    Here is a link that has both of the above shortcodes on it, you can see that only one of them is being displayed: https://www.floridaguardians.com/test/

    Sona

    (@support-web-dorado)

    @cpaprotna,

    Your case is different. It is caused by Ajax call blocking. If you contact our support team they will provide you the details on resolving the issue. The email is support[at]web-dorado.com.

    how did you resolve that issue??

    There was an update the resolved half of my issue, however I modified the plugin to remove a style=display:none from the code. If you use F12 in your browser and navigate to where the calendar should be, you should see he calendar is there, but for some reason the tab gets set to display none when there is only 1 calendar to display.

    I also modified the code to fix some PHP warnings with they way they construct their classes that extend WP_Widget.

    At this point I don’t know if the missing calendar is a conflict with another plugin or a big in the plugin, but it’s working enough for me.

    Sona

    (@support-web-dorado)

    @cparprotna,

    This might be caused by another plugin in use. And can you tell me where have you removed the style display:none ? Thank you.

    In bigcalendarmonth.php at line 254

    if(count($views)==1 and $views[0]==$defaultview)
    {
    $display="display:none";
    $display="";
    echo '<style>
    @media only screen and (max-width : 640px) { 
    
    #views_tabs_select
    {
    	display:none !important;
    }
    }
    
    </style>';
    }

    Sona

    (@support-web-dorado)

    @cpaprota,

    The display:none; was referring to the displayed Month as a tab. The update should have fixed the issue. If you still face issues, I will need more information on that.

    Have you tried displaying your calendar on a website?

    I have a site that is WordPress 4.4.2, I switched it to the TwentyFifteen THeme.

    I installed a fresh copy of your plugin and inactivated ALL other plugins.

    When I view a page with the following shortcode, the calendar is not shown: [Spider_Calendar id=”1″ theme=”13″ default=”month” select=”month,”]

    You have a bug in your plugin, you should not need admin access to my site to figure this one out.

    Sona

    (@support-web-dorado)

    @cpaprota,

    We have tested it out with TwentyFifteen Theme with a clean installation and it worked fine with our case. Maybe there is something else wrong there in your case.

    msmarcie

    (@overcomebloggersblock)

    I just installed the plugin and my calendar is not showing. I followed the instructions and it still doesn’t work. Please help.

    Sona

    (@support-web-dorado)

    @msmarcie,

    Could you please provide us link to your website? We will check that out. Thanks.

    msmarcie

    (@overcomebloggersblock)

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Calendar Not Showing on Front End of Website’ is closed to new replies.