rtl theme problem [solved] - IDLaunch Fresh
rtl theme problem [solved]
Last edited by yasser33311 on Fri Apr 15, 2016 8:57 pm
PhpBB Services - install, update, upgrade, customize: PM
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe
[solved] rtl theme problem
solved by changing
#wrap {
...
text-align: left;
to:
#wrap {
...
text-align: right;
#wrap {
...
text-align: left;
to:
#wrap {
...
text-align: right;
PhpBB Services - install, update, upgrade, customize: PM
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe
Re: rtl theme problem [solved]
also:
.sitename-header {
border-radius: 4px;
display: block;
float: right;
font-size: 14px;
font-weight: bold;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin-right: 10px;
margin-top: 9px;
}
.sitename-header {
border-radius: 4px;
display: block;
float: right;
font-size: 14px;
font-weight: bold;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin-right: 10px;
margin-top: 9px;
}
PhpBB Services - install, update, upgrade, customize: PM
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe
Re: rtl theme problem [solved]
Thanks for share.
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: rtl theme problem [solved]
every update i do that ?!!
can you fix it next release?
can you fix it next release?
PhpBB Services - install, update, upgrade, customize: PM
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe
Re: rtl theme problem [solved]
Ohhhh sorry!
New version sending for validating.
New version sending for validating.
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe
Re: rtl theme problem [solved]
New version validated, you can test again yasser please ?
Thanks.
Thanks.
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: rtl theme problem [solved]
fixed,
thank you Raul
thank you Raul
PhpBB Services - install, update, upgrade, customize: PM
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe
Re: rtl theme problem [solved]
please delete this lines from bidi_fresh.css :
Code: Select all
padding: 13px 23px;
border: 2px solid #FFF;
border-radius: 15px;
PhpBB Services - install, update, upgrade, customize: PM
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe
Re: rtl theme problem [solved]
Hello,
For 3.1.x or 3.2.x version ?
Or both versions?
Best regards.
For 3.1.x or 3.2.x version ?
Or both versions?
Best regards.
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: rtl theme problem [solved]
i test 3.1 only
but i think both
because those lines prevent the max size in mobiles
but i think both
because those lines prevent the max size in mobiles
PhpBB Services - install, update, upgrade, customize: PM
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe
Re: rtl theme problem [solved]
OK, thanks, I fixed in next version.
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: rtl theme problem [solved]
Fixed for 3.2.2 version (validation queue).
Not possible to add new version for 3.1.x
Not possible to add new version for 3.1.x
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: rtl theme problem [solved]
ok, thanks
i will update my forum to 3.2
i will update my forum to 3.2
PhpBB Services - install, update, upgrade, customize: PM
-
- Registered User
- Posts: 277
- Joined: Sat Jul 27, 2013 1:27 pm
- Location: algeria
- Name: yasser ghe