Digital experiences for all disciplines
Forum Replies Created
-
-
November 27, 2014 at 12:01 pm in reply to: Remove Author info in blog (have tried CSS from the forum, not working) #131684
Thanks for your reply Rui, I just sorted it too I think!
i wanted to remove the author and date information under the post title, and succeeded with:
.blog-item-details {
display: none !important;
}I’m also toying with the idea of taking out the comment and like images, if i do decide on that, I guess it will be:
}
span.standard-post-date{display:none !important}
div.comments-likes{display:none !important}
.overlay .thumb-info i {
display: none;
}November 27, 2014 at 11:41 am in reply to: Remove Author info in blog (have tried CSS from the forum, not working) #131674November 27, 2014 at 10:01 am in reply to: Spacing options in header after update 2.0 disappeared #131599as posted in the other thread:
this worked for me, although the code should obviously be updated depending on which header you use. I use header 2, so in the code just switched all instances (in the first and second code) of “header-4” to “header-2”
#header-section.header-2 #logo > a.logo-link, #header-section.header-5 #logo > a.logo-link {
height: auto;
}
#header-section.header-2 {
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;
}thanks flobaby!
a fix at the next update would be nice though, as flobaby said, this code didn’t work in the child css, so will be removed at the next update anyway…
November 27, 2014 at 9:59 am in reply to: How to get rid of extra vertical space in Header since update? #131598this worked for me, although the code should obviously be updated depending on which header you use. I use header 2, so in the code just switched all instances (in the first part of the code) of “header-4” to “header-2”
#header-section.header-2 #logo > a.logo-link, #header-section.header-5 #logo > a.logo-link {
height: auto;
}
#header-section.header-2 {
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;
}thanks flobaby!
a fix at the next update would be nice though, as flobaby, it didn’t work in the child css, so will be removed at the next update anyway…
November 26, 2014 at 10:21 pm in reply to: How to get rid of extra vertical space in Header since update? #131502we too are having problems with the header since the last theme update over in this thread: http://www.swiftideas.com/forums/topic/spacing-options-in-header-after-update-2-0-disappeared/
November 26, 2014 at 8:44 pm in reply to: Spacing options in header after update 2.0 disappeared #131493November 26, 2014 at 8:37 pm in reply to: Spacing options in header after update 2.0 disappeared #131490from Ed: http://www.swiftideas.com/forums/topic/neighborhood-v2-0-now-available/
“Improved header logo / menu height adjustment based on logo size, now set automatically based on the logo image size”
Though, how is it possible that the logo, which is in the header, automatically adjusts and extends out of the header to cover my menu up?
I also don’t understand this, which seems the most relevant (and newest) in: Theme Options > Header Options :
“Please enter the width of your logo here (standard size), so that it is restricted for the retina version. Numerical value (no px).”
It’s set to “0” my standard, I’ve tried various numerical values, though my logo only go even lower over the menu or disappears completely. If we need to enter logo width than surely logo height is also important?
Have checked different browsers, all the same…interestingly on a tablet (landscape view) the logo doesn’t extend over the header, rather is cut off where the header ends….have just started to get the site how i want it and orders are coming through more regularly…..please help!
November 26, 2014 at 8:19 pm in reply to: Spacing options in header after update 2.0 disappeared #131484I too am having a similar problem: http://www.monkind.com
since update the logo now sits over the menu bar. before update i had no customizations, and had simply uploaded the logo through the standard theme option > header options. I have tried deleting the logo and re-uploading, checked all settings within theme option > header options, all to no avail. Need help desperately as my site looks amateur at the moment!! please fix this!
-