Entri Populer
-
Setelah berjalan-jalan alias blog walking, saya sedikit mengetahui triknya. Apa yang dimaksud trik ini ? Yups benar banget,...
-
Sahabat Hack4rt yang baik hatinya dan ganteng-ganteng seperti admin *loh hehe. Kali ini saya Noval akan memberikan tutorial cara membu...
-
Sebagian besar orang yang senang mengotak atik blognya dengan animasi flash pasti sudah tahu dengan flashvortex.com dan www.123-banner.com...
Blog Archive
-
2013
(18)
- Mei(4)
-
April(12)
- Membuat foto dengan bingkai di postingan mywapblog
- mengatasi masalah widget artisteer
- GNU/Linux Advanced Administration
- Dasar pemrograman game Flash
- Panduan Mengenal Desain Grafis
- latihan desktop publishing pagemaker pembuatan pam...
- Web Professional dengan Photoshop & Dreamweaver
- Tutorial Adobe Photoshop
- Panduan Membuat Cover Ebook
- 35 Edisi majalah PSD PHOTOSHOP Full
- Visually Windows 7 Lengkap
- Download Theme Windows 7
- Maret(2)
- 2012 (48)
- 2010 (5)
Label
- blog (4)
- Ebook (20)
- Ebook Design Grafis (12)
- Ebook Operasi System (4)
- Ebook Other (4)
- Font (3)
- Icon (1)
- Internet. (1)
- Other (1)
- pakai di blog (1)
- Themes (12)
- Themes windows 7 (4)
- Themes windows XP (4)
- tips n trick (31)
Donasi
Loading
mengatasi masalah widget artisteer
![]() |
Past communication for this case |
Date | 2013-04-05 18:05:00 |
---|---|
Status | Waiting for Support |
Response | my web blogspot: http://metrixcyber.blogspot.com/ Artisteer for blogspot widget from there was a problem. when saving the script in widget, suddenly my blog to be blank. missing template background turns white This example script: <style> /*** Labels Thumbs ***/ img.label_gambar{ float:left; padding:1px; width:50px; height50px; margin-right:1px; margin-bottom:1px; } </style> <script type='text/javascript'> //<![CDATA[ function labelthumbs(json){document.write('<div>');for(var i=0;i<numposts;i++){var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='replies'&&entry.link[k].type=='text/html'){var commenttext=entry.link[k].title;var commenturl=entry.link[k].href;} if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break;}} var thumburl;try{thumburl=entry.media$thumbnail.url;}catch(error) {s=entry.content.$t;a=s.indexOf("<img");b=s.indexOf("src=\"",a);c=s.indexOf("\"",b+5);d=s.substr(b+5,c-b-5);if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")){thumburl=d;} else thumburl='';} document.write('<a href="'+posturl+'" title="'+posttitle+'"><img class="label_gambar" src="'+thumburl+'"/></a>'); if(i!=(numposts-1)) document.write('');} document.write('</div>');} //]]> </script> <script type='text/javascript'>var numposts = 5;</script> <script type="text/javascript" src="/feeds/posts/default/-/Ebook?orderby=updated&alt=json-in-script&callback=labelthumbs"></script> >>Ebook= my label blog |
Date | 2013-04-08 2:58:27 |
---|---|
Status | Waiting for Customer |
Response | Hello Please try the following solution: 1. Open your Blogger > Template > Edit HTML > Edit Template and find the following code line: var widgetContent = widget.html(); 2. Right after it add this code line: if (widgetContent.indexOf('blogger.com') > -1) return true; 3. Save your template. It should help. Please let us know the result. Best regards, Helga D. Extensoft, Inc. / Artisteer Artisteer - The Automated Web Designer http://www.artisteer.com Twitter: http://twitter.com/ArtisteerTeam |
Date | 2013-04-08 15:47:31 |
---|---|
Status | Waiting for Support |
Response | yes .. the template is not lost yet, but the problem is now the title of my blog widget and boundaries disappear. but when I plug my blog template that others do not disappear anymore. Artisteer does not support script category label ... look at my blog: http://metrixcyber.blogspot.com/ I beg the solution |
Date | 2013-04-08 16:09:58 |
---|---|
Status | Closed |
Response | 1. code has not been set, code has not been set, without a category label 2. create ebook category labels, blank template 3. put the code : if (widgetContent.indexOf('blogger.com') > -1) return true; 4. the template is not lost yet.. 5. put the code : if (widgetContent.indexOf('http://metrixcyber.blogspot.com/') > -1) return true; 6. there are only 2 tittle is missing |
Date | 2013-04-11 8:43:33 |
---|---|
Status | Waiting for Support |
Response | why not in response in reply to my message please, let me know the solution |
Date | 2013-04-16 1:29:30 | ||||
---|---|---|---|---|---|
Status | Waiting for Customer | ||||
Response | Hi Adi, We truly apologize for the delay in responding. I see the issue. Could you please invite our Blogger account artforblogger@gmail.com to your Blog, so we can see its code. For this, please: 1.Sign in to Blogger 2.Go to Settings - Permissions - Add authors 3.Enter our e-mail artforblogger@gmail.com there - Invite. Best regards, Elvira B Extensoft, Inc. / Artisteer Artisteer - The Automated Web Designer http://www.artisteer.com Twitter: http://twitter.com/ArtisteerTeam |
Date | 2013-04-17 1:24:27 |
---|---|
Status | Waiting for Customer |
Response | Thanks! I've accepted the invitation. Could you please provide us with admin rights. For this, please go again to Settings - Permissions, right next to our account name change "author" to "admin". Best regards, Elvira B Extensoft, Inc. / Artisteer Artisteer - The Automated Web Designer http://www.artisteer.com Twitter: http://twitter.com/ArtisteerTeam |
Date | 2013-04-17 2:10:33 |
---|---|
Status | Waiting for Support |
Response | sorry I could not make you an admin, I am afraid my account in one use. If you want to examine my blog template code please copy the existing template and save it in my post to your blog. |
Date | 2013-04-17 4:46:51 |
---|---|
Status | Waiting for Customer |
Response | There is no need to worry about the admin access. Our support system is secure and nobody can access it except our Support team. However, if you want, you can do everything by yourself. In order to wrap your HTML/Javascript gadget navigate to your Blogger gadgets, click Edit on the desired gadget and add the div tags manually like it's shown here: But use another code. Your script should be wrapped in this code:
<div class="art-box art-block" id="art-block-HTML6">
<div class="art-box-body art-block-body"> <div class="art-bar art-blockheader"> <h3 class="t">Block title</h3> </div> <div class="art-box art-blockcontent"> <div class="art-box-body art-blockcontent-body"> <div class="widget-content"> Put your script here </div> <div class="clear"></div> </div> </div> </div> </div> Do not forget to change the number "6" after "HTML" to a necessary number/id of your gadget here: art-block-HTML6 (in the very first string) Best regards, Elvira B Extensoft, Inc. / Artisteer Artisteer - The Automated Web Designer http://www.artisteer.com Twitter: http://twitter.com/ArtisteerTeam |
Date | 2013-04-18 0:56:57 |
---|---|
Status | Waiting for Support |
Response | thank you very much .. code turns out to work and now my blog is not blank .. n the title on my blog labels already appear not lost anymore .. but there is only one problem, how do I save a script that you give if I use a gadget blogger subordinates? example: followers gadget, I can not edit and save the script in gadget blogger subordinates. followers gadget title and border disappear .. |
Date | 2013-04-18 3:53:20 |
---|---|
Status | Waiting for Customer |
Response | Hi, The gadget Google followers should be wrapped automatically. I'm not sure why it's not wrapped on your end. Maybe you should try to re-add it. Best regards, Elvira B Extensoft, Inc. / Artisteer Artisteer - The Automated Web Designer http://www.artisteer.com Twitter: http://twitter.com/ArtisteerTeam |
Label:
tips n trick
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar