Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #247327

    My pages are randomly being forwarded to the same youtube video instead of loading the page. This happens mostly in Safari but chrome as well and on iPad. Everything seems to work fine but every few clicks when navigating through the main pages, the page starts loading but is then forwarded to the same youtube link every time. I am not using youtube videos anywhere on my website so I am a bit puzzled as to where this link is originating. I’ve looked everywhere, please help. Thanks!

    #247328
    This reply has been marked as private.
    #247562
    This reply has been marked as private.
    #247568

    Hi!

    Please try deactivating all active plugins and check if that helps.

    Cheers!
    Yigit

    #247655

    Hi thanks for your response! Yes It seems to be a form plugin that is causing the problem. Thanks again for your help

    #247657
    This reply has been marked as private.
    #247667

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .page-id-2 .avia_transform .av_font_icon {
    opacity: 1 !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    }

    Regards,
    Yigit

    #247675
    This reply has been marked as private.
    #247806

    Hey!

    I have tried multiple times but now i cannot reproduce the issue, i could yesterday. Can you check once again and confirm that it is working fine on your end as well?

    Best regards,
    Yigit

    #247873
    This reply has been marked as private.
    #248208

    Hi!

    Please try following code instead

    #footer .av_font_icon {
    opacity: 1 !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    }

    Best regards,
    Yigit

    #248562
    This reply has been marked as private.
    #248710

    Hey!

    You should be able to remove the transform class and force it:

    
    .page-id-2 .av_font_icon {
    opacity: 1 !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    }
    

    The LayerSlider and the limited exposure is preventing the browser from running the css transform at the correct time.

    Cheers!
    Devin

    #248984
    This reply has been marked as private.
    #249008

    Hey!

    Glad it is working now. If you have any questions, let us know. :)

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Pages randomly forwarding to youtube.com’ is closed to new replies.