iSWORD
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Canard] RTL fixes in v 1.0.4@kathryn, Thank you! And sorry for not submitting patches for bugs 1 & 3 I was busy 🙁
Forum: Themes and Templates
In reply to: [Canard] RTL fixes in v 1.0.4@sacredpath, I also just realized that
.site-tophasdisplay: none;in style.css as well as rtl.css, apparently to hide the top bar when neither secondary nor social menus are set, but for some reason, in RTL languages, the bar will not appear even when both menus are set.This means my patch for bug#3 is far from being the right solution. I will hopefully find the right solutions to both bugs (1 & 3) tomorrow.
Forum: Themes and Templates
In reply to: [Canard] RTL fixes in v 1.0.4@sacredpath, I just realized that bug#1 has to do with media queries.
At my current laptop resolution 1366×768, this is what I see http://i.imgur.com/ZmKv0zo.png
Zooming out a little fixes the problem http://i.imgur.com/ihlaEXF.png
My previous fix (in the first post) fixes the displacement on my resolution but breaks it on higher resolutions.
My fix on 1366×768 http://i.imgur.com/rgvTKHQ.png
My fix when zoomed out http://i.imgur.com/v00ufPS.pngI’m sorry I can’t look for another fix tonight because I need to sleep now, but I think I can do it tomorrow.
Forum: Themes and Templates
In reply to: [Canard] RTL fixes in v 1.0.4@sacredpath, I’m sorry for my late reply.
I set up a demo RTL blog with some posts (normal and featured) and menus (primary, secondary, social and footer) at canardrtl.wordpress.com
You can see that the secondary and social menus (under div.site-top) will only appear in the source code because of bug#3. By the way, switching to a non-RTL language DOES solve the problem.
Also, one of the featured content (the one featuring Donald Trump) is clearly not in its right place. (bug#1)
Both bugs were tested on Firefox 40.0.3 and Chrome 45.0.2454.85 on Linux.