Hello,
I’m getting a Fatal Error when using https:
Fatal error: Call to undefined function Tonjoo\TOM\tom_https_link() in /httpdocs/wp-content/plugins/tonjoo-theme-option-maker/src/TOMShortcode.php on line 65
Any advice?
]]>Thinks for this great plugin. How can I give editor user rights to add content in ttom options.
]]>I’ve setup some options for an image carousel within my theme TTOM options page and uploaded my images. How would I set a resize option to this for output on the frontend to reduce page load if the user was to upload a really large image.
Currently my code is below, how would I apply an image size to this?
<?php $image_1 = do_shortcode(‘[tom id=”image_1″]’);
if ( ! empty($image_1)) : ?>
<img src=”<?php echo $image_1 ?>” class=”img-responsive” />
<?php endif; ?>
Hello i have work on multisite custom option so this pluign work on multisite network.
Now i have update site setting so generate error and removed all field which i have created.
Please reply us as soon as possible
]]>i have use your plugin i have found new issue on create option for add image then display just attachment id but not display image url.
see hear
Thanks.
\tonjoo-theme-option-maker\src\TOMGenerate.php
line no 605 add media image code not exist: like on 150
if (!empty($val)) {
$image = wp_get_attachment_image_src($val, 'medium');
$src = (is_numeric($val)) ? $image[0] : $val;
$display = '';
} else {
$src = '';
}
]]>