Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #476998

    Hi there,

    First: thx for your support in general. You´ve saved my ass in many cases ;-)

    I have created some custom CSS for the site below in priv. Content.
    The Site is working as expected in Safari and FF on a Mac, but fails completely in Chrome.
    Think there is something wrong with css loading. Do you have any idea whats going on?

    THX and best!

    #477051

    Hey wienerpresswerk!

    You are loading your resources from https and Chrome detects it as unsecure and block it. Please load your resources from http instead

    Regards,
    Yigit

    #477061

    Thx Yigit,

    I have no idea whats going on and why https is in use. nothing changed in protocol settings (and no idea where to change that) while editing the site. Can you please assist me in this case? I have the same prob after deleting cache and use http;// in front of URL.

    Thx

    #477065

    Hey!

    Have you tried de-activating all active plugins and checked if that helps? What kind of changes you have made prior to the issue?

    Cheers!
    Yigit

    #477078

    ok, was going step by thru the plugs and found the error related to http://www.myeventon.com event calendar.
    boy, that mean rebuild a lot….. the error started after copying the whole custom css to espresso, editing and reinsert to custom css.

    #477093

    Hey!

    Have you considered using The Events Calendar plugins instead? :)

    Cheers!
    Yigit

    #477127

    not yet, because it doesn’t fit my need as : RSVP and sort by upcoming and past events and display only events without empty days…
    to switch will be a reinvest incl. add-on´s for 150….

    #478589

    Hi!

    Is this sorted out? I checked the site on Chrome and it’s loading without errors.

    Regards,
    Ismael

    #478601

    Hi ismael,
    not for me. it seems chrome won’t load any css properly

    Chrome error

    #478615

    Hi!

    The site is looking fine on my end but I’ve heard that there are problems in Chrome 44, what version are you using?

    You could try adding the following to the top of your .htaccess file:

    RequestHeader unset HTTPS
    

    If that should not work you can try the following in wp-config.php

    define('FORCE_SSL_ADMIN', false);
    define('FORCE_SSL_LOGIN', false);

    Regards,
    Rikard

    #478625

    thats it! thx.

    chrome is in Version 44.0.2403.89.

    Hope, that everything will run smooth without https esp. the member section (ultimate member)

    Cheers!

    #478897

    Hi!

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.