Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30
  1. #21
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Events Calendar v4 [Support Thread]

    Sidebox heading settings should be standardised in your stylesheet.css under .leftBoxHeading and/or .rightBoxHeading, whether or not prefaced with a heading tag, eg h3.leftBoxHeading.

    You may have to specify a font-size and other font display properties under your .leftBoxHeading and/or .rightBoxHeading in stylesheet.css, as I have in mine.

    However, in my setup, I notice the calendar sidebox heading is defined as <h3 id="eventscalendarHeading" class="rightBoxHeading">, but since I have no #eventscalendarHeading defined in any of my *.css files, this part really does nothing.

    Hope this helps.

  2. #22
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Events Calendar v4 [Support Thread]

    Yes it did dw08gm...Thank you soo Much
    My css does have font size setting in .leftBoxHeading, .rightBoxHeading, h3.leftBoxHeading and h3.rightBoxHeading. Dev tools did not find a #eventscalendarHeading so that is why I was confused to why it did not pull ALL the sidebox defines (as it did for a:link & hover) from my css.
    So I had to add it to css file
    #eventscalendarHeading { font-size: 1.0em; }
    to match the rest of the sideboxes
    Thanx!
    blessed be the day we make tomorrow a better yesterday

  3. #23
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Events Calendar v4 [Support Thread]

    Note to Self:

    Not sure if this mod will require this change to work with zc153.

    http://www.zen-cart.com/showthread.p...s-URL-handling

  4. #24
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Events Calendar v4 [Support Thread]

    Please find attached YourAdmin/events_manager_rec_poll.php (zipped) updated for php5.3.

    The changes made are shown in red and begin around line 161. Note the inclusion of ^ towards the end of first line.

    Code:
        $testFormat = '^[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}( [[:digit:]]{2}:[[:digit:]]{2}:[[:digit:]]{2}){0,1}$^';
        if (!preg_match($testFormat, $testDate)) {
            throw new Exception('recursOn: testDate must be in the format YYYY-MM-DD, not '.$testDate);
        }
     
        if (!preg_match($testFormat, $originalDate)) {
            throw new Exception('recursOn: originalDate must be in the format YYYY-MM-DD, not '.$originalDate);
        }
     
        if ($endDate && !preg_match($testFormat, $endDate)) {
            throw new Exception('recursOn: endDate must be in the format YYYY-MM-DD, not '.$endDate);
        }
    If this does not work, or is incorrectly coded, please advise.
    Attached Files Attached Files

  5. #25
    Join Date
    May 2015
    Posts
    32
    Plugin Contributions
    0

    Default Re: Events Calendar v4 [Support Thread]

    Would this be compatible with Zen Cart 1.5.4? I know some things changed with 1.5.3 and then even more with 1.5.4 which can break addons and templates.
    Thanks!

  6. #26
    Join Date
    Jun 2018
    Posts
    16
    Plugin Contributions
    0

    Default Re: Events Calendar v4 [Support Thread]

    this old plugin can be a useful marketing tool: is anyone able to update it to v1.5.6c?

  7. #27
    Join Date
    Jun 2018
    Posts
    16
    Plugin Contributions
    0

    Default Re: Events Calendar v4 [Support Thread]

    Is it possible that nobody cares about updating this plugin?

  8. #28
    Join Date
    Mar 2006
    Location
    Auckland, New Zealand
    Posts
    234
    Plugin Contributions
    0

    Default Re: Events Calendar v4 [Support Thread]

    Quote Originally Posted by Papanco View Post
    Is it possible that nobody cares about updating this plugin?
    Or is there anyone available who understands it to update it? I would like it for 1.5.7 however my coding skills are crap so wouldn't know where to start to create an update!
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  9. #29
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Events Calendar v4 [Support Thread]

    I care about/for the plugin, but am at a miss at the moment to do much about it, but am willing to help with/test the upgrade

  10. #30
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    94
    Plugin Contributions
    0

    Default Re: Events Calendar v4 [Support Thread]

    Would love to ue this booking system but I am running 1.5.7c. Does anyone have another suggestion since it appears as though this plugin is no longer being managed?
    Thanks!

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Events Calendar and SSU/SEO URLs
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 24 Feb 2012, 04:10 AM
  2. Calendar of Events Template?
    By jmcasale in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Apr 2011, 05:58 PM
  3. Events Calendar
    By pixelpadre in forum Addon Sideboxes
    Replies: 1
    Last Post: 5 Apr 2010, 06:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR