Easy Image Back Button - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Easy Image Back Button

AM

Anthony m

Extension 3 years ago

Hi everyone, I'm using the easy image extension and I really like it. I use it to view various albums but once opened there is no button to go back to the gallery view, and you have to do it manually from the browser and it's not very nice. I'd like to have a button to go back. I would also like to have the button as discussed in this post. https://www.joomshaper.com/forum/question/3918 Thanks

0
10 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #49241

I added extra JavaScript history.back method button inside Custom module - using CodeMirror editor mode.

foto_7463_2021.jpg

small custom CSS

.view-albums .back {display: none;}
.view-album .back {display: inline-block;}

and now you have it at the bottom inside single gallery view.

foto_7462_2021.jpg

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #49240

Hi,

I will check if there is a easy way to add it or you have to wait for update.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #49243

In case of you need recover my code:

<a style="margin-top:15px;" class="btn btn-outline-info back" href="javascript:window.history.back();">Indietro</a>

0
AM
Anthony m
Accepted Answer
3 years ago #49252

great! that's just what I wanted and now it's a wonder, thank you very much it's a very useful feature.i think it is a feature to consider to be added in an upcoming update. Greetings

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #49297

I fully agree with you. I will ask

You're welcome.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #49298

BTW

You can also publish breadcrumbs, that have path.

0
AM
Anthony m
Accepted Answer
3 years ago #49310

You can also publish breadcrumbs, that have path.

Interesting, I tried but without success, could you give me a short example giving me some start? it can always be useful thank you

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #49346

I forgot that in gallery component it doesn't wok so well like in articles. I don't know why.

0
AM
Anthony m
Accepted Answer
3 years ago #49355

That's right, that's why I was asking you, why I tried but couldn't get it to work. But anyway for the gallery, the back button is already a great function

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #49375

easy but usefull :)

0