Forum Replies Created

Viewing 15 replies - 16 through 30 (of 34 total)
  • Thread Starter Emily

    (@cleanup)

    Hello. I’ve decide to use another theme, so please cancel the support ticket. Thanks anyway.

    Thread Starter Emily

    (@cleanup)

    Hi,

    We’re running the theme here: http://cabinclearancestore.com/alreadybooked/

    This only happens when the screen is of a certain size, for this particular menu, it’s OK until the screen width goes below about 1327 pixels. At that point, the last menu item drops to the second line. Then as it gets more narrow, the insurance link drops to the next line. Then as it gets more narrow, the mobile menu kicks in.

    Also, I notice the sidebar disappears on the mobile version. Is this by design?

    I will open a support ticket and give you the WP login.

    Thanks!

    Emily

    Thanks, Kimberly! 🙂

    I too was having the same issue. The fix is here: https://ww.wp.xz.cn/support/topic/website-sporatically-breaks-with-w3-enabled/#post-8677475

    • This reply was modified 9 years, 4 months ago by Emily. Reason: Found the solution
    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    And thank you to all who contributed. It’s very helpful to get assistance in narrowing down the problem so I know what to show and tell support so they can fix it!

    • This reply was modified 9 years, 4 months ago by Emily.

    I agree, Wordfence is a good option. You can set to throttle or block 404 requests if they exceed a certain amount.

    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    Media Temple fixed it!! Here’s the reply I got from support:

    It appears that there was an issue with the time zone database initially provisioned to your server in which the UTC time zone was improperly set to EDT. We were able to resolve this issue by re-installing the tzdata package.

    yum install tzdata

    It’s now working properly in WordPress. Yipee!!

    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    It’s set: date.timezone = America/New_York

    I’ve tried commenting it out, and also changing it to UTC, and the issue still persists.

    Since the script was run outside of WordPress, it seems to be a PHP problem, not WordPress. :\ Maybe I should look for PHP forums, somewhere.

    • This reply was modified 9 years, 4 months ago by Emily.
    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    When I run Otto’s script, I get the wrong time. It displays my local time, not UTC. There must be some setting in PHP that is causing this? Would it help to post my php.ini file?

    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    gmdate() says the correct time!

    • This reply was modified 9 years, 4 months ago by Emily. Reason: Testing revealed a different result
    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    I think I’ve got another clue… when I use this plain PHP script

    <?php echo date(“Y-m-d G:i:s”, $_SERVER[‘REQUEST_TIME’]); ?>

    it returns the current date and time here in Florida. It’s my understanding that this server variable is supposed to be a Unix timestamp, so shouldn’t the output be in GMT?

    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    The server seems to be fine with the date:

    [root]# timedatectl
          Local time: Sun 2017-01-08 11:39:06 EST
      Universal time: Sun 2017-01-08 16:39:06 UTC
            RTC time: n/a
           Time zone: America/New_York (EST, -0500)
         NTP enabled: no
    NTP synchronized: yes
     RTC in local TZ: no
          DST active: no
     Last DST change: DST ended at
                      Sun 2016-11-06 01:59:59 EDT
                      Sun 2016-11-06 01:00:00 EST
     Next DST change: DST begins (the clock jumps one hour forward) at
                      Sun 2017-03-12 01:59:59 EST
                      Sun 2017-03-12 03:00:00 EDT
    

    Could it be the lack of RTC (real-time clock)? What can I check in PHP settings?

    Here’s some info I found about the above output:
    -RTC time is the hardware clock. Compare it to the Local time and Universal times returned by timedatectl to determine how the hardware clock is set.
    -RTC in local TZ: no means the hardware clock is interpreted as UTC
    -RTC in local TZ: yes means the hardware clock is interpreted as local time

    • This reply was modified 9 years, 4 months ago by Emily. Reason: Additional info about clock output
    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    phpinfo shows this:

    date/time support enabled
    “Olson” Timezone Database Version 0.system
    Timezone Database internal
    Default timezone UTC

    Directive Local Value Master Value
    date.default_latitude 31.7667 31.7667
    date.default_longitude 35.2333 35.2333
    date.sunrise_zenith 90.583333 90.583333
    date.sunset_zenith 90.583333 90.583333
    date.timezone UTC UTC

    Could it have something to do with the latitude and longitude?

    Forum: Fixing WordPress
    In reply to: UTC time wrong
    Thread Starter Emily

    (@cleanup)

    The date command returns the correct UTC time: Fri Jan 6 22:13:40 GMT 2017

    We’re hosted at MediaTemple with a DV server.

    The site is not working yet. Have you looked in the theme options to get rid of the bars you don’t want. HudsonValleyWebDesign is probably right about the pseudo elements. Use Chrome to “inspect” the menu to see what CSS is being applied.

Viewing 15 replies - 16 through 30 (of 34 total)