I upgraded to 7.0.9. I just noticed that my calendar pop up does not come up when I am trying to add a new event. I am using another template besides the default one. It use to work with previous version's of boonex. Any ideas?
I upgraded to 7.0.9. I just noticed that my calendar pop up does not come up when I am trying to add a new event. I am using another template besides the default one. It use to work with previous version's of boonex. Any ideas? |
Hello I recommend you to activate the FireBug in FireFox. Then reload Event Creation page and try to use Calendar. If you have some JS errors you should see them. Mau be the problem is in the cache files. Did you clear all cache after Dolphin upgrade? Also you need to test calendar in another places like Join form and so on. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Thank you for your reply Anton.
Firebug highlights the following line. <div class="calendar" style="position: absolute; display: block; left: 452px; top: 746px;">
Cache is all cleared. |
Anyone?
|
Try this:
http://www.boonex.com/forums/topic/BIRTHDAY-OPTION.htm#151046
It's possible the calendar is displaying below the page, which happens for a reason I'm not sure about. But this should force it to the front. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
That did not work.
What I am noticing when I am trying to do it in Internet Explorer, It's popping up, but not visible. When I click Date Start: field, the Categories: field disappears. So looks like the pop up is coming up and covering up the Categories field, when I click of the page the Categories: re-appears |
That did not work.
What I am noticing when I am trying to do it in Internet Explorer, It's popping up, but not visible. When I click Date Start: field, the Categories: field disappears. So looks like the pop up is coming up and covering up the Categories field, when I click of the page the Categories: re-appears Can you send me a link to your site? It would be easier to survey the damage. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
kartingconnect.com, click on karting events, to create new event.
you have to create new account in order to add event |
Nathan,
Also take a look at the Actions menu, any of those buttons you click on, the pop up does not show as well |
I took a look and it's only happening with the current template. Using UNI (the vanilla default), the calendar works.
Let's see if we can find out why the current default template is having problems. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Looks like my solution above was correct, but mentioned the wrong file to edit. Dolphin is using a number of these calendars.
Here's something the kids can do at home:
/plugins/jquery/themes/calendar-blue.css
Find:
div.calendar { position: relative; }
and change it to:
div.calendar { position: relative; z-index: 999; }
Remember to clear the site's cache. Don't know if it applies here, but always a good habbit. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
High Five Nathan. That fixed the calendar pop up issue.
What about the Action Menu. When you look at the particular event, the action buttons on the left, when you click on lets say "I am attending" I don't get that pop up that confirms and it doesn't refresh the page. But If I refresh the page manually it took the change |
High Five Nathan. That fixed the calendar pop up issue.
What about the Action Menu. When you look at the particular event, the action buttons on the left, when you click on lets say "I am attending" I don't get that pop up that confirms and it doesn't refresh the page. But If I refresh the page manually it took the change I'll take a look. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Getting this error when clicking on the attending button:
TypeError: 'undefined' is not an object (evaluating '$block .css('position', blockPos) // return previous value .addWebForms')
Granted, I have no idea what to do with it. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
You got me there :( |