Digital experiences for all disciplines
Forum Replies Created
-
-
Any word on this?
Btw, I see someone else had this problem with Atelier on June 5th: http://www.swiftideas.com/forums/topic/close-meta-options-on-the-product-page/
It wasn’t resolved apparently, the person was told to use CSS to hide it.
This reply has been marked as private.As I wrote in my first sentence
Checking/unchecking “Product Meta” in the Screen Options has no effect
Ah, sorry! Back end. The product editing page.
Got it! Better WordPress Minify was the culprit. Sorry to bug!
Actually, country dropdown isn’t working either, just blank for both
Thanks! I thought it was just the thread on this forum. Much appreciated.
Lol, first one…the YITH Wishlist. Thanks, I’m a dork for not doing that first. (wish the wishlist wasn’t broken but oh well)
HELP! Apparently I’ve been having this same problem for a few days, no one can checkout unless they’re logged into an account. It’s says [object Object] where the order info should be.
I installed the HTTPS plugin noted above but no difference.
November 27, 2014 at 1:51 pm in reply to: Spacing options in header after update 2.0 disappeared #131740This reply has been marked as private.November 27, 2014 at 5:07 am in reply to: Spacing options in header after update 2.0 disappeared #131544This might help anyone with excess vertical space, I posted it in the thread I started today and have marked as “resolved”. The numbers will need to be adjusted to suit, but these 3 elements did the trick for me (in particular the first 2, the third one was to center my nav menu vertically):
#header-section.header-4 #logo > a.logo-link, #header-section.header-5 #logo > a.logo-link {
height: auto;
}
#header-section.header-4 {
margin-top: -15px;
margin-bottom: -20px;
z-index: auto;
}#header-section.header-4 #header nav#main-navigation ul.menu > li, #header-section.header-5 #header nav#main-navigation ul.menu > li, #header-section.header-4 .header-right nav ul.menu > li, #header-section.header-5 .header-left nav ul.menu > li {
line-height: 100px;
}November 27, 2014 at 4:51 am in reply to: How to get rid of extra vertical space in Header since update? #131541Figured it out, final combo was this:
#header-section.header-4 #logo > a.logo-link, #header-section.header-5 #logo > a.logo-link {
height: auto;
}
#header-section.header-4 {
margin-top: -15px;
margin-bottom: -20px;
z-index: auto;
}#header-section.header-4 #header nav#main-navigation ul.menu > li, #header-section.header-5 #header nav#main-navigation ul.menu > li, #header-section.header-4 .header-right nav ul.menu > li, #header-section.header-5 .header-left nav ul.menu > li {
line-height: 100px;
}November 26, 2014 at 11:40 pm in reply to: How to get rid of extra vertical space in Header since update? #131508Got it close but still lacking. This works in my phone but I can’t make the margin-bottom as negative as I’d like or the logo hangs below the header in phone view. Just a note: these don’t work when added to my child CSS, only via the General Options in the Theme dialogue.
#header-section.header-4 #logo > a.logo-link, #header-section.header-5 #logo > a.logo-link {
height: auto;
}#header-section.header-4 {
margin-top: -10px;
margin-bottom: -20px;
z-index: auto;
}November 26, 2014 at 11:12 pm in reply to: How to get rid of extra vertical space in Header since update? #131505Ah, thanks Snarfe, I should have posted in there. Oh well. 🙂
-