How can I modify image sizes for the iOS Slider

Posted in: Newspaper
Post count: 8

Hi!

I’m trying to modify the Desktop, Tablet and Mobile sizes for the images on the iOS slider.

I tried modifying the file Newspaper-child/includes/td_module_slide.php Line 35

From
$buffy .= $this->get_image('td_1068x580);
To
$buffy .= $this->get_image('td_1250x580');

However it throws this error on the frontend:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_1250x580 is not set.
/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

Tried to find the function to register it on td_api.php but could not find it.

Thanks!

Post count: 22421

Hello,

This is because the code does not use the image as you want to implement it. The images sizes are created like mentioned in the theme api: https://forum.tagdiv.com/td_api_thumbupdate/

If you do not have the coding skills necessary to modify the thumbs you will have to hire a freelancer to help out as we cannot offer any custom work at the moment.

Thank you!

Post count: 8

Thanks! Using the Theme API I was able to do this.

Regards!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.