Member
Member
stevenew   09-12-2012, 18:53
#1

Hi,

I know the thumb size of images is greyed out in the zenpage theme in admin/options/theme with a default size of 95 and you can edit themeoptions.php to change this. But when duplicating the zenpage theme the default greyed out thumb size in admin/options/theme is 100 and editing the duplicate themeoptions.php does not change the default 100 value - strange. I also see in this duplicate the default image size changes from 580 to 595.

I have tried deleting the duplicate and duplicating it again it again but it happens every time.

Thanks

Steve

Administrator
Administrator
acrylian   09-12-2012, 19:04
#2

The Zenpage theme has that option disabled for layout reasons since album thumbs and image thumbs are tied together. The album thumbs are set to a fixed size in this theme.

When you modify it the theme name is different thus no graying out. You will have to modify the theme.

Member
Member
stevenew   09-12-2012, 19:12
#3

Hi,

When I duplicated the zenpage theme I gave it a different name for example zenpage_2 or custom_zenpage and then activated the duplicated theme but the thumb size & image size are still greyed out in duplicates theme options.

Steve

Administrator
Administrator
acrylian   09-12-2012, 19:20
#4

Yes, because you did not rename the option names. As said you have to modify the theme which means the options as well in this case.

Member
Member
stevenew   09-12-2012, 19:42
#5

Do you mean rename the theme references in themeoption.php? for example:

setThemeOption('thumb_size',95, NULL, 'zenpage');

to setThemeOption('thumb_size',128, NULL, 'zenpage_2');

Administrator
Administrator
acrylian   09-12-2012, 20:11
#6

Yep.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.