This topic is: not resolved
- This topic has 15 replies, 3 voices, and was last updated 8 years, 4 months ago by .
You must be logged in and have valid license to reply to this topic.
Homepage › Forum › Product Support › BeHealth › Event information
Tagged: event calendar, events
Hi again,
Thanks for getting back to us and We are so sorry for late response.
1> Please go to {root}/wp-content/plugins/behealth-framework/includes/shortcodes/events-show/templates/gird.php then add this Custtom CSS segment to fix:
if ( ! function_exists( 'excerpt_event' ) ) :
function excerpt_event($limit, $content) {
$excerpt = explode(' ', $content, $limit);
if (count($excerpt)>=$limit) {
array_pop($excerpt);
$excerpt = implode(" ",$excerpt).'...';
} else {
$excerpt = implode(" ",$excerpt);
}
$excerpt = preg_replace('\[[^\]]*\]','',$excerpt);
return $excerpt;
}
endif;
as the image attachment.
2> We helped you to add this Custom CSS segment to fix the issue of Sticky Logo:
@media screen and (min-width: 992px) {
header.yolo-main-header .yolo-header-nav-wrapper.sticky-on .yolo-main-menu > li > a:before {
top: 40px;
}
}
3> We think you should use this Custom CSS to make the logo is larger:
header.header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo > a img{height:130px !important;}
4> For your question 4,5 we need more time to check, we will feedback you soon.
In addition, checking your website, we see that you are using the older version of theme https://prnt.sc/giliqh
Please update the latest version to help your speed is faster. Don't forget to backup all customization files or use child theme.
Thanks.
Tracy
You must be logged in and have valid license to reply to this topic.
