Forum Replies Created
-
AuthorPosts
-
7 years, 7 months ago in reply to: MOBILE/IPAD HEADER make transparent and move up view under. #16207
Hi,
I try to remove the cached and update the style.css of Child Theme.
Please reload your site and check again.
Thanks.
Hi,
- Theme Options: this is the general setting for all theme.
- Page Options: this is the options for each page.
The options in "Page Options" will be preferred over Theme Options.
You can view the attachment to clarify.
Thanks.
Hi,
You can add these lines to Custom CSS or the style.css of Child Theme.
.upsells .owl-nav div,.cross-sells .owl-nav div {
position: absolute;
top: 50%;
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 44px;
width: 44px;
padding: 0;
background-color: rgba(128, 128, 128, 0.5);
text-align: center;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.upsells .owl-nav div i,.cross-sells .owl-nav div i {
font-size: 24px;
color: #fff;
line-height: 44px;
}
.upsells .owl-nav div:hover,.cross-sells .owl-nav div:hover {
background-color: #4c7e6f;
}
.upsells .owl-nav .owl-prev,.cross-sells .owl-nav .owl-prev {
left: -10px;
}
.upsells .owl-nav .owl-next,.cross-sells .owl-nav .owl-next {
right: -10px;
}
Thanks.
Hi,
Please send me link your site. I will help you check.
Thanks.
Yes, we will update this issue in the next version.
Thanks.
Ok,
Thanks for your feedback. We will update this in the next version.
Sorry for the late response.
You go to the HomePage and check Page Options -> Page Header:
Thanks.
Sorry for the late response.
Your site used quite a lot of pictures, you should optimize these images.
You should replace or use the Photoshop software to reduce the size of the image.
Hi,
You need to back up this file because this customize will lose when you update new version.
Hi,
I have changed some lines in search-popup.php and search-popup-error.php. You can reload your site and check again.
You should backup this file or use the Child Theme for this change because this customize will lose when you update new version.
Thanks.
7 years, 7 months ago in reply to: please explain how to remove it? training skill, feedback, review of the teacher #16184Hi,
You can add these lines to Custom CSS or the style.css of Child Theme.
.yolo-single-teacher .skills-wrapper,
.yolo-single-teacher .testimonials-wrapper,
.yolo-single-teacher .feedback {
display: none;
}
Thanks.
7 years, 7 months ago in reply to: MOBILE/IPAD HEADER make transparent and move up view under. #16183Hi,
You can try with these lines:
@media(max-width:991px){
header.yolo-mobile-header .yolo-mobile-header-wrapper {
/* background-color: #f06757; */
background-color: rgba(255, 255, 255, 0.0) !important;
position: absolute;
z-index: 3;
}
}
Hi,
Currently, I can't login your site.
I'm not sure this problem. You can try to remove each plugin to check the cause of the problem.
If the problem still exists, please active the default WordPress Theme to check for Behealth theme.
Hope to get feedback from you soon.
Thanks
Hi,
You can use the dev tool of Chrome (F12) -> Console tab and send me a screenshot if you found the jquery error.
If possible, please send me link portfolio related, I will help you check.
Thanks.
Hi,
You can add this function to the functions.php of Child Theme.
function yolo_change_portfolio_object_label() {
global $wp_post_types;
$labels = &$wp_post_types['yolo_portfolio']->labels;
$labels->name = 'Product';
}
add_action( 'init', 'yolo_change_portfolio_object_label', 99 );
-
AuthorPosts
