Dear Cianan,
You have recently updated my GridGallery module to be able to link my images to an external URL and that worked perfectly but one of the images (image 13 in particular) is not accepting any link. Any idea how to fix that?
I have another issues related to GridGallery module;
1- The image caption text & title shows the capitalised, numerical, or characterised typing (eg. FISH, 123, & in lighter font colour and extra spacing around that word while I need it to look the same as the rest of the text. Please check
2- Is there a way to change the font colour and style (eg. bold) for the Image caption title?
You can still use the same access details I sent before for leangene-jo.com
Thanks,
Mai
- mabutaha
- Commercial Templates
- Wednesday, 30 April 2014
- Subscribe via email
Hello
Simply install the module via your extensions manager without un installing the original. The module will ungrade replacing the original files without effecting your module set up.
Ciarán
Simply install the module via your extensions manager without un installing the original. The module will ungrade replacing the original files without effecting your module set up.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello
Could you try intalling the following to your Extensions Manager which will upgrade your GridGallery, amending this issue... https://dl.dropboxusercontent.com/u/69136519/mod_j51gridgallery_renovate.zip
Ciarán
i have th same problem here What's the best way?
- more than a month ago
- Commercial Templates
- # 2
Hello
Could you try intalling the following to your Extensions Manager which will upgrade your GridGallery, amending this issue... https://dl.dropboxusercontent.com/u/69136519/mod_j51gridgallery_renovate.zip
Ciarán
Could you try intalling the following to your Extensions Manager which will upgrade your GridGallery, amending this issue... https://dl.dropboxusercontent.com/u/69136519/mod_j51gridgallery_renovate.zip
Ciarán
- more than a month ago
- Commercial Templates
- # 4
I have the same issue with grid gallery: the 13. item does not show the link. What is the solution for this problem?
max_images is allready corrected.
max_images is allready corrected.
- more than a month ago
- Commercial Templates
- # 5
Hi Mai
Do you know if these class names are been added by your editor (.numbers and .caps)? Try also adding the following...
Ciarán
Do you know if these class names are been added by your editor (.numbers and .caps)? Try also adding the following...
.grid figcaption span.numbers {
color: #707070;
display: inline;
padding: 0;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thank you, that worked for the left and right spacing and also for the capitalised letters but still did not fix the numbers as in the image
Mai
Mai
- more than a month ago
- Commercial Templates
- # 8
Hi Mai
Could you try also adding the following to your Custom CSS field...
To add more spacing left and right try also adding the following...
Ciarán
Could you try also adding the following to your Custom CSS field...
.grid figcaption span.caps {
color: #707070;
padding: 0;
}
To add more spacing left and right try also adding the following...
.j51gridgallery span {
display: block;
padding: 0 30px !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Thank you Cianan, image 13 is working now and the title font issue resolved.
Sorry, butI still did not get how to solve the issue of the text font!
To better understand my question, I'm attaching images on how the capitalised words and numbers look like on the caption text. I need them to be the same as the rest of the text (no variation on colour or spacing)
On the other hand, the text alignment does not look pretty (e.g.
is there a way to have fixed right and left margins to the text?
Thanks,
Mai
Sorry, butI still did not get how to solve the issue of the text font!
To better understand my question, I'm attaching images on how the capitalised words and numbers look like on the caption text. I need them to be the same as the rest of the text (no variation on colour or spacing)
On the other hand, the text alignment does not look pretty (e.g.
is there a way to have fixed right and left margins to the text?
Thanks,
Mai
- more than a month ago
- Commercial Templates
- # 10
Hi Mai
1. Presuming I understand you correctly to edit the GridGallery text you can use the following CSS selector..
2. For the title Try adding the following to the Custom CSS field of your templates parameters editing to your own taste where #999999 is title color and 10px the padding..
Ciarán
1. Presuming I understand you correctly to edit the GridGallery text you can use the following CSS selector..
.grid figcaption span { ... }
2. For the title Try adding the following to the Custom CSS field of your templates parameters editing to your own taste where #999999 is title color and 10px the padding..
.grid figcaption h3 {
color: #999999 !important;
padding: 0 10px;
font-weight: bold;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 11
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »