Regarding et_new_thumb_resize
-
Hello,
I use a Theme that uses et_new_thumb_resize in connection with thumb-creations.
It seems like I had to comment that row away, so from this:
<?php echo et_new_thumb_resize( et_multisite_thumbnail($custom["thumbs"][$i]), 298, 226 ); ?>
to this:
<?php //echo et_new_thumb_resize( et_multisite_thumbnail($custom[“thumbs”][$i]), 298, 226 ); ?>Is there a way not to modify my theme?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Regarding et_new_thumb_resize’ is closed to new replies.