COMMUNITY FORUM
Direction and Aliging Issue
- ahmad
-
Topic Author
- Offline
- New Member
Less
More
18 years 1 month ago #105
by ahmad
Direction and Aliging Issue was created by ahmad
I use Simple Gallery Plugin
my problem is , My site is in Arabic so I built a ( RTL ) template
The images are aligned to the left .
www.portsaid-online.com/j/content/view/1110/5/
How can I fix that ??
Thank you very much
my problem is , My site is in Arabic so I built a ( RTL ) template
The images are aligned to the left .
www.portsaid-online.com/j/content/view/1110/5/
How can I fix that ??
Thank you very much
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
18 years 1 month ago #106
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Re: Direction and Aliging Issue
Open up the file mambots/content/plugin_jw_sig/sig.css and change this code block:
to this
Report back...
/* ---Simple Image Gallery--- */
.sig {clear:both;margin:16px 4px;padding:0px;display:table-cell;}
.sig_clr {clear:both;}
.sig_cont {float:left;}
to this
/* ---Simple Image Gallery--- */
.sig {clear:both;margin:16px 4px;padding:0px;display:table-cell;}
.sig_clr {clear:both;}
.sig_cont {float:right;}
Report back...
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- cbinning
-
- Offline
- New Member
Less
More
- Posts: 1
18 years 1 month ago #107
by cbinning
Replied by cbinning on topic Re: Direction and Aliging Issue
Similar question, having an image to the absolute left of the text.. text flows along side text by about 1/5 inch and flows straight down no text wrap to start again under the image, fabulous plugin...
seperate directories for each image.. I only want the one to show for the coresponding content..
thanks..
Clay
seperate directories for each image.. I only want the one to show for the coresponding content..
thanks..
Clay
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
18 years 1 month ago #108
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Re: Direction and Aliging Issue
It's not possible with the current stylesheet and generally the "setup" of this plugin.
If you're interested though, we have a prerelease of a commercial mod of the Simple Image Gallery, which enables launching a whole gallery slideshow from a single thumbnail.
This modification is sold, so you're gonna jave to contact us by e-mail at joomlaworks [at] gmail [dot] com.
More here: demo.joomlaworks.org/content/view/12/27/
If you're interested though, we have a prerelease of a commercial mod of the Simple Image Gallery, which enables launching a whole gallery slideshow from a single thumbnail.
This modification is sold, so you're gonna jave to contact us by e-mail at joomlaworks [at] gmail [dot] com.
More here: demo.joomlaworks.org/content/view/12/27/
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- ahmad
-
Topic Author
- Offline
- New Member
18 years 1 month ago #109
by ahmad
Replied by ahmad on topic Re: Direction and Aliging Issue
Excellent!
But I also had to edit :
to
But I also had to edit :
.sig_thumb {float:left;margin:0px 10px 10px 10px;padding:0px;background:url(shadowAlpha.png) no-repeat bottom right !important;background:url(shadow.gif) no-repeat bottom right;}
to
.sig_thumb {float:right;margin:0px 10px 10px 10px;padding:0px;background:url(shadowAlpha.png) no-repeat bottom right !important;background:url(shadow.gif) no-repeat bottom right;}
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
18 years 1 month ago #110
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Re: Direction and Aliging Issue
Oops, forgot that! He, he!! But seems you got the point! :D
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- amir_sadegh
-
- Offline
- New Member
Less
More
- Posts: 1
12 years 6 months ago #111
by amir_sadegh
Replied by amir_sadegh on topic Re: Direction and Aliging Issue
Hi every one!
I have same problem with rtl direction
i can fix it but in one language
my website has 2 languages
one of theme in rtl and another one in ltr
can i change the code so the website can decide to use how to align the images?
i create a template_rtl.css and make this one ready for rtl languages
Thanks
I have same problem with rtl direction
i can fix it but in one language
my website has 2 languages
one of theme in rtl and another one in ltr
can i change the code so the website can decide to use how to align the images?
i create a template_rtl.css and make this one ready for rtl languages
Thanks
Please Log in or Create an account to join the conversation.