-
Anve S. replied to the question Mobile Layout Issue in the forum Social MarketPlace 8 years, 10 months ago
Hi @lshijie,
Apologies for the delayed response.Please place the following css as a fix to it . In our theme we do not have this issue . Also try deactivating and activating plugins one by one . Some plugin might be conflicting.
[Read more]
@media screen and (max-width:1024px){
.home-page #primary {
padding-left: 15px;
padding-right:… -
Anve S. replied to the question Cart Checkout Page in the forum Social MarketPlace 8 years, 10 months ago
That’s great 🙂 @lshijie
-
Anve S. replied to the question Cart Checkout Page in the forum Social MarketPlace 8 years, 10 months ago
Hi ,
Try applying the following js code in onesocial settings -> codes -> JS.
[Read more]
jQuery( document ).ready( function(){
var createAC = jQuery('.form-row.create-account');
var create_account = jQuery('.create-account');
jQuery('.woocommerce-billing-fields.col2-set').prepend(create_account);… -
Anve S. replied to the question Cart Checkout Page in the forum Social MarketPlace 8 years, 10 months ago
HI @lshijie,
Please apply the following css to rectify ‘create an account ‘ problem from your site in child theme’s custom css option.
.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields .create-account {
float: left;
}
Regards
Anve -
Anve S. replied to the question Left user button/icon missing in mobile view when not logged in in the forum Social MarketPlace 8 years, 10 months ago
Hi @lshijie,
Great ,I will close the topic now..If you have other concern, create a new topic…. we will be more than happy to assist you.
Regards
Anve -
Anve S. replied to the question 'Shop' Page Header Different From Demo in the forum Social MarketPlace 8 years, 10 months ago
-
Anve S. replied to the question Sales Tax in the forum Social MarketPlace 8 years, 10 months ago
-
Anve S. replied to the question Left user button/icon missing in mobile view when not logged in in the forum Social MarketPlace 8 years, 10 months ago
Hi @lshijie,
Go to Settings > Buddypress > options . Enable show toolbar to logged out users for login option in mobile for logged out users.
Add following css in child theme custom css .
[Read more]
@media screen and (max-width:480px){
.bb-slide .boss-slide-img {
height: 100% !important;
}
.slick-list.draggable {
height: 140px… -
Anve S. replied to the question Reviews section elements are overlapping in the forum Social MarketPlace 8 years, 10 months ago
Hi @lshijie,
Great 🙂