Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
WordPress Batman
tagDiv Member

Hello fellow crime fighters,

Open up the functions.php from the child theme and add 1000 priority to the wp_enqueue_scripts action:

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1000);

WordPress Batman
tagDiv Member

Hi,

just change ‘crop’ => array(‘center’, ‘top’), to ‘crop’ => array(‘center’, ‘center’),

so the code would look like this:

td_api_thumb::add('td_1068x580',
array(
'name' => 'td_1068x580',
'width' => 1068,
'height' => 580,
'crop' => array('center', 'center'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Slide - 3 column'
)
)
WordPress Batman
tagDiv Member

comment vc_disable_frontend(); from includes/wp_booster/td_wp_booster_functions.php . That should do it!

*flies away!

Viewing 3 posts - 1 through 3 (of 3 total)