vikrantmca
Forum Replies Created
-
Hi Tobias,
Thanks for your support.
Regards,
VikrantHi Tobias,
I have increased the memory limit & it is working now But this page load really very slow. Can you help me in this?
Thanks,
VikrantI am getting the following error:
Fatal error: Maximum execution time of 30 seconds exceeded in /home5/maharas1/public_html/Indianews/wp-content/plugins/tablepress/classes/class-render.php on line 896The other pages that uses the another table work fine. You can check it at https://www.indianewsonweb.com/isd-codes/
Hi Tobias,
When I tried to access the page where I have placed shortcode [table id=2 /] the page got blank. You can check it at https://www.indianewsonweb.com/postal-codes/
Thanks,
VikrantI have used the folllowing code and its works fine for me.
$thumb2 = new MultiPostThumbnails(
array(
‘label’ => ‘IInd Image’,
‘id’ => ‘image2’,
‘post_type’ => ‘post’
)
);
add_image_size(‘post-image2-thumbnail’, 260, 195, true);$thumb3 = new MultiPostThumbnails(array(
‘label’ => ‘IIIrd Image’,
‘id’ => ‘image3’,
‘post_type’ => ‘post’
)
);
add_image_size(‘post-image3-thumbnail’, 260, 195, true);
$thumb4 = new MultiPostThumbnails(array(
‘label’ => ‘IVth Image’,
‘id’ => ‘image4’,
‘post_type’ => ‘post’
)
);
add_image_size(‘post-image4-thumbnail’, 260, 195, true);
$thumb5 = new MultiPostThumbnails(array(
‘label’ => ‘Vth Image’,
‘id’ => ‘image5’,
‘post_type’ => ‘post’
)
);
add_image_size(‘post-image5-thumbnail’, 260, 195, true);
$thumb6 = new MultiPostThumbnails(array(
‘label’ => ‘VIth Image’,
‘id’ => ‘image6’,
‘post_type’ => ‘post’
)
);
add_image_size(‘post-image6-thumbnail’, 260, 195, true);
$thumb7 = new MultiPostThumbnails(array(
‘label’ => ‘VIIth Image’,
‘id’ => ‘image7’,
‘post_type’ => ‘post’
)
);
add_image_size(‘post-image7-thumbnail’, 260, 195, true);
$thumb8 = new MultiPostThumbnails(array(
‘label’ => ‘VIIIth Image’,
‘id’ => ‘image8’,
‘post_type’ => ‘post’
)
);
add_image_size(‘post-image8-thumbnail’, 260, 195, true);