- Posts: 8
- Thank you received: 0
Discussion about Hot Spinner Joomla module.
double images and text at the bottom of the page
-
webbiene
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17697
by webbiene
double images and text at the bottom of the page was created by webbiene
hello dear hot joomla team,
so i put your hot spinner on my frontpage from the side www.salesgroup21.de (you have seeen it), i loaded the module on a position, which does not exist an putet the plugin "loadmodule" in a content with this position. Thats how to do a modul in a content, so i learned it. do you think, that is wrong?
And also i have a static image and rounded image, both are flying arround, but when i put one of it away, the module does not work anymore. but i want to have just one item of it in the spinner on the frontpage. so what can i do?
so i put your hot spinner on my frontpage from the side www.salesgroup21.de (you have seeen it), i loaded the module on a position, which does not exist an putet the plugin "loadmodule" in a content with this position. Thats how to do a modul in a content, so i learned it. do you think, that is wrong?
And also i have a static image and rounded image, both are flying arround, but when i put one of it away, the module does not work anymore. but i want to have just one item of it in the spinner on the frontpage. so what can i do?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17703
by ivan.milic
Replied by ivan.milic on topic Re: double images and text at the bottom of the page
I think that is also related to problem in other thread . Some strand jquery reference you have inside body section at the end. Solve that if you can not send access I I described in that thread.
Please Log in to join the conversation.
-
webbiene
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 7 months ago #17714
by webbiene
Replied by webbiene on topic Re: double images and text at the bottom of the page
hello Ivan,
no it seems like it would be there, but i deleted all scripts from my site. its only the link you see. so, that cant be the reason i think.
no it seems like it would be there, but i deleted all scripts from my site. its only the link you see. so, that cant be the reason i think.
Please Log in to join the conversation.
-
webbiene
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 7 months ago #17715
by webbiene
Replied by webbiene on topic Re: double images and text at the bottom of the page
maybe you want have a look into my site?
Than i can give you some data.
Thanks for help!
Than i can give you some data.
Thanks for help!
Please Log in to join the conversation.
-
webbiene
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 7 months ago - 12 years 7 months ago #17722
by webbiene
Replied by webbiene on topic Re: double images and text at the bottom of the page
ok, so i used another template and it works!
but i dont know, why.
Anyway, thanks for help!
but i dont know, why.
Anyway, thanks for help!
Last edit: 12 years 7 months ago by webbiene.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #17723
by ivan.milic
Replied by ivan.milic on topic Re: double images and text at the bottom of the page
Ok spinner is working, do I understand you correctly you want to round images now , if yes add this to template_css.css:
Code:
#container IMG,#container canvas { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
#container IMG,#container canvas { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
#container IMG,#container canvas { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
#container IMG,#container canvas { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
Please Log in to join the conversation.
Time to create page: 0.107 seconds