Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Remove bar

28 Dec 2015, 14:19

Hi Karl, as I can remove this bar? I attach a photo
Captura-de-pantalla-2015-12-28-20.10.39.jpg
Captura-de-pantalla-2015-12-28-20.10.39.jpg (29.59 KiB) Viewed 6314 times


And while as I can add this line of icons on my profile?
Captura-de-pantalla-2015-12-28-20.09.35.jpg
Captura-de-pantalla-2015-12-28-20.09.35.jpg (70.07 KiB) Viewed 6313 times
Gracias
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Remove bar

28 Dec 2015, 22:37

masquefotos wrote:Hi Karl, as I can remove this bar? I attach a photo
Captura-de-pantalla-2015-12-28-20.10.39.jpg
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:And while as I can add this line of icons on my profile?
Captura-de-pantalla-2015-12-28-20.09.35.jpg
Sorry, this is a bit complicated and was a custom CSS implementation on mjau-mjau. I may make a tutorial some time later.
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Re: Remove bar

29 Dec 2015, 04:26

This bar should auto-hide after 3 seconds of mouse inactivity. If you remove it, then how are visitors going to close the popup?
And make it transparent?
Sorry, this is a bit complicated and was a custom CSS implementation on mjau-mjau. I may make a tutorial some time later.
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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Remove bar

29 Dec 2015, 09:57

masquefotos wrote:And make it transparent?
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:
Code
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0);
}
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
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:
Code
.content .icon-buttons > a {
  background: rgba(255,255,255,.1);
}
Image
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Re: Remove bar

29 Dec 2015, 13:11

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
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Remove bar

29 Dec 2015, 15:02

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.
I like it too when the topbar is completely transparent.
I've got this extra code so the buttons will show
... (but you're right: now they won't show on dark photos :))
Code
.pswp__button,
.pswp__counter {
  color: #000;
}
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Remove bar

30 Dec 2015, 01:07

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
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?
 
hardliner
Experienced
Posts: 134
Joined: 22 Jul 2011, 10:15

Re: Remove bar

30 Dec 2015, 03:52

mjau-mjau wrote:
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
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?
Hello Karl,

i have the same Problem by the link in the Content Panel.

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.

Regards
Danjel
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Remove bar

30 Dec 2015, 10:19

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
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 ...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Remove bar

30 Dec 2015, 11:12

Figured it out:
http://www.jcarloscruz.com/mihistoria/
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?
Ok, I see what is going on here ...

Basically you had pasted some links in your content, but the only reason they work on fresh page-load at all, is because you are piggy-backing the native X3 javascript function that is meant for the footer. This function only triggers on first page-load when creating the footer for the first time, and will not re-trigger when navigating.

That's why I said I had to make a tutorial if you want an independent section of icons in this location. However, I think there is a quick fix, as the X3 footer function already formatted the icons for you:
Code
<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>
 
hardliner
Experienced
Posts: 134
Joined: 22 Jul 2011, 10:15

Re: Remove bar

30 Dec 2015, 12:17

mjau-mjau wrote:
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
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 ...

Hello Karl,

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.

Regard
Danjel
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Re: Remove bar

30 Dec 2015, 15:29

mjau-mjau wrote:Figured it out:
http://www.jcarloscruz.com/mihistoria/
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?
Ok, I see what is going on here ...

Basically you had pasted some links in your content, but the only reason they work on fresh page-load at all, is because you are piggy-backing the native X3 javascript function that is meant for the footer. This function only triggers on first page-load when creating the footer for the first time, and will not re-trigger when navigating.

That's why I said I had to make a tutorial if you want an independent section of icons in this location. However, I think there is a quick fix, as the X3 footer function already formatted the icons for you:
Code
<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>
Very grateful and sorry for wasting your time.
Greetings and happy year
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Remove bar

30 Dec 2015, 23:06

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.
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.

It would be better if you could actually give me a link to the page with links, and also login to your panel if I am to diagnose this properly ... Are you adding your links into the DESCRIPTION or CONTENT?
 
hardliner
Experienced
Posts: 134
Joined: 22 Jul 2011, 10:15

Re: Remove bar

01 Jan 2016, 06:34

Hello Karl i fixed the Issue.

i post the Solution in the another Thread

https://forum.photo.gallery/viewtopic.p ... 608#p38608

Regards
Danjel
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Re: Remove bar

23 Jan 2016, 07:15

After you update me back has been out bar :(