Hi Karl, as I can remove this bar? I attach a photo
And while as I can add this line of icons on my profile?
Gracias
X3 Photo Gallery Support Forums
This bar should auto-hide after 3 seconds of mouse inactivity. If you remove it, then how are visitors going to close the popup?masquefotos wrote:Hi Karl, as I can remove this bar? I attach a photo
Sorry, this is a bit complicated and was a custom CSS implementation on mjau-mjau. I may make a tutorial some time later.masquefotos wrote:And while as I can add this line of icons on my profile?
Not sure what you are suggesting ... I can give you some code to make the black bar invisible, but then the buttons may not be visible when on top of photos with a light background. Add the following CSS to settings -> custom -> custom css:masquefotos wrote:And make it transparent?
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0);
}You are almost there it seems. You just want a background color when they are inactive then? Try add this in the same custom CSS as above:masquefotos wrote:Try on my page http://www.jcarloscruz.com/sobremi/ but only see if I give you the next update and re-enter this hidden
Here you can see better what I say
https://youtu.be/ESNK8u9T6ow
.content .icon-buttons > a {
background: rgba(255,255,255,.1);
}I like it too when the topbar is completely transparent.mjau-mjau wrote:... I can give you some code to make the black bar invisible, but then the buttons may not be visible when on top of photos with a light background.
.pswp__button,
.pswp__counter {
color: #000;
}Looks like something cache-related, as the ajax-loaded page (json) returns different html than the fresh html page. Can I have access to your panel and take a look?masquefotos wrote:Sorry to bother you again, You have better things to do than waste time with me, but I would like to help me with this. In the beta version without problems. What can go wrong?
Another video that best explains the problem https://youtu.be/MgZ0a0qwybI
Hello Karl,mjau-mjau wrote:Looks like something cache-related, as the ajax-loaded page (json) returns different html than the fresh html page. Can I have access to your panel and take a look?masquefotos wrote:Sorry to bother you again, You have better things to do than waste time with me, but I would like to help me with this. In the beta version without problems. What can go wrong?
Another video that best explains the problem https://youtu.be/MgZ0a0qwybI
I don't quite see how this is related. You will always need to F5 refresh the page after changing anything in settings or pages. From then, when you navigate to the page where you expect a change, it should be refreshed also. This is not the case for masquefotos for some reason ...hardliner wrote:i set the link in the Content to go Back to the MainSite from Gallery.
I test the link but i see the Link as Plaintext. After refresh the cache with F5 the link was present.
I can reproduce the Issue any time.l
Ok, I see what is going on here ...masquefotos wrote:Sorry to bother you again, You have better things to do than waste time with me, but I would like to help me with this. In the beta version without problems. What can go wrong?
<div class="icon-buttons-title slim" style="left: 34.5137px; display: none; opacity: 0;">Facebook</div>
<div class="icon-buttons"><a href="https://www.facebook.com/jccruzgarcia" class="fa-facebook ht" target="_blank"></a><a href="https://plus.google.com/u/0/+JuanCarlosCruz-mqf" class="fa-google-plus ht" target="_blank"></a><a href="https://twitter.com/masquefotoss" class="fa-twitter ht" target="_blank"></a><a href="https://500px.com/jcarloscruz" class="fa-500px ht" target="_blank"></a><a href="https://www.flickr.com/photos/jcarolvs" class="fa-flickr ht" target="_blank"></a></div>mjau-mjau wrote:I don't quite see how this is related. You will always need to F5 refresh the page after changing anything in settings or pages. From then, when you navigate to the page where you expect a change, it should be refreshed also. This is not the case for masquefotos for some reason ...hardliner wrote:i set the link in the Content to go Back to the MainSite from Gallery.
I test the link but i see the Link as Plaintext. After refresh the cache with F5 the link was present.
I can reproduce the Issue any time.l
It may look like the same issue, but its not. We have fixed the issue from masquefotos, and that was simply because his custom icon-links were trying to use a native X3 function that only triggers on initial page load.hardliner wrote:i have watch the Video from MASQUEFOTOS . this is the same behavior.
I make the change and make refresh with F5 and go into the Gallery and the Link was plaintext. After second refresh the link was present.
i go out from gallery and select the gallery the link is plaintext again.
How many time i make procedure is the same behavior.