Forum
Welcome, Guest
Username: Password: Remember me

TOPIC: Initial display bug

Initial display bug 9 years 4 months ago #20921

  • Nancy Stone
  • Nancy Stone's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 2
My problem is as shown in the pictures below. (This is my first website and it is not yet available to the public. I'm not sure how to share admin rights but can probably figure it out if need be.) Thanks.

File Attachment:

File Name: SpiderCalendarinitialdisplay.pdf
File Size: 38 KB


File Attachment:

File Name: SpiderCalendarsubsequentdisplays.pdf
File Size: 20 KB
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #20935

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Nancy,

Could you please give us the link to your website with the calendar published? We will suggest you a CSS code to fix the problem.
Thank you.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #20954

  • Nancy Stone
  • Nancy Stone's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 2
I was hoping to fix the problem before the website is reviewed by the other admins, who will need to see and critique it before it can be published. So, sending the link to the public site won't help much at this stage.

My husband is a computer engineer. Can you can send instructions for him to apply the CSS patch? If so, I will send you an email with my email address.

Thanks.
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #20955

  • Nancy Stone
  • Nancy Stone's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 2
I can't believe I forgot to mention how much I like the calendar! Thank you very much for it!
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #20970

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Nancy,

Please try changing the background color of the .calbg class, such as:
.calbg {
    background-color: #1D4D62;
}

If it doesn't get applied, try adding !important to the rule.
Thank you.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21116

Hi Web-Dorado team,

This is Nancy's husband Steve. I don't think this is a css problem. What actually happens is that when the webpage is initially drawn the table title background color red (where the month name is displayed) is displayed correctly. Then almost immediately the title content area is overlayed with a white background. It is as if a second pass was made to display the title. It looks like the top and bottom borders remain red but the content area is now white.

If you still think I should apply the css stanza you gave to Nancy, please let me know where/how I should do this. I searched through your php and css files and could not identify an appropriate location.

Thanks,
--- Steve
Last Edit: 9 years 4 months ago by Steve Rosenstein.
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21163

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Steve,

If fixing this problem is not very urgent for you, could you please contact us to This email address is being protected from spambots. You need JavaScript enabled to view it. after January 6th? Our development team will be available then and we'll be able to discuss this issue with them.

Thank you.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21224

  • Nancy Stone
  • Nancy Stone's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 2
The website is now published. Shall I provide temporary admin rights and send the info to your e-mail address? No rush to get back. Thanks.
Nancy
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21238

  • Nancy Stone
  • Nancy Stone's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 2
We have sent administrator rights info to you by e-mail. Reminder of our problems:
1. The background to the word "January" first appears in red and then immediately changes to white. We want the background to stay red (as it is for the other months). You may want to refer back to the screen shots we sent earlier.
2. We need the time set to New York time. It appears to be set to UTC although our Wordpress site is set to New York time.
Thanks.
Nancy at bigapplenets.org
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21313

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Nancy,

Thank you for the reminders, please be informed, that we have opened a support ticket for you. We'll let you know as soon as our developers resolve the problem.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21361

  • Nancy Stone
  • Nancy Stone's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 2
Thanks so much!
The administrator has disabled public write access.
The following user(s) said Thank You: Support

Initial display bug 9 years 4 months ago #21437

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Nancy,

Please be informed, that the problem on your website has been resolved. We have implemented the following changes:
#calendar_<?php echo $many_sp_calendar; ?> table {
background: transparent;
}
in spider-event-calendar/front_end/bigcalendarmonth_widget.php file;

And also:
date_default_timezone_set('America/New_York');

Thank you.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21447

  • Nancy Stone
  • Nancy Stone's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 2
I very much appreciate your excellent service. :)
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21461

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Nancy,

If you like our product and would recommend it to other WordPress users, please take a couple of minutes to leave a review on WordPress.org reviews page. Here is the link: wordpress.org/support/view/plugin-reviews/spider-event-calendar Thank you.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21512

  • Nancy Stone
  • Nancy Stone's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 2
Will do. Is it okay to terminate your temporary admin rights now? Thanks again.
The administrator has disabled public write access.

Initial display bug 9 years 4 months ago #21531

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Nancy,

Sure, feel free to close the account.
Thank you.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.
Time to create page: 0.285 seconds
Powered by Kunena Forum