COMMUNITY FORUM
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
RTL Problem "menu"
- Ahmad Batebi
-
Topic Author
- Offline
- Senior Member
- Journalist
Thank you so much for design the best template.
I found a CSS problem on RTL.
Unfortunately the RTL menu on Iphone and Ipad version does not work correctly.
Please check that on the link.
Thank you so much
Test Link
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
I am currently looking into it. i will post a solution later on today.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Can you try this in your custom.css file?
html.menuOpen #pageWrapper { margin-left: 0; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
-
Topic Author
- Offline
- Senior Member
- Journalist
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Let us know when you 've sent your mail.
Now for the volume icon. Radiojar recently updated their player scripts. It only happens in the HTML5 player. In my desktop browser it is working as it should.
For the time being I will send you a little snippet that will hide the mute/unmute button in smaller devices.
In my opinion it is not needed too. I will also let their developers know about this issue and I will inform you when they get back to me.
@media only screen and (max-width: 768px) {
#rj-player-controls ul.jp-controls li:nth-child(2) { display: none;}
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
-
Topic Author
- Offline
- Senior Member
- Journalist
Thank you so much for your response.
Unfortunately this code does not work .
I sent my privet question to email.
If you can please check it.
Thank you so much.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
As for the code now, I did not see it in the custom.css file. I did test it with my browser's developer tools and it seems to work fine.
Did you paste in your custom.css file?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
-
Topic Author
- Offline
- Senior Member
- Journalist
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
PS. it is not supposed to do anything in desktop browsers. It is only for tablets and phones.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
-
Topic Author
- Offline
- Senior Member
- Journalist
It has been changed
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
-
Topic Author
- Offline
- Senior Member
- Journalist
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.