Forum Replies Created
-
AuthorPosts
-
Hi dariofailla,
1. Do you want this at attachment ?
Can you talk more clearly?2.
To hidden 'readmore' and 'date',
Add into the end of yolo.css file:
Readmore:.yolo-blog-posts .posts-layout-timeline article .content-wrap .content-info .content-excerpt a{ display: none; }
Date:
.yolo-blog-posts .posts-layout-timeline article .content-wrap .content-footer p span:first-child{ display: none; }
Hi Weili,
Thank you for using our product!
1. Time table is true, I can't see it wrong
example: English - Ms.Hart, Math - Mr.Fan, Piano - Ms.Mu, Guitar&Violin - Mr Segall ...2. Can you give me a screenshort ?
I see video display good.Thanks!
Hi borge77,
If you have anything, please contact for us.
Thanks!
Hi borge 77,
Please check again follow me:
1. Go to admin: Appearance -> Widgets -> view Shop Sidebar.
2. Appearance -> customizer -> Woocommerce -> Shop page
In Shop layout: there are 3 option
Full-width hasn't sidebar, left-right hasn't sidebar.
In Shop sidebar: choose Shop sidebar3. Save and view shop page
4. If not,
You setting some fields in shop page of customizer again. ex: Shop heading,...
You can see at attachment.Hi marcel,
If you have anything, please contact for us.
Thanks!Hi Marcel,
About your fatal error,
Go to {root}/wp-content/plugins/yolo-canifa-library/admin/vc_extension/map/map.php
At 296 lines:$api_key = yolo_get_option(...);
Change to
$api_key = get_option(...);
Thanks!
Hi Marcel D,
I checked your file, but it isn't the cause.
You can do the below:
1. Go to {root}/wp-content/plugins/yolo-canifa-library/admin/vc_extension/shortcodes/yolo-service.phpRemember, backup this file before doing it.
Replace all by code of yolo_service_shortcode.txt ( attachment )2. Go to {root}/wp-content/themes/yolo-canifa-child/style.css
that mean you must create child-theme: yolo-canifa-child if it hasn't yet.
Add to the end this file code of yolo_service.txtThanks!
Hi Marcel D,
This problem may be overridden by css.
Please upload code to demo your site for me check for you.
Thanks!
Hi Marcel D,
I think this issue caused by override css.
You can compare style our demo with your style.
Reference at the attachment.Or you can create a new page, this page only Yolo Service, check it.
Thanks!
Hi siblings,
You should create and active child-theme for yolo-canifa
1. Go to {root}/wp-content/themes/yolo-canifa-child/layouts/topbar.php and paste code the below into this file. If haven't it, create new.<?php if ( yolo_get_option( 'yolo_header_top_bar', true ) ) : $top_bar_content = yolo_get_option('yolo_top_bar_content',''); $header_top_menu = yolo_get_option( 'yolo_header_top_menu', true ); $login_register = yolo_get_option( 'yolo_top_bar_login', true ); ?> <div class="yolo-topbar"> <div class="topbar-inner container-boxed max"> <div class="yolo-container"> <!-- <div class="col-sm-<?php echo ( ( $login_register ) ? '6' : '12' ); ?>"> --> <div class="topbar-left pull-left"> <?php if(isset($top_bar_content)){ echo yolo_get_option( 'yolo_top_bar_content', '' ); } ?> </div> <!-- --> <?php if( !empty($login_register) ) : ?> <!--
--><div class="topbar-right pull-right"> <?php if ($header_top_menu) { if ( has_nav_menu( 'top-menu' ) ) { wp_nav_menu( array( 'theme_location' => 'top-menu', 'container' => false, 'depth' => 2, 'menu_class' => 'yolo-top-menu hidden-phone', 'fallback_cb' => '' ) ); } } ?> <?php if( !is_user_logged_in() ) : $register_page = YOLO_WOOCOMMERCE_EXIST ? ( wc_get_page_id( 'myaccount' ) ) : wp_registration_url(); $login_page = wp_login_url(yolo_current_url()); if( YOLO_WOOCOMMERCE_EXIST && ( $my_account = get_permalink( wc_get_page_id( 'myaccount' ) ) ) ) { $register_page = $login_page = $my_account; } ?> <a class="login-url" href="<?php echo esc_url($login_page); ?>"><i class="fa fa-sign-in"></i> <?php echo esc_html__('Login', 'yolo-canifa'); ?></a> <a class="register-url" href="<?php echo esc_url($register_page); ?>"><i class="fa fa-key"></i> <?php echo esc_html__('Register', 'yolo-canifa'); ?></a> <?php else : $logout_url = YOLO_WOOCOMMERCE_EXIST ? wp_logout_url( get_permalink( wc_get_page_id( 'myaccount' ) ) ) : wp_logout_url(yolo_current_url()); ?> <a class="logout-url" href="<?php echo esc_url($logout_url); ?>"><i class="fa fa-sign-out"></i> <?php echo esc_html__('Logout', 'yolo-canifa'); ?></a> <?php endif; ?> </div> <!-- --> <?php endif; ?> </div> </div> <!-- /.topbar-inner --> </div> <!-- /.yolo-topbar --> <?php endif; ?>2. Go to {root}/wp-content/themes/yolo-canifa-child/style.css
add at the end this file:.yolo-header .navbar-wrapper .yolo-topbar .topbar-inner .topbar-right ul.yolo-top-menu li:first-child ul.sub-menu{ display: none; } .yolo-header .navbar-wrapper .yolo-topbar .topbar-inner .topbar-right ul.yolo-top-menu li:first-child:hover ul.sub-menu{ display: block; position: absolute; }
Thanks!
Hi siblings,
"Languages" in the top menu to reference position put language. We don't work multi-language.
There are many plugins for this function.
You can reference:
https://wordpress.org/plugins/multilanguage/
https://wordpress.org/plugins/qtranslate-x/Thanks!
Hi martinags,
Thank you very much!----------------
Best regards,
trinhnvHi romanianmike,
Thank you for feedback.
I tested my product on window phone (Nokia Lumia 920) at shop, home, detail page.
I still see ADD TO CART button. You can see at the attachment.
Where is the page you don’t see?Thanks!
Hi martinags,
Maybe I find it.
You can do this:
Go to: {root}/wp-content/themes/yolo-canifa/woocommerce/loop/result-count.php
at 30 lines:ese_html_e( 'Showing the single result', 'yolo-canifa' );
change to:
esc_html_e( 'Showing the single result', 'yolo-canifa' );
If not true, please contact for me.
----------------
Best regards,
trinhnvHi martinags,
Thank you for feedback.
I checked our product, it work. So, please send me link your site, I will check for you soon.Thanks!
-
AuthorPosts
