gabby_wordpress
Forum Replies Created
-
I got in touch with the support of the forum that I use and I will share the code that solved my issue with the red lines
.ngg-gallery-thumbnail {float: none; }
.ngg-gallery-thumbnail > a { display: block; }
.ngg-gallery-thumbnail > a > img { box-sizing: border-box; max-width: 95% !important; }Hi Cais,
On the page I have the following short code:
[ngg_images gallery_ids=”3″ display_type=”photocrati-nextgen_basic_thumbnails” number_of_columns=”3″ override_thumbnail_settings=1 thumbnail_width= 350 thumbnail_height= 350]
What I have in Custom CSS is the following:
.ngg-gallery-thumbnail span { text-align: left !important; }
.ngg-gallery-thumbnail img {border:1px solid #ea0d2c !important; }This !important makes the difference. Why didn’t I think about that? Now I see a red border just the way that I want so now this topic i solved. Thanks for all help.
It says that this topic should be solved but I haven’t got it to work.
Is this code correct: .ngg-gallery-thumbnail img {border: 8px solid #A0A29F; }
There is an error in the code because I just tried to change it to red color and the color does not get changed. Is it anyone who knows what the proper code is?
In Custom CSS I added the following code:
.ngg-gallery-thumbnail img {border: 8px solid #A0A29F; }
Hi Cais,
Where I want this border is directly on the page. Not when you click on the actual image. I might not have been clear here
http://alt.testseab.glundh.se/inspirationsbilder-frigolit
So in the actual gallery you have a border around each image when you get to the page where the gallery is.
Was that clear enough?
Hi Cais,
Yes I tried that and it worked. Thanks for the code.
Forum: Fixing WordPress
In reply to: Space between image and textThanks Shulte, that helped. I increased the padding-bottom to 10px and I will see what the customer thinks.
Forum: Plugins
In reply to: Problems clicking on an individual image in WordPress galleryI have found out what was causing the error message to pop up. In the gallery within Media it was set to “Link to Side for attachment” instead of “Link to Media file”. Now it is working.
Hi Cais,
Thanks for that last parameter. Now it works and it works without the quotation marks around the width and height too. I consider this topic solves. Thanks for all help.
I tried this [ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_basic_thumbnails” number_of_columns=”3″ thumbnail_width=240 thumbnail_height=160]
I want the actual images where there are 3 columns to increase in size at http://alt.testseab.glundh.se/inspirationsbilder-textil/ Not when I click on each individual image.
I do not see any change in size unfortunately
Forum: Fixing WordPress
In reply to: No border in footer area and get text to get aligned to the topI have solved the problem with adding the following code:
Changed this code
<td>
Företagsnamn
Industrigatan 18
243 32 Höör
</td>to
<td style=”text-align: left”>
Företagsnamn
Industrigatan 18
243 32 Höör
</td>and now all the text in the first footer area is aligned to the left.
Thanks for all help.
Forum: Fixing WordPress
In reply to: No border in footer area and get text to get aligned to the topHi martcol,
I tried your code and removed the other code from the different footer areas and the borders are gone but I still have the issue with the first footer area where the text is not aligned to the left
In the Custom Css I have your code and in the actual Footer area I have the following code:
<table style=”width: 200px”>
<tr>
<td>
<img src=”http://testseab.glundh.se/wp-content/uploads/2015/04/location_pointer_white.png” alt=”map”>
</td>
<td>
Företagsnamn
Industrigatan 18
243 32 Höör
</td>
</tr>
</table>Forum: Fixing WordPress
In reply to: No border in footer area and get text to get aligned to the topI have managed to get the text to be aligned to the top with the following code:
<td valign=”top” style=”float: left;”>
But in Footer Area 1 all the text is not aligned to the left, the last row seems to be aligned to the center and need help with that.
And I still have the problem with the borders
Forum: Fixing WordPress
In reply to: Fullwidth border in centered content area?