Dear Sirs,
SSL has been used in my web page.Meantime; i make monitoring from one domain for SEO.
I have added ;
RewriteCond %{HTTP_HOST} mysite.com [NC]
RewriteRule (.*)$ http://www.mysite.com/$1 [L,R=301]
codes into my htaccess file.
I have changed configuration.php line with public $live_site = 'https://www.mysite.com' .
Everything was fine until yesterday.
The menus which should be seen on mobile started to be seen on personel computer which i don’t understand the reason. (Off-canvas Sidebar)
Plus; Breaking News and Banner magazine modul which shouldn’t be seen on mobile started to be seen on mobile.
Finally; Main Menu which should be seen on footer-1 module disappeared.
Rest of these everything is fine.
Hoping to get your assists the soonest.