Web Aesthetics
Forum Replies Created
-
Thanks Robert for the quick fix.
I have temporarily sorted this problem, check out my link to the thread above.
I have temporarily sorted this problem by downgrading to NexGen Gallery version 1.9.13
If you need to do the same check out this link
https://www.nextgen-gallery.com/how-to-rollback-a-version/
I did try upgrading to the latest beta version, but I was still getting the same fatal error
https://www.nextgen-gallery.com/nextgen-gallery-latest-beta/
I hope this helps.
I’m having the same problem and have also started a thread.
Please let me know if you have resolved this.
Forum: Fixing WordPress
In reply to: Make twentyeleven title image and background responsiveThis is the css I used to make the background responsive
body.custom-background {
background-attachment: fixed;
background-color: #F1F1F1;
background-image: url(“add your image link here“);
background-position: center top;
background-repeat: no-repeat;
background-size: 100%
}Forum: Themes and Templates
In reply to: [Simplify] Make Featured Box images Links to PagesThanks very helpful. Copied the last block of php code three times and changed the links and numbers. Works great.
Thanks lolobu,
Tried your code but didn’t work for but gout me thinking. I then fixed my responsiveness issues by adding 100% width and height to the css markup.
.ngg-gallery-thumbnail img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
margin:4px 0px 4px 5px;
padding:4px;
position:relative;
width: 100%;
height: 100%;
}With this I can keep my NG Gallery Settings at 4 images per row so that the image captions do not overlap.
Thanks
Yeah sorry,creates was probably the wrong word to use. What part of the css do you think could cause it? The site is https://www.onemangallery.co.nz
The grey area I refereed to is now black because I changed the background color.Hi I’m using your plugin to rotate my header image. It is a responsive design and I have set the image to be responsive, which is working. But when reduce the browser size, it creates a large grey area under the image. Do you know how I can fix this?
Forum: Plugins
In reply to: [WP Fluid Images] [Plugin: WP Fluid Images] Support For captionsHi, great plugin but I can’t seem to get it to work when my images are in tables or a slideshow. Can you suggest what can I do to fix this?
Thanks skyewebsites but I’m not sure how or where I’m supposed to add this code. Can you explain it a bit more?
Hi, I’m having the same problem with my websites. I’m using a responsive child theme and I would like my nextgen gallery images to be responsive like my theme. Can anyone tell me what sort of coding I need to add in order to do this. As this is throwing off the whole layout of my websites on smart phones. I’m surprised Nextgen developers haven’t gotten on to this yet.