- Posts: 10
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] unwanted visual artifacts
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.
[Solved] unwanted visual artifacts
- remdesign
- Topic Author
- Offline
- New Member
Less
More
12 years 6 months ago #49170
by remdesign
Replied by remdesign on topic Re: unwanted visual artifacts
Yes, I could!
I sent.
I sent.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 6 months ago #49171
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: unwanted visual artifacts
Could you please resend. I haven't seen anything in my inbox.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- remdesign
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
12 years 6 months ago #49172
by remdesign
Replied by remdesign on topic Re: unwanted visual artifacts
Thank you.
Disabling the boot options has helped, but the second option does not work.
Let us consider the problem solved!
Disabling the boot options has helped, but the second option does not work.
Let us consider the problem solved!
Please Log in or Create an account to join the conversation.
- remdesign
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
12 years 6 months ago #49173
by remdesign
Replied by remdesign on topic Re: unwanted visual artifacts
Not long, I was happy - with a black background squares appeared again! Probably require modification programs, because a simple code change CSS does not help. :(
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 6 months ago #49174
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: unwanted visual artifacts
To solve this just go to plugins/content/jw_sigpro/jw_sigpro/tmpl/Elegant/css/template.css and change this:
ul.sigProElegant li.sigProThumb {
background: none repeat scroll 0 0 transparent !important;
border: medium none !important;
float: left;
margin: 0 1px 1px 0;
padding: 0;
}
to this:
ul.sigProElegant li.sigProThumb {
background: none repeat scroll 0 0 transparent !important;
border: medium none !important;
float: left;
margin: 0 1px 1px 0;
padding: 0;
list-style: none !important;
}
ul.sigProElegant li.sigProThumb {
background: none repeat scroll 0 0 transparent !important;
border: medium none !important;
float: left;
margin: 0 1px 1px 0;
padding: 0;
}
to this:
ul.sigProElegant li.sigProThumb {
background: none repeat scroll 0 0 transparent !important;
border: medium none !important;
float: left;
margin: 0 1px 1px 0;
padding: 0;
list-style: none !important;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- remdesign
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
12 years 6 months ago #49175
by remdesign
Replied by remdesign on topic Re: unwanted visual artifacts
Thanks, Katia!
Was the last square in the lower left corner.
[img][/img]
Was the last square in the lower left corner.
[img][/img]
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 6 months ago #49176
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: unwanted visual artifacts
This is caused by this styling:
ul li {
list-style: square outside none;
}
at typo.css file.
Just add this in your plugins/content/jw_sigpro/jw_sigpro/tmpl/Elegant/css/template.css file in order to override it:
ul.sigProElegant li {
list-style: none outside none !important;
}
ul li {
list-style: square outside none;
}
at typo.css file.
Just add this in your plugins/content/jw_sigpro/jw_sigpro/tmpl/Elegant/css/template.css file in order to override it:
ul.sigProElegant li {
list-style: none outside none !important;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- remdesign
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
12 years 6 months ago #49177
by remdesign
Replied by remdesign on topic Re: unwanted visual artifacts
Thank you very much!
Now working on a black background with no gaps!
Best regards.
Valery
Now working on a black background with no gaps!
Best regards.
Valery
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] unwanted visual artifacts