Homepage › Forum › Product Support › BeHealth › Event information
Tagged: event calendar, events
- This topic has 15 replies, 3 voices, and was last updated 8 years, 4 months ago by
Tracy Bui.
-
AuthorPosts
-
8 years, 5 months ago #10728
Hello,
I am writing, because the pages reject an option to put two "Yolo Event" widgets in one page. The result is simply a lagged/white page.
I have illustrated the problem with the two (backend, frontend) images.
Do You have a solution/ideas for this?
Thank You!
Regards,
Edgars8 years, 5 months ago #10752Hi,
Thanks for contacting us.
Make sure that you have the events on your website.
And please give us your website's URL and admin account privately via checking Set as private reply checkbox.
We will check this issue for you soon.
Best Regards,
Tracy
8 years, 4 months ago #10830This reply has been marked as private.8 years, 4 months ago #10841Hi.
Thank you for feedback us.
Your site still under construct, we don't see any thing. We also check our theme again and found that issue with that shortcode, if you not insert excerpt length, it will show the error.
To fix that issue, please replace the file at direction by my attach file, maybe can help you fix that issue.
wp-content/plugins/behealth-framework/includes/shortcodes/events-show/templates/grid.php
Please check it and let us know again.
Thank you.
Jackie.
8 years, 4 months ago #10912Dear Jackie,
Thank You for Your support and the file!
I downloaded and placed the file in the directory You specified. But it still did not fix the issue.I apologize for mixing the site in the last post. The problem is in this page: http://zikurats.lv/zikurats/
When, through Visual Composer, I am putting two "Yolo Events" elements, the site goes blank. As it can be seen in the link above.Regards,
Edgars8 years, 4 months ago #10940Hi Again.
Can you give us your site admin, FTP account?
We need to access your site and debug that issue.
Thank you.
Jackie.
8 years, 4 months ago #11160This reply has been marked as private.8 years, 4 months ago #11161This reply has been marked as private.8 years, 4 months ago #11232Hello,
Are there any news regarding this issue?
Regards,
Edgars8 years, 4 months ago #11233Hi again, Edgars
Thanks for your feedback.
1> We have got access to your website then added Yolo Event shortcode to check, it still works fine.
Please see this link: http://zikurats.lv/test-yolo-event-shortcode/
2> We found on your website, you configured the background color of sticky is white. See this image http://imgur.com/a/2ZiVd
You can add this Custom CSS segment to remove this:
.yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-inherit.sticky-on{background-color:#4B494D !important;}
3> It depends on your logo height, you can decrease logo height to help.
4> Please give us your contact us page link directly, we don't understand your question clearly.
5> We still have yellow color when hover or click on Galerija menu. Please see this image: http://imgur.com/a/E6blY
6> Please use this Custom CSS segment on Theme Options > Custom CSS& Script > Custom CSS to hide:
.textwidget .event-infor-line:nth-child(4){display:none;}
.textwidget .event-infor-line:nth-child(5){display:none;}
.textwidget .event-infor-line:nth-child(6){display:none;}
Please check, then feedback us.
Best Regards,
Tracy
8 years, 4 months ago #11243This reply has been marked as private.8 years, 4 months ago #11293Hi again,
Thanks for getting back to us and We are really so sorry for late response. We had a holiday with National Day in my country.
For your question:
1> Please try to update the latest version of our theme to get rid of this issue. Don't forget to backup all customization file before updating.
2- Ok
3> You can use this Custom CSS segment to fix this issue:
header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li > a:before{border:none !important;}
4> Because your logo have margin-top/left/right/bottom as this image http://prntscr.com/gh7a8s
You can use the Photoshop tool to design again your logo which doesn't have margin-top/left-right/bottom in this logo. Your logo will be displayed larger on your website.
5> Please use this Custom CSS segment to increase the font-size of placeholder:
::-webkit-input-placeholder {
font-size: 18px !important;
}
6> You can go to Appearance > Menus to see. Because the TELPU NOMA in the main menu and TELPU NOMA in the sub menu have the same link http://prntscr.com/gh7d7x so you meet the issue as your description.
Please check, then feedback us.
Best Regards,
Tracy
8 years, 4 months ago #11330This reply has been marked as private.8 years, 4 months ago #11374Hello,
Are there any news?
Regards,
Edgars8 years, 4 months ago #11386Hi 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
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.
