-
AuthorPosts
-
April 4, 2014 at 6:19 am #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!
April 4, 2014 at 6:21 am #247328This reply has been marked as private.April 4, 2014 at 6:37 pm #247562This reply has been marked as private.April 4, 2014 at 6:44 pm #247568Hi!
Please try deactivating all active plugins and check if that helps.
Cheers!
YigitApril 4, 2014 at 10:10 pm #247655Hi thanks for your response! Yes It seems to be a form plugin that is causing the problem. Thanks again for your help
April 4, 2014 at 10:17 pm #247657This reply has been marked as private.April 4, 2014 at 10:32 pm #247667Hi!
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,
YigitApril 4, 2014 at 10:57 pm #247675This reply has been marked as private.April 5, 2014 at 4:47 pm #247806Hey!
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,
YigitApril 6, 2014 at 12:47 am #247873This reply has been marked as private.April 7, 2014 at 2:58 pm #248208Hi!
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,
YigitApril 8, 2014 at 1:52 am #248562This reply has been marked as private.April 8, 2014 at 10:10 am #248710Hey!
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!
DevinApril 8, 2014 at 11:43 pm #248984This reply has been marked as private.April 9, 2014 at 2:15 am #249008 -
AuthorPosts
- The topic ‘Pages randomly forwarding to youtube.com’ is closed to new replies.