Hello
I have 2 questions, pleae help me.
1- article titles on block 15 look like this http://www.screencast.com/t/00FGXlRy1LS
they are under the thumbnails, how to make them be normal ??
2- when i click on mobile menu, its stop working and not responding at all, any advices?
also its not working with fresh newsmag installation
check this on my dev site.
http://sport.sky-host.cu.cc/wp/
my new live site
http://sport.sky-host.cu.cc/new
thanks
Hi
1. The posts are displayed like her: http://www.screencast.com/t/00FGXlRy1LS because of rtl style. I’ve mentioned in my previous replies that the theme does not have support for rtl. You will have to adapt it’s style to rtl in order to have a good looking layout for the site.
2. A clean install means that you don’t touch theme’s code at all. It also means that you don’t use any custom css, js or any untested plugin. Make sure you do a clean install staring from latest wp version to latest theme’s version then test the mobile menu again. Try this on a new sub-domain or on your local computer without any custom code.
Thanks!
Hi
The theme it’s tested and mobile menu works fine. It can be seen on our demo and on any other site which uses our theme. Also I’ve noticed that you made some changes in theme’s css file: http://screencast.com/t/pPJoGvLQA By default mobile menu have a css property which set a position -80% left for it when it’s hidden. You can see on the screen that on your site it’s -80% right. These changes influence the mobile menu from your site. I already mentioned in my previous replies that if you make any custom modifications you always have to check how they affect theme’s functionality.
Thanks!
thanks man its work now,
i find some code still on the left and that coused sone conflect..
i need to know what part in style.css Responsible for block 15 post titles??
http://www.screencast.com/t/00FGXlRy1LS
Hi
Block 15 use modules mx1 and mx2 to display posts so you have to modify the css corresponding for these modules: http://screencast.com/t/1dS0gS0FZ
Thanks!