COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
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.
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
Less
More
10 years 8 months ago #138017
by Ahmad Batebi
RTL Problem "menu" was created by Ahmad Batebi
Hi
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
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
Less
More
- Posts: 15920
10 years 8 months ago #138018
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic RTL Problem "menu"
Hello Ahmad,
I am currently looking into it. i will post a solution later on today.
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
Less
More
- Posts: 15920
10 years 8 months ago - 10 years 8 months ago #138019
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic RTL Problem "menu"
Ahmad, thank you for your feedback.
Can you try this in your custom.css file?
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
10 years 8 months ago - 10 years 8 months ago #138020
by Ahmad Batebi
Replied by Ahmad Batebi on topic RTL Problem "menu"
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138021
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic RTL Problem "menu"
For private messaging, FTP info, Super User accounts etc you can use our contact form -> nuevvo.com/contact
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.
This will hide the mute/unmute button in iPads and mobile phones.
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
10 years 8 months ago #138022
by Ahmad Batebi
Replied by Ahmad Batebi on topic RTL Problem "menu"
Dear Krikor
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.
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
Less
More
- Posts: 15920
10 years 8 months ago #138023
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic RTL Problem "menu"
I got your mail, you will hear from us soon.
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?
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
10 years 8 months ago #138024
by Ahmad Batebi
Replied by Ahmad Batebi on topic RTL Problem "menu"
Yes Krikor. I pasted in custom.css file, but it dies not work.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138025
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic RTL Problem "menu"
lucdream.com/radiotest/templates/radiowave/css/custom.css Can you please paste it once more so I can test it?
PS. it is not supposed to do anything in desktop browsers. It is only for tablets and phones.
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
10 years 8 months ago #138026
by Ahmad Batebi
Replied by Ahmad Batebi on topic RTL Problem "menu"
Dear Krikor.
It has been changed
It has been changed
Please Log in or Create an account to join the conversation.