Page 1 of 1

Remove filename from image dispay

Posted: 27 Oct 2017, 08:26
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 ?

Re: Remove filename from image dispay

Posted: 30 Oct 2017, 00:31
by Jan
Hi, can you paste a screenshot what you exactly mean?

Jan

Re: Remove filename from image dispay

Posted: 30 Oct 2017, 08:40
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

Re: Remove filename from image dispay

Posted: 30 Oct 2017, 11:21
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

Re: Remove filename from image dispay

Posted: 30 Oct 2017, 11:38
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

Re: Remove filename from image dispay

Posted: 30 Oct 2017, 11:56
by christine
Hi Mike Brice,

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

Kind regards, Christine