Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #891173

    Really need your help here guys. If you can point me in the right direction.
    There is an error of some sort that is not allowing my website to load in Safari.
    I think it is tied to the VRRP Connector plugin. I have contacted them as well.
    Just needing input on whether you have any ideas or not?

    Thank you

    #891175

    Hi Justin,

    “New Website Coming Soon”. Can you please post temporary logins here privately so we can look into it?

    Best regards,
    Yigit

    #891181
    This reply has been marked as private.
    #891185

    Hey,

    VRPConnector plugin is currently active however i cannot see any issues on Safari. Attached a screenshot in private content field below.
    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Cheers!
    Yigit

    #891187

    Hmmm strange. This is the result for me: https://kohalacoastpropertiesinc.com/er.png

    #891188

    A few others are seeing it too..

    #891190

    Hey!

    Which version of macOS and Safari are you using? I will ask my teammates to check as well.

    Cheers!
    Yigit

    #891193

    5.1.7

    #891197

    For windows

    #891211

    Hi,

    Since Safari is not supported on Windows since 2012, we do not support it as well. Good news is that your site shows up fine on Safari on Mac and IOS.

    Regards,
    Yigit

    #891222

    HaHa I did not know that :)

    #891225

    Thanks for looking into this Yigit. Happy Holdays

    #891227

    Yigit. One more thing while I have your attention. The mobile menu is messed up. Have any ideas on why? The sub-menu items aren’t rendering correctly

    #891251

    Hi Justin,

    Thanks! Happy holidays to you too!

    You had following code in Style.css file of your child theme

    	ul.sub-menu {
    	border-radius:14px!important;
    	width:260px!important;
    }

    I changed it to following

    @media only screen and (min-width: 990px) {
    	ul.sub-menu {
    	border-radius:14px!important;
    	width:260px!important;
    }}

    Please review your website :)

    Cheers!
    Yigit

    #891271

    Thank you Yigit. Looks good.

    #891272

    Hi!

    Not at all Justin! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Syntax error with theme + Plugin’ is closed to new replies.