nellpour
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Changing Default Product Image SizeThanks Kevin!
Sometimes a larger image is not available but if the height of the image was lower than 600 px the images would look fine.
Is there anyway we can change the default setting?
I can send you the screen shot of the current custom image setting showing 300×300 Uncropped…not sure if we change the dimensions from here.
Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the bannerOk Sure!
Thank you so much again for all your help on this!
Forum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the banneryou mean we should leave it as is or we can increase the header size?
Thanks!
- This reply was modified 6 years, 8 months ago by nellpour.
Forum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the bannerOk…I just assigned the menu to the “mobile navigation” and it’s showing on my mobile but it doesn’t seem right…shouldn’t it be showing like what we have on our website?
Thanks,
Forum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the bannerHow do i assign the mobile menu in Appearance> Menus?
i don’t see any “mobile menu” to assign…
you mean actually adding a new menu as “mobile menu”?
Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the bannerForum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the bannerI also add it to:
Appearance ===> customize ===> additional CSS
but still i don’t see the change from my end.
Forum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the bannercan i send a screen shot?
Right at the beginning of the CSS file, there is a line which was there before adding the new set of codes.
.posted-on {display:none;}
Is this making any difference or it should/can be there?
Thanks,
Forum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the bannerIt’s there…yes I cleared all the caches after that.
That’s what I have in my CSS Custom:
.posted-on {display:none;}
@media (max-width: 340px) {
div#topbar {
margin-top: 100px;
}
}@media (max-width: 439px) {
div#topbar {
margin-top: 90px;
}
}@media (min-width: 440px) and (max-width: 667px) {
div#topbar {
margin-top: 70px;
}
}@media (min-width: 667px) and (max-width: 992px) {
div#topbar {
margin-top: 54px;
}
}Thanks,
Forum: Themes and Templates
In reply to: [Virtue] Mobile menu is hidden behind the bannerHi Kevin,
Thanks for your reply. I just added the codes but it didn’t make the change. Is there any other setting I should be checking?
Thanks!
Forum: Themes and Templates
In reply to: [Virtue] New products not showing for peopleThank you so much! It worked!!!
I added those lines to CSS custom and it solved the issue!
Big Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Shopping cart not working properlyI could resolve the issue.
I’m using Shopify’s Buy Button. I had to recreate the Buy Buttons for all the products which the cart was not working for. Seems there was difference in codes between old and new Buy Buttons. Lots of time spent but it worked at last.
Thanks again!
Forum: Themes and Templates
In reply to: [Virtue] New products not showing for peopleThanks for your confirmation!
Forum: Themes and Templates
In reply to: [Virtue] New products not showing for peopleI need to try these solutions at some other time. If something goes wrong, the whole Shop tab becomes inaccessible.
So just to be sure adding these lines in css custom should give us the result:
either: pointer-events: none
or: li.menu-shop.sf-dropdown > a { pointer-events: none; }I will let you know about the output in a few days.
Thank you so much for all your help!
Forum: Themes and Templates
In reply to: [Virtue] New products not showing for peopleThanks Kevin!
So you mean go to Appearance —> menu —> Shop —-> Navigation label —> adding # before “Shop” name…
am I correct?