Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)
  • Plugin Author Cerzky

    (@cerzky)

    Do I need to update the javascript plugin? Please let me know the solution.

    Hey I know this is off topic, but could you post your solution to the Full Calendar Js Problem on my review page? Is it as simply as just updating the fullcalendar javascript plugin? Thanks.

    Plugin Author Cerzky

    (@cerzky)

    Please send me the code so that I can update and release the fix. I was unaware of the update, wasn’t my fault…

    Plugin Author Cerzky

    (@cerzky)

    Cornmonkey,

    Add this line of code to the plugin code where you see Events: and the options.
    eventColor: '#378006',

    ` },
    month: true,
    week: true,
    day: true,
    agenda: true,
    basic: true,
    eventColor: ‘#378006’
    //showAgendaButton: true
    });`

    Cheers!

    Plugin Author Cerzky

    (@cerzky)

    I intend to keep the options to a bare minimum. This is because if it is done through a multi-site for an organization then there should be limitations on the customized colors. The entire site should look consistent as far as color schemes.

    Have you tried to change the color of the calendar in Google before copying the XML feed? I assume this would changed the color of the text. I have not tested this yet. Just a thought.

    Thanks.

    Plugin Author Cerzky

    (@cerzky)

    The short code and calendar name are totally different. The calendar name is just a way to remind you what type of xml feeds you have saved into your calendar. Please do not put any spaces into the calender name or ‘white space’ because I have not fixed the bug which breaks the calendar if you do so.Try “AcmeEvents” instead of “Acme Events”. I have not did anything with a header yet and the calendar name. Please use [fcal id=”1″] for calendar 1 and [fcal id=”2″] for calendar 2. Please do not leave the calendar name blank either. Remember no spaces!

    Thanks

    Plugin Author Cerzky

    (@cerzky)

    Kenny,

    Thanks for the suggestions. I did not notice that I had left some of the prototype code in version 1.5 which was non-functional. I commented the code out and added some slight tips under the shortcode section. I am still in the process of coming up with a default view option, I just haven’t gotten around to programming all of the functionality yet. I am working to allow the Header to show the calendar name as well. Please be patient.

    Thanks

    Plugin Author Cerzky

    (@cerzky)

    I haven’t had any problems. Can you please verify your browser and version and what hardware device you are using? I would make sure pop up blocker is off and that your firewall is not blocking it. I would also make sure javascript is enabled in the browsers you are testing it in. Try Chrome, firefox, ie, safari and see which ones work and please let me know. I would like to replicate the problem so that I can debug the situation. Probably a browser error or something to do with antivirus/pop up blocker.

    Plugin Author Cerzky

    (@cerzky)

    New version fixes the problem.

    Thanks,

    Cerzky

    Forum: Plugins
    In reply to: [Full Calendar Js] widgets
    Plugin Author Cerzky

    (@cerzky)

    Hello,

    I believe that the master calendar in google can have many what you call ‘sub-calendar’s’. You would have to get the xml feeds for each of the sub calendar links that you would like and update them into full calendar js. I am not sure of the master calendar has an xml link or not. It perhaps does. It may be easier to manage your master calendar accordingly within google so you can display all of the proper events using the plugin. I find it easier to do things in google than in wordpress at times. I do not have a widget yet. I have put some thought into that. I will see if I can make that happen down the road. As for now things are slow going.

    Please let me know what features or what functionality you are looking for. This plugin will be user driven and I will make any modifications applicable according to user requirements. For right now you can use the ‘Stout Google Calendar’ plugin which I found works real well displaying a widget in an agenda view. You could use both plugin’s simultaneously.

    Thanks,

    Brandon

    Plugin Author Cerzky

    (@cerzky)

    Can both of you try the latest version and see if that solves your problem. I just updated it with a fix. I hope that it fixes your problem. I am able to get it to work with my localhost. If it doesn’t work then it is probably a problem with google settings for your xml feed. Also I have noticed that if there is any white space at the end of an xml link or if the calendar name is left blank then that can cause an error. Please do not put any spaces into the calendar name or in the xml feed text boxes.

    Thanks,

    Brandon

    Plugin Author Cerzky

    (@cerzky)

    I am in the process of releasing a new version with issue 1 fixed. Diane you can make sure that the last 5 lines of javascript for each calendar jquery settings is as follows:

    });
        $('<?php echo $calendar ?>').fullCalendar('today');
    });
    });
    </script>

    This will invoke the fullCalendar today method so that the calendar show’s the current month.

    Cheers.

    Plugin Author Cerzky

    (@cerzky)

    Joe, can you specifically tell me where this line was added, perhaps around which other lines of code? I am able to change the view but for some reason it likes to stay in the month of February. Sorry for the inconvenience.

    Plugin Author Cerzky

    (@cerzky)

    Diane,

    1)I thank you for your feedback. I will make it my best effort to serve the community with the appropriate functionality to suit their needs. My first goal is to create the option to allow the user to select a default view. So this will be my second release of the plugin.

    2)As for multilingual functionality, I have only done this once in a tutorial that I can’t really remember. If you could point me into the right direction then it would help me get started. I will try to fit this functionality in either the next release of the plugin or the one after.

    I will begin working on this now, thank you for your kind and generous patience. I will let you know soon where you can add that line of code hopefully.

    [ Signature moderated. ]

    Plugin Author Cerzky

    (@cerzky)

    Perhaps ill add an option in the future. Cheers.

Viewing 15 replies - 1 through 15 (of 30 total)