Keyword
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.

[Solved] remove title.. but keep discription..

  • Ben Frost
  • Ben Frost's Avatar Topic Author
  • Offline
  • New Member
More
13 years 1 month ago - 13 years 1 month ago #46861 by Ben Frost
hello..

is there anyway to display the description and not the title..? I'm using the "Classic" template and loading in a flickr gallery, in which I'm setting rather small thumbnails.. so the text gets in the way a bit.. is there a way to remove the title which overlays the thumbnail...?

or.. is there a way to make the title smaller...? would it be vis css..? and where would that be..?

thanks again

ben..

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

  • Katia
  • Katia's Avatar
  • User
More
13 years 1 month ago - 13 years 1 month ago #46862 by Katia
Replied by Katia on topic Re: remove title.. but keep discription..
Provide me a link to your gallery page please and give an example so as to understand please.

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

  • Ben Frost
  • Ben Frost's Avatar Topic Author
  • Offline
  • New Member
More
13 years 1 month ago #46863 by Ben Frost
Replied by Ben Frost on topic Re: remove title.. but keep discription..
here is my test gallery www.notion-management.co.uk/joomlaTEST/index.php/component/k2/item/16-k2-crt-kiosk

I'd like the title to display either small or not at all... but retaining the description and/or title in the pop up .. if's read from flickr.. is that possible..?

thanks

ben..

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

  • Katia
  • Katia's Avatar
  • User
More
13 years 1 month ago #46864 by Katia
Replied by Katia on topic Re: remove title.. but keep discription..
If you set your parameters to hide captions the will be removed from pop ups too.
But you may hide it via css. Change this in your SIG pro template css file:

l.sigProClassic span.sigProPseudoCaption, ul.sigProClassic span.sigProCaption {
    bottom: 0;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    padding: 2px 4px;
    position: absolute;
    right: 0;
    text-align: center;
}
to this:
l.sigProClassic span.sigProPseudoCaption, ul.sigProClassic span.sigProCaption {
    bottom: 0;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    padding: 2px 4px;
    position: absolute;
    right: 0;
    text-align: center;
}

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

  • Ben Frost
  • Ben Frost's Avatar Topic Author
  • Offline
  • New Member
More
13 years 1 month ago #46865 by Ben Frost
Replied by Ben Frost on topic Re: remove title.. but keep discription..
great thanks.. now I know where to look.. I can fix a few thinks specific to my requirements. (new to this) :)

thank you..

ben..

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

  • Katia
  • Katia's Avatar
  • User
More
13 years 1 month ago #46866 by Katia
You are welcome!

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


Powered by Kunena Forum