Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #906346
    iecapital
    Participant

    Hi,

    Our site (www.iecapital.co), which is dual language (Chinese and English) displays correctly on Chrome, mobile, but not Safari. Actually, it is only on the footer – Chinese version – that we are having problems with. I believe this is the code we used to insert footer:

    <div class=”footer-copyright” style=”text-align:center”>
    <div style=”width:33%;display:inline-block”>京ICP备16008155号</div>
    <div style=”width:33%;display:inline-block”>©I.E. CAPITAL. 版权所有. All rights reserved.</div>
    <div style=”width:33%;display:inline-block”>+8610 8587.1861</div>
    </div>

    Any thoughts?

    Thanks.

    #907251
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    It’s not just safari, but other browsers too with the same width. Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    @media ( max-width: 1113px ) {
    
    .footer-copyright > div:first-child {
    width: 30% !important;
    }
    
    }

    But this may still not work, because your site is just a frame with embedded site within it (eg. http://www.iecapital.cn within http://www.iecapital.co frames )

    I recommend not to use any frames to wrap your site, it affects site’s responsiveness.

    Thanks!

    #907570
    iecapital
    Participant

    Hi,

    Thanks the fix seems not to have worked, but I will ask my WP person to have another go at it. When I manually change the width of Safari (narrowing it), it does resolve the issue, but counter-intuitively widening the browser causes the footer to display incorrectly. Chrome seems to display ok regardless. Any thoughts are helpful.

    Also regarding the underlying issue, could you elaborate a bit more on our site ‘is just a frame with embedded site within it?” I’m not quite sure if I know what you mean. It was my understanding that we only redirected .co to .cn? But it sounds like this is not the case. I would like to resolve the underlying issue if possible. Thanks and much appreciated.

    #908310
    Rad
    Moderator
    This reply has been marked as private.
    #908972
    iecapital
    Participant

    Thanks. A final question. Because our website is located in China, we needed to secure a second url (www.iecapital.cn), which can be licensed so it can be host in China. Originally our site was at http://www.iecapital.co. Is it better to do a simple url redirect for the time-being instead of iframe? Do you recommend anything else? much appreciated.

    #909507
    Rahul
    Moderator

    Hi,

    I would go with a simple URL redirect.

    Thanks

  • <script> jQuery(function($){ $("#no-reply-906346 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>