Search…

X3 Photo Gallery Support Forums

Search…
 
aokman
Topic Author
Posts: 8
Joined: 15 Sep 2012, 04:08

Hiding Folder Title

21 Apr 2014, 07:01

Hello again everyone!

Have decided to start revamping my theme and want to disable the folder name on the intro page. Now I know this has been covered numerous times but it always seems to relate to filemod method? I am trying to do it under "use as folder".

I have tried adding parameters title=false, text=false, image.text.text1.enabled=false

Nothing seems to work on my gallery unless its used in filemod mode however I want to tile my images. Any help would be great!

Gallery Link:

http://www.epicphotos.com.au/gallery/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Hiding Folder Title

21 Apr 2014, 10:33

It seems you have set parameters "title=false text=false " (including the spaces). Try to set ONLY text=false in the parameters field.
 
aokman
Topic Author
Posts: 8
Joined: 15 Sep 2012, 04:08

Re: Hiding Folder Title

21 Apr 2014, 17:31

Hi,

I have put it back to one (title=false) (I tried this first as I was playing around with variations) and still no luck :(
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Hiding Folder Title

21 Apr 2014, 23:25

Problem is, you have an empty space after: "text=false " ... How can I see that? I can see it here:
http://www.epicphotos.com.au/gallery/?a ... th=/start/

This is quite important, because when Imagevue tried to read parameters, it will read "false " which is not the same as false.
 
aokman
Topic Author
Posts: 8
Joined: 15 Sep 2012, 04:08

Re: Hiding Folder Title

22 Apr 2014, 01:27

Hi, it wasn't showing a space in the parameters field however I retyped it anyway and I cant see any space in code now using the link you posted. Unfortunately the title is still there though :( I know it works with other modes but for some reason it refuses to work with Folder
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Hiding Folder Title

22 Apr 2014, 02:29

sorry to be insistent, but now it says "title=false", it should be "text=false" ...
 
aokman
Topic Author
Posts: 8
Joined: 15 Sep 2012, 04:08

Re: Hiding Folder Title

22 Apr 2014, 04:03

sorry i put it back to text=false, still the same :(
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Hiding Folder Title

23 Apr 2014, 02:06

Hmm, for some reason I had the idea that you were using a filemod on your startpage, but that is a plain gallery layout ... Then you need to use specific params in the parameters field:
Code
image.text.text1.enabled=false
The text=false is one of a few shortcut settings only available for the filemod module.
 
aokman
Topic Author
Posts: 8
Joined: 15 Sep 2012, 04:08

Re: Hiding Folder Title

24 Apr 2014, 03:52

Thanks for your help, I figured out what I needed to do by just disabling everything till I found it... It wasn't actually related to that area

For anyone else who is wondering:


Settings > Thumbnails > Thumbnails > Text > Disable all checkboxes

That code you mentioned doesn't seem to have any effect on it :)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Hiding Folder Title

24 Apr 2014, 11:34

Woops, my fault ... you are right, I was referring to disabling text for images, not thumbnails. You can still disable that text with folder parameters for only a single folder similar to what I added previously ...