Alan Jones

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Pagination not working on 3.12 #1007710
    Alan Jones
    Participant

    ok sorry for the confusion.. the culprit was the custom events theme folder i had on my child theme.. the nav.php which from the old version was causing the bug..

    in reply to: Reccuring Events Not Working Properly #710663
    Alan Jones
    Participant

    Indeed it was the series engine plugin that making the conflict.. thanks! I haven’t noticed it until you mentioned about it and until I created a new reccuring event after deactivating it/ re saving the old troubled event… can we possibly have a hotfix for this? incase we have these problems again, since you mentioned that you don’t when the fix will be released.

    in reply to: Reccuring Events Not Working Properly #709278
    Alan Jones
    Participant

    here is the htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    the permalinks are already set to postname

    here is the sample page where the test event is
    http://www.fbc-statesboro.org/events/2014-10/

    in reply to: Reccuring Events Not Working Properly #707513
    Alan Jones
    Participant
    • 1. I changed the time zone as you said and nothing is changed.
    • 2. The no results page I’m talking were not 404 pages. it’ssomehow being redirected i don’t know why.
      from this supposed link http://www.fbc-statesboro.org/event/test-reccuring-event-october/2014-10-08/ then is changed to http://www.fbc-statesboro.org/venue/all-youth-floor/ and I believe the second link is a “venue” link
    • 3. I’ve changed the theme back to twenty twelve, deact
    • ivated all plugins except Events Calendar and Events Calendar Pro

    • 4. I did an override customization on the list view. I think it should not affect the monthly view but still removed it anyway.
    • not of these gave any result on narrowing the problem.

Viewing 4 posts - 1 through 4 (of 4 total)