Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
eslash
Topic Author
Posts: 13
Joined: 03 Oct 2006, 16:10

Bubble Bookmark Icon

04 Nov 2012, 13:08

Hi Everyone,

I was trying to change the background color and some text in the "Bubble Bookmark Icon" of the mobile gallery but no matter what I change in the file located in
Code
iv-includes\assets\mobile-bookmark-bubble\bookmark_bubble.js
it wont appear on my iPhone.

I tried to search this site to see if anyone had ever asked the same question but I couldn't find anything that's why I'm writing this topic.

Any help will be appreciated.

Thanks.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Bubble Bookmark Icon

04 Nov 2012, 22:46

If you are editing the file that is responsible for the bubble bookmark, and you see no changes, this will be related to cache ... Its that simple. Either your iphone is loading a cached file, or your ISP is serving a cached JS file. What is the link?
 
User avatar
eslash
Topic Author
Posts: 13
Joined: 03 Oct 2006, 16:10

Re: Bubble Bookmark Icon

05 Nov 2012, 13:51

That was it.

Thanks a lot.
 
tschortsch
Experienced
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Bubble Bookmark Icon

24 Feb 2013, 15:26

Hey!

I just came across following bookmark bubble at MacMania and would like to know if the bookmark icon within the bubble would be possible in the mobile gallery as well! I tried to set a img tag in the language item for the bubble text but I can only see a grey square but no icon...
bookmark.jpg
bookmark.jpg (21.91 KiB) Viewed 7506 times
Thanks in advance for any help!
 
User avatar
eslash
Topic Author
Posts: 13
Joined: 03 Oct 2006, 16:10

Re: Bubble Bookmark Icon

24 Feb 2013, 16:13

I think your best bet would be find the icon that's used now in the images folder and replace it with the one u like.
Hope this helps.
 
tschortsch
Experienced
Posts: 150
Joined: 01 Apr 2010, 17:23

Bubble Bookmark Icon

24 Feb 2013, 16:51

There is no icon like the one above by default... Also tried it with [icon] as possible for folder titles.
 
User avatar
eslash
Topic Author
Posts: 13
Joined: 03 Oct 2006, 16:10

Re: Bubble Bookmark Icon

24 Feb 2013, 17:53

Then you better looking in to this for a better understanding of the bubble.js.

http://cubiq.org/add-to-home-screen

Good luck !
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Bubble Bookmark Icon

24 Feb 2013, 20:27

To change the icon inside the mobile bubble (and the homescreen Imagevue icon) upload a file names apple-touch-icon.png into iv-config folder.
firedev.com
 
tschortsch
Experienced
Posts: 150
Joined: 01 Apr 2010, 17:23

Bubble Bookmark Icon

25 Feb 2013, 04:42

I'm sorry I didn't explain well! I know how to change the apple-touch-icon, I meant the tiny bookmark icon inside the text which is identical to the symbol in safari browser.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Bubble Bookmark Icon

28 Feb 2013, 08:42

Text for the bookmark bubble is contained within the language. And can be edited from Imagevue Admin > Languages. If you want to add the icon, just put it somewhere in iv-config folder and link to it using <img> tag.
firedev.com
 
tschortsch
Experienced
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Bubble Bookmark Icon

28 Feb 2013, 11:44

This it what I already tried but the image does not show up. The only thing I can see is a grey frame without any content, as shown here:
bubble.jpg
bubble.jpg (14.85 KiB) Viewed 7488 times
I used this code in the language file
Code
<img src="iv-includes/images/mobile/bookmark.png">
.. also used different image types.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Bubble Bookmark Icon

04 Mar 2013, 01:26

Use single quotes: <img src='iv-includes/images/mobile/bookmark.png'>
firedev.com
 
tschortsch
Experienced
Posts: 150
Joined: 01 Apr 2010, 17:23

Bubble Bookmark Icon

04 Mar 2013, 10:50

Thanks you very much! Now it works like a charm! :)