Forum Replies Created
-
AuthorPosts
-
9toy
MemberSuper!! -> Trick (refresh browser)
9toy
Member#1 Okay
#2 Want to split into 4 column, same above picture?

9toy
MemberSuper!
Thank you so much.
9toy
MemberFor me, it is still a problem. How do I solve this problem?
Where would I put this code in file?./plugins/woocommerce/assets/css/woocommerce.css
or
./plugins/woocommerce/assets/css/woocommerce-smallscreen.css
or
./plugins/woocommerce/assets/css/woocommerce-layout.css9Toy
9toy
MemberThank you so much.
this code work for me.
.page-inner-title{ display: none; }Best regards,
9TOY9toy
MemberSuper!!
Thank you so much. for quick support
Best regards,
9Toy9toy
MemberExcellent,
I used this code (below), and I have more questions
1. I want to move one line up on the main menu.
2. I want to delete underline on the main menu, I try to follow this code (http://themepalace.com/topic/how-to-remove-underline/), but not work.

CSS code :
} .contact-num { float: right; padding-top: 0px; padding-right: 34px; } .contact-num a.call-us { color: #FFFFFF !important; }Thanks
9TOY9toy
MemberHi,
Okay it work, but can’t fixed position to top and i need change color to white. Pls see picture below.

Thanks
9Toy9toy
Membermy test website -> http://web4thai.com
9toy
MemberHi,
This problem I have been resolved.
Thanks
9Toy9toy
MemberHi,
This problem I have been resolved.Thanks
9Toy9toy
MemberDear all
Now, I can solve this problem myself (without create child theme or hooks files) by installing free plugin “WooCommerce Menu Cart”
Note:
This problem I have been resolved.Thanks
9Toy9toy
MemberNot works , It would be hard for me. Can you remote support for this case?
9toy
MemberHi, Again
How to add WP domain search code , I need to insert over “OUR SERVICE” label?
eg.
Search Domain -> (label)
WP Domain search code -> (Button)OUR SERVICE -> (label)
Best regards,
9Toy
9toy
Member=-=-=-= my header.php file in child theme =-=-=-=
Line 252 <nav id=”site-navigation” class=”main-navigation” role=”navigation”>
Line 253 <button class=”menu-toggle” aria-controls=”primary-menu” aria-expanded=”false”><i class=”fa fa-bars”></i></button>
Line 254 <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_id’ => ‘primary-menu’ ) ); ?>
Line 255 </nav>Where is line to insert below code?
<?php if ( in_array( ‘woocommerce/woocommerce.php’, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’ ) ) ) ) {$count = WC()->cart->cart_contents_count; ?>cart->get_cart_url(); ?>” title=”<?php _e( ‘View your shopping cart’ ); ?>”><?php if ( $count > 0 ) echo ‘(‘ . $count . ‘)’; ?><?php } ?>
-
AuthorPosts





