- Posts: 10
COMMUNITY FORUM
errors
- Rahul Zinta
-
Topic Author
- Offline
- New Member
Less
More
10 years 4 months ago #135339
by Rahul Zinta
errors was created by Rahul Zinta
Hi,
i use simple image gallery plugin here
bollywoodbook.in/posters/neha-dhupia-dons-the-coverpage-of-femina-india-magazine-december-2014-edition
there seems a right tick icon on the left side of every image which makes it look wierd
how to remove it
i use simple image gallery plugin here
bollywoodbook.in/posters/neha-dhupia-dons-the-coverpage-of-femina-india-magazine-december-2014-edition
there seems a right tick icon on the left side of every image which makes it look wierd
how to remove it
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 4 months ago #135350
by Lefteris
Replied by Lefteris on topic errors
Hi. It's your template that is adding this mark to all li elements of your site. Try the following CSS code:
li.sigFreeThumb { background: none !important;}
Please Log in or Create an account to join the conversation.
- Rahul Zinta
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 10
10 years 4 months ago #135679
by Rahul Zinta
Replied by Rahul Zinta on topic errors
this doesn't works for me
li.sigFreeThumb { background: none !important;}
now if u check bollywoodbook.in/posters/salman-khan-shines-on-the-coverpage-of-forbes-india-magazine-2014-december-issue
when the cursor is taken to image there's tool tip - click to enlarge image salmankhan forbes.jpg and you are viewing the image with filename salmankhan forbes.jpg
salmankhan forbes.jpg must be removed and you are viewing the image with filename , the file extension .jpg must be removed
how to achieve this, plz help
li.sigFreeThumb { background: none !important;}
now if u check bollywoodbook.in/posters/salman-khan-shines-on-the-coverpage-of-forbes-india-magazine-2014-december-issue
when the cursor is taken to image there's tool tip - click to enlarge image salmankhan forbes.jpg and you are viewing the image with filename salmankhan forbes.jpg
salmankhan forbes.jpg must be removed and you are viewing the image with filename , the file extension .jpg must be removed
how to achieve this, plz help
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 4 months ago #135768
by Krikor Boghossian
Replied by Krikor Boghossian on topic errors
Your template is using a lot of !important which is bad practise and overrides all other styles.
You can either remove these important attributes or use this snippet
As for the title, you can change the link's the ( <a> tag) title attribute and remove the filename.
Info on overriding this extension can be found here: www.joomlaworks.net/support/docs/simple-image-gallery (MVC TEMPLATING: THE POWER TO CUSTOMIZE YOUR GALLERY LAYOUT)
You can either remove these important attributes or use this snippet
#k2Container .itemFullText ul.sigFreeContainer li.sigFreeThumb { background: none !important;}
As for the title, you can change the link's the ( <a> tag) title attribute and remove the filename.
Info on overriding this extension can be found here: www.joomlaworks.net/support/docs/simple-image-gallery (MVC TEMPLATING: THE POWER TO CUSTOMIZE YOUR GALLERY LAYOUT)
Please Log in or Create an account to join the conversation.