Page 1 of 1

Bubble Bookmark Icon

Posted: 04 Nov 2012, 13:08
by eslash
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.

Re: Bubble Bookmark Icon

Posted: 04 Nov 2012, 22:46
by mjau-mjau
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?

Re: Bubble Bookmark Icon

Posted: 05 Nov 2012, 13:51
by eslash
That was it.

Thanks a lot.

Re: Bubble Bookmark Icon

Posted: 24 Feb 2013, 15:26
by tschortsch
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 7509 times
Thanks in advance for any help!

Re: Bubble Bookmark Icon

Posted: 24 Feb 2013, 16:13
by eslash
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.

Bubble Bookmark Icon

Posted: 24 Feb 2013, 16:51
by tschortsch
There is no icon like the one above by default... Also tried it with [icon] as possible for folder titles.

Re: Bubble Bookmark Icon

Posted: 24 Feb 2013, 17:53
by eslash
Then you better looking in to this for a better understanding of the bubble.js.

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

Good luck !

Re: Bubble Bookmark Icon

Posted: 24 Feb 2013, 20:27
by Nick
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.

Bubble Bookmark Icon

Posted: 25 Feb 2013, 04:42
by tschortsch
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.

Re: Bubble Bookmark Icon

Posted: 28 Feb 2013, 08:42
by Nick
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.

Re: Bubble Bookmark Icon

Posted: 28 Feb 2013, 11:44
by tschortsch
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 7491 times
I used this code in the language file
Code
<img src="iv-includes/images/mobile/bookmark.png">
.. also used different image types.

Re: Bubble Bookmark Icon

Posted: 04 Mar 2013, 01:26
by Nick
Use single quotes: <img src='iv-includes/images/mobile/bookmark.png'>

Bubble Bookmark Icon

Posted: 04 Mar 2013, 10:50
by tschortsch
Thanks you very much! Now it works like a charm! :)