fredericsant
Forum Replies Created
-
Hello mihai-imagely
Thank you for your answer. For the moment, I don’t want to buy the PRO plugin.
Thanks
FredericHello
Sorry for my late answer. I didn’t see your reply.I don’t want the caption on my local site. I don’t have on my website and I don’t understand why i habe a different result with the same parameters.
I will let the lines inside the “Personalized CSS”
Thanks
FredericForum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] hover on picturesYou can go to a post, blog part
http://fredericvoyage.fr/en/douro-valley-porto-portugal-march-2019/
Frederic
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] hover on picturesHello Diego
I create to you a guest account. Normaly you had received a mail from meI use 3 plugins
Fla gallery for welcome
Next gen gallery for pages
Final tiles gallery for postThank
Frederic- This reply was modified 7 years ago by fredericsant.
- This reply was modified 7 years ago by fredericsant.
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] hover on picturesHello
Thank to you Diego
But finally, my problem is not about the plugin. After check, the hover is for all pictures, not depends of the plugin.
It’s a hover by wordpress. I have the same with ngg-gallery. I don’t want to have a hover in my page, only with the fancyboxCould you help me for that ?
Thanks for help
FredericForum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Can I create gallery in DB?Hello tnorebel
I don’t know if you found the answer
I already did that because 140 gallery to create, one french and the second in english.
For that, I create the 2 first in Word Press (One in to french and the 2nd to english). I choose all the parameters.After I use Excel for the name of the galleries. It’s more easy with excel to create all the creations.
It’s a simple request
insert into TQBDYVrUFinalTiles_gallery (configuration) select replace( configuration, ‘NAME_GALLERIE_FR_1’, ‘NAME_OF_NEW_GALLERY_FR’) from TQBDYVrUFinalTiles_gallery where id = 1;
As I have 2 kind of galleries, I had a 2nd request :
insert into TQBDYVrUFinalTiles_gallery (configuration) select replace( configuration, ‘NAME_GALLERIE_EN_2’, ‘NAME_OF_NEW_GALLERY_EN’) from TQBDYVrUFinalTiles_gallery where id = 2;
With that, all the galleries have the same parameters.That’s all
Frederic- This reply was modified 7 years, 1 month ago by fredericsant.
Oups,
I just saw I forgot the .
.ngg-galleryoverview {
margin-top: 5px !important;
}This is okay
Hello Becky
Sorry for this late answer. I use the new version of ngg-gallery and reinsert the gallery
But the margin-top is too hight
I tried some modification but the priority stay:
.ngg-galleryoverview {
margin-top: 40px;
margin-bottom: 50px;
-webkit-transition: width 1s,height 1s,background-color 1s,-webkit-transform 1s;
transition: width 1s,height 1s,background-color 1s,transform 1s;
min-height: 100px;
}Already tested on additionnal CSS without success:
ngg-galleryoverview {
margin-top: 5px;
}ngg-galleryoverview {
margin-top: 5px !important;
}Thanks a lot for your help
FredericHi Mihai
I tried but only one other have arrows but I have problem with the description on some pictures. I let with the border.
Thanks a lot for your help
Rgds
FredericHello Mihai
Only the homepage doesnt use NextGen’s lightbox.
All others use it.For example:
http://fredericvoyage.fr/les-plongees/aux-philippines/malapascua/ThankS
Rgds
FredericHello Mihai
It’s not exactly this because a white band stays to the right and to the left. After some search, the good result for solve the issue is :
.ngg-gallery-thumbnail a {
margin: 0 !important;
}Now, I search to remove the border on the picture which appears when I clicked on the thumbs
With the tool “Inspect”, I have this line:
<div id=”fancybox-content” style=”border-width: 10px; width: 788px; height: 526px;”>If I modify directly the line by :
<div id=”fancybox-content” style=”border-width: 0; width: 100%; height: 100%;”>
I remove the border.SO I tried to add this in Additional CSS:
#fancybox-content div {
border-width: 0px !important;
width: 100% !important;
height: 100% !important;
}But without effect
I saw also this part in “Style” Part :
element.style {
border-width: 10px;
width: 788px;
height: 526px;
}Thanks a lot for your help
Rgds
Frederic- This reply was modified 7 years, 8 months ago by fredericsant.
- This reply was modified 7 years, 8 months ago by fredericsant.
Hi Mihai
Finally, the only solution is to remove all Gallery and pictures.
After go to admin mysql and change the value of the AUTO_INCREMENT to 1This work fine
Thanks
Hi Rattus
It’s fine now.
Thanks a lot.
Frederic
Le website is
http://fredericvoyage.frHello
I found too the solution for center the text. For all issues, I add that inside the Additionnal CSS
.flagPhantom_ThumbLabel_title {
font-size: 10px;
color:#ffffff;
text-align:center;
}And last question, how to put the arrows near the picture and not in the left and right side of the screen ?
Thanks
Frederic