Remove filename from image dispay

Phoca Gallery - image gallery extension
MikeBrice
Phoca Member
Phoca Member
Posts: 11
Joined: 02 Feb 2017, 11:03

Remove filename from image dispay

Post by MikeBrice »

I am using the following Phoca components with Joomla V3.8.1

Phoca Gallery Component V4.3.6
Phoca Gallery Button Plugin Plugin V4.2.1
Phoca Gallery Image Module Module V4.3.5
Phoca Gallery Plugin Plugin V4.3.4

I use the following command in my article

{phocagallery view=category|categoryid=39| limitstart=0| limitcount=1|float=left!namenumchar=0}

I see the set of images embedded in my article, Good. I click on the first image and I now see this image in a pop-up window, Good. I have the buttons at the bottom to manage the slideshow, Good. I also have the filename of the image at the top, Bad.

How can i suppress the display of the filename ?

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Remove filename from image dispay

Post by Jan »

Hi, can you paste a screenshot what you exactly mean?

Jan
If you find Phoca extensions useful, please support the project
MikeBrice
Phoca Member
Phoca Member
Posts: 11
Joined: 02 Feb 2017, 11:03

Re: Remove filename from image dispay

Post by MikeBrice »

Can you please provide details as to how I can Paste a screenshot into this tool as I cannot find a command to do so or an option to attach a file.

Ignore this, I have read the Forum rules and saw how to provide access to an iamge, so please use this URL:

http://test.bourbonne.com/images/PhocaImageIssue.jpg
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Remove filename from image dispay

Post by christine »

Hi Mike,

acc. the screenshot, it's Detail-View: Shadowbox (Image Only). I found your URL, but not mentioned image :-)

Try following: Add Code at the end of your position.css

Code: Select all

#sb-title-inner {
display:none;	
}
Kind regards, Christine
MikeBrice
Phoca Member
Phoca Member
Posts: 11
Joined: 02 Feb 2017, 11:03

Re: Remove filename from image dispay

Post by MikeBrice »

I am not sure what you do or do not see. I believe the URL takes you a screenshot image that shows the first image of the slideshow, and the word above the image is the filename I wish not to display, in this case jumelage1.

However, your suggestion to add the code item to the position.css file was spot on and has achieved exactly what I wanted, so many thanks for that.

Regards
Mike Brice
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Remove filename from image dispay

Post by christine »

Hi Mike Brice,

fine, that the CSS solution could help to remove the file-name. Thanks for your feedback.

Kind regards, Christine
Post Reply