Keyword

errors

  • Rahul Zinta
  • Rahul Zinta's Avatar Topic Author
  • Offline
  • New Member
More
9 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

Please Log in or Create an account to join the conversation.

More
9 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;}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Rahul Zinta
  • Rahul Zinta's Avatar Topic Author
  • Offline
  • New Member
More
9 years 3 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

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 3 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
#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)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum