jlevant
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spacious] top and body have different widthsI don’t know what it might look like on a pc, but on my mac, in three different browsers, my iPad and my phone, the logo graphic and the slides are NOT full width – but I like having the margin around them. They are all 1218 pixels which I think is plenty big enough since most people will be accessing the site from their phones anyway. The footer area however IS full width and as I mentioned, I would like it to also be aligned with the slides and top graphic.
I’m going offline soon and won’t be working on the site until Saturday.
Forum: Themes and Templates
In reply to: [Spacious] top and body have different widthsHi Rajesh
I did just insert it and it doesn’t seem to move the top graphic to the edges. As of now, I have uploaded all new slides @ 1217 pixels (same as the top graphic) but the slides have clear margins on each end so they look the same width as the logo graphic looks. I think that’s fine and I’m ready to give up the original pursuit.
I need to get on with building the site!
If you have code to make the footer area line up with the slides and the top graphic on each side, that would be wonderful – but not as crucial.
Forum: Themes and Templates
In reply to: [Spacious] top and body have different widthsI did – it didn’t work!
Here is my whole Additional CSS:
#header-left-section {
float: none;
text-align: center;
}
#header-logo-image {
float: none;
}.header-post-title-class {
display:none;
}.header-post-title-container {
padding: 0;
line-height: 5px;
color: #ff4d00;
}#header-text-nav-wrap {
padding-bottom:5px;
}#featured-slider .entry-container {
top: 70%;
opacity: 0.5;
}#featured-slider .slider-read-more-button {
background-color: #222;
}/* below centers middle column on footer*/
.tg-one-third.tg-column-2, .tg-one-third.tg-column-2 .widget-title {
text-align: center;
}
/* below sets alignment for righthand column on footer*/
#colophon .tg-one-third.tg-after-two-blocks-clearfix, #colophon .tg-one-third.tg-after-two-blocks-clearfix .widget-title {
text-align: right;
}.footer-widgets-wrapper {
background-color: #565559;
}.footer-widgets-area {
padding-top:10px;
padding-bottom: 0px;
color: #b3b2b3;
}/* below makes Learn More buttons visible on devices*/
@media only screen and (max-width: 420px){
#featured-slider .entry-content, #featured-slider .slider-read-more-button {
display: block;}
}/* color of menu bar on devices*/
.site-header .menu-toggle {
background: #565559;}Forum: Themes and Templates
In reply to: [Spacious] top and body have different widthsThank you, Rajesh
I’m afraid that didn’t move the logo-image at all. You can see – I’ve added that to the CSS. The slides were all the same width as the top graphic when I started, but via my two days of emails back and forth, I’ve been asked to try various different sizes of both the top graphic and the slides. At this point, I think the easiest thing will be for me to just make the slides have white edges that match the margin on the top. Unless you have a better idea, I will do that – you can’t believe how much time this has taken and no resolution.Forum: Themes and Templates
In reply to: [Spacious] slider external link – open in separate tab/pageI have just been communicating with Sanjip – for days on end and not resolving my biggest issue – I want the top background or graphic to extend to the full width so that it is the same width as the slide. I asked for this feature when I first asked for a recommendation of which theme to get (I couldn’t see the difference between several of your themes). I sent a mockup. (I’ve now sent it 3 more times) He finally said I could use a background but I could make my logo full width. I did. It gets shrunk when it is uploaded. Both the top graphic and the first slide ar 1218 pixels wide.I am going to be upgrading to the pro version as soon as I am convinced that the design works.
If you can figure out what I need to do to make the site identity area go from end to end like the slides (or the reverse) I will be able to proceed!!!
Forum: Themes and Templates
In reply to: [Spacious] slider external link – open in separate tab/pageI now have found one – very simple and works fine. For anyone else who wants to do this, the plugin is called “Open external links in a new window”.
Forum: Themes and Templates
In reply to: [Spacious] slider external link – open in separate tab/pageI have not found one. I assume I don’t want to use a whole different slider system, since this theme is promoted as having a wonderful one.
Forum: Plugins
In reply to: [NGG Smart Image Search] V3.0 creates multiple conflicts – issuesThank you – that worked perfectly!
Forum: Plugins
In reply to: [NGG Smart Image Search] V3.0 creates multiple conflicts – issuesJust updated to the latest which was 3.0 due to this problem. My widget page is still frozen. How do I get 3.01 please?
I have restored the site to the previous backup so that the galleries are again visible. If you can tell me what to do to avoid the problem, I will try again to upgrade. I am now back on WordPress 4.61 and nextgen 2.1.46.
Thanks Cais. In the meantime I wrote to photocrati and got a response that is mostly fixing the problem. Was about to post it when you replied (was it from you?) I didn’t rmember there was that Gallery >Other Options> Style place, so now I’ve got the thumbnails centered and on a black background again (with:
.ngg-gallery-thumbnail {background-color: #000000;}
.ngg-gallery-thumbnail img {margin-left: auto; margin-right: auto;}but still have ‘new’ white borders around the cells which I’ve written back about – can’t tell what elements those are since ‘browser inspect’ doesn’t work despite my disabling the ‘no right click’ setting.
Anyway, the above code should be good for rodeboy above as well.
Same thing just happened to me. Just updated to 2.1.50 and now all my galleries look awful.
I have had the following css for years which is no longer working:
.ngg-gallery-thumbnail img {
background-color: #000000 !important;
border: 1px solid #a9a9a9 !important;
}Instead background is white and there is no border.
Can anyone help?
me too – and they turned white so that white captions don’t show. Does anyone know where the nextgen thumbnail stylesheet is? I only see php files.
Found the solution from another thread. It was that I hadn’t copied over the javascript files which needed to be updated as well as the other theme files.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Mobile not working – twenty twelve themeTHANK YOU. I will now delete the new thread I started about the menu button that didn’t work on smartphones on half of a site. I had created a sub-directory with a new version of WP and a new twentytwelve and all was fine. Then copied the files (I thought) into the mother site in order to upgrade from twentyeleven and the menu button didn’t work. Who knew about the js files??? Now that I’ve updated those and all is perfect. So, again THANK YOU.