-
AuthorPosts
-
31/07/2014 at 12:41 pm #10143
my add
KeymasterThis problem refers to https://gooyaabitemplates.com/fusion-responsive-blogger-template
After Installing this (beautiful and superb) template, I am facing issue with some of the Gadgets of Blogger.For Example – “Total Page Views” Gadget is appearing, but the content (i.e. No of Page Views) is missing.
You can see this live on the blog now (31/07/2014) – http://indirecttaxin.blogspot.inNext, “Contact us” Gadget is not working at all.
Even it’s title “Contact US” does not appear on the blog31/07/2014 at 3:54 pm #10144Templatesyard
ParticipantThank you for information. We ready to solve your problem. But I cant find gooyaabitemplates credit link in your blog. Please restore or download and install template again. I’m awaiting for your replay..
01/08/2014 at 2:35 pm #10146my add
KeymasterFor Credit link deletion :
My Friend had edited the HTML. I apologize on his behalf.01/08/2014 at 2:36 pm #10147my add
KeymasterHas been now restored to original
02/08/2014 at 7:21 pm #10157my add
KeymasterThank you for information. We ready to solve your problem. But I cant find gooyaabitemplates credit link in your blog. Please restore or download and install template again. I’m awaiting for your replay..
No replies?
02/08/2014 at 7:58 pm #10158Templatesyard
ParticipantHi Adarsh, Thank you for your replay.
Please remove your previous Stats and Contact us Widgets. And add newly these again. If problem persists, please restore your blogger template and widgets to default. And Install the template again. Mostly, Now it will be solved.Thank you.
03/08/2014 at 7:13 pm #10160my add
KeymasterI tried these steps
> Removed both (Contact us and Total Page Views) gadgets
> Saved arrangements
> Added “Blog Statistics” {Total Page views} at new place [At bottom]
> Saved Arrangements
> Still Page views not appearing.I am ready to install the template again, as you mentioned.
But then all my customizations and “Discuss” commenting Gadget shall be lost.
Any other way possible? So that I don’t have to start again?03/08/2014 at 11:21 pm #10162Templatesyard
ParticipantSorry for the bug and I discussing with designer about the bug. Please wait or use another template.
Regards.04/08/2014 at 5:13 pm #10169my add
KeymasterHi Adarsh, Follow the details Below
Search (ctrl+f) ]]></b:skin>
Add bellowing css code just before/above ]]></b:skin>#Stats1 ul{margin:0px 0;border:0;padding:0}
#Stats1 li{
display:inline;
width:30%;
border:0;
color:#fff;
float:left;
text-decoration:none;
margin:0;font-size:12px;
list-style-type:none
}
#Stats1 li:hover{
opacity: 0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
#Stats1 h4{margin:0;font-size:18px;line-height:1.2em;color:#fff;padding: 0 5px 0 5px;}
#Stats1 span{font-size:12px;color:#fff;padding: 0 5px 0 5px;}
#totalposts{
background: #0090D5;
}
#totalComments{
background: #FFB200;
}
#totalCount{
background: #FF3300;
}Replace this Code
<b:widget id='Stats1' locked='false' title='Total Pageviews' type='Stats'>...</b:widget>
<b:widget id=’Stats1′ locked=’false’ title=” type=’Stats’>
<b:includable id=’main’>
<b:if cond=’data:title’><h2><data:title/></h2></b:if>
<div class=’widget-content’>-
<li id=’totalposts’>
<h4 id=’Stats1_totalPosts’>…</h4>
<span>Posts</span><li id=’totalComments’>
<h4 id=’Stats1_totalComments’>…</h4>
<span>Comments</span><li id=’totalCount’>
<h4 expr:id=’data:widget.instanceId + "_totalCount"’>…</h4>
<span>Pageviews</span><script type=’text/javascript’>
//<![CDATA[
function totalPosts(json){document.getElementById(‘Stats1_totalPosts’).innerHTML=json.feed.openSearch$totalResults.$t};function totalComments(json){document.getElementById(‘Stats1_totalComments’).innerHTML=json.feed.openSearch$totalResults.$t};document.write(‘<script type=”text/javascript” src=”/feeds/posts/default?alt=json-in-script&max-results=0&callback=totalPosts”></script><script type=”text/javascript” src=”/feeds/comments/default?alt=json-in-script&max-results=0&callback=totalComments”></script>’);
//]]>
</script>
</div>
</b:includable>
</b:widget>04/08/2014 at 5:16 pm #10170my add
KeymasterHi Adarsh, Follow the details Below
Search (ctrl+f) ]]></b:skin>
Add bellowing css code just before/above ]]></b:skin>#Stats1 ul{margin:0px 0;border:0;padding:0}
#Stats1 li{
display:inline;
width:30%;
border:0;
color:#fff;
float:left;
text-decoration:none;
margin:0;font-size:12px;
list-style-type:none
}
#Stats1 li:hover{
opacity: 0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
#Stats1 h4{margin:0;font-size:18px;line-height:1.2em;color:#fff;padding: 0 5px 0 5px;}
#Stats1 span{font-size:12px;color:#fff;padding: 0 5px 0 5px;}
#totalposts{
background: #0090D5;
}
#totalComments{
background: #FFB200;
}
#totalCount{
background: #FF3300;
}Replace this Code
<b:widget id='Stats1' locked='false' title='Total Pageviews' type='Stats'>...</b:widget>
<b:widget id=’Stats1′ locked=’false’ title=” type=’Stats’>
<b:includable id=’main’>
<b:if cond=’data:title’><h2><data:title/></h2></b:if>
<div class=’widget-content’>-
<li id=’totalposts’>
<h4 id=’Stats1_totalPosts’>…</h4>
<span>Posts</span><li id=’totalComments’>
<h4 id=’Stats1_totalComments’>…</h4>
<span>Comments</span><li id=’totalCount’>
<h4 expr:id=’data:widget.instanceId + "_totalCount"’>…</h4>
<span>Pageviews</span><script type=’text/javascript’>
//<![CDATA[
function totalPosts(json){document.getElementById(‘Stats1_totalPosts’).innerHTML=json.feed.openSearch$totalResults.$t};function totalComments(json){document.getElementById(‘Stats1_totalComments’).innerHTML=json.feed.openSearch$totalResults.$t};document.write(‘<script type=”text/javascript” src=”/feeds/posts/default?alt=json-in-script&max-results=0&callback=totalPosts”></script><script type=”text/javascript” src=”/feeds/comments/default?alt=json-in-script&max-results=0&callback=totalComments”></script>’);
//]]>
</script>
</div>
</b:includable>
</b:widget>You Can Vist on :http://recentshare.blogspot.in/2014/08/how-to-add-colorful-total-pageviews.html
04/08/2014 at 5:33 pm #10172my add
KeymasterThanks for the help, But when i replace the “Stats1” with your code it gives the below error
Error parsing XML, line 2872, column 4: The value of attribute “id” associated with an element type “b:widget” must not contain the ‘<‘ character
04/08/2014 at 5:52 pm #10173my add
Keymaster<b:widget id='Stats1' locked='false' title='Total Pageviews' type='Stats'>...</b:widget> Pls Delete this completely and paste this <b:widget id=’Stats1′ locked=’false’ title=” type=’Stats’> <b:includable id=’main’> <b:if cond=’data:title’><h2><data:title/></h2></b:if> <div class=’widget-content’> <li id=’totalposts’> <h4 id=’Stats1_totalPosts’>…</h4> <span>Posts</span> <li id=’totalComments’> <h4 id=’Stats1_totalComments’>…</h4> <span>Comments</span> <li id=’totalCount’> <h4 expr:id=’data:widget.instanceId + "_totalCount"’>…</h4> <span>Pageviews</span> <script type=’text/javascript’> //<![CDATA[ function totalPosts(json){document.getElementById('Stats1_totalPosts').innerHTML=json.feed.openSearch$totalResults.$t};function totalComments(json){document.getElementById('Stats1_totalComments').innerHTML=json.feed.openSearch$totalResults.$t};document.write('<script type="text/javascript" src="/feeds/posts/default?alt=json-in-script&max-results=0&callback=totalPosts"></script><script type="text/javascript" src="/feeds/comments/default?alt=json-in-script&max-results=0&callback=totalComments"></script>'); //]]> </script> </div> </b:includable> </b:widget>
You Can Vist on :http://recentshare.blogspot.in/2014/08/how-to-add-colorful-total-pageviews.html
04/08/2014 at 6:06 pm #10175my add
KeymasterYa, I had deleted it completely.
I selected the code you told. Pressed delete key. Copied your code. Pasted in the place. Pressed save.Got gain same error
08/08/2014 at 11:43 pm #10244Templatesyard
ParticipantI am having the same problem. I was able to install from the given code but then also it’s not able to calculate page views for some reason. Total posts and comments were visible but in place of page views it showed three dots only.
Also, the blogger archive widget is not working properly. The list does not drop down when I click on the drop down button.
Google+ follower widget is not showing as well.
Also, contact form not working.
http://anmolrawat.blogspot.in/
It’s a request for designers and developers, please check the template before releasing them. There are so many bugs. I loved the design and everything but it’s of no use since I can’t install so important widgets. I will wait for a few days to hear from them or I will revert back to my old template.
25/08/2014 at 9:54 pm #10730Adi
KeymasterI am waiting for developers to update the template.
Bcoz I love the template and all the Visual Enhancement.24/12/2016 at 7:18 pm #21430my add
Keymasterhello frinds!
i am using downloaded template for my blog for poems (kavyalapanam.blogspot.in). in this i tried to add the gadget of clock from more gadget. but it is showing a message like this – “This content is not yet available over encrypted connections”. Can you help me please to solve this.please please
Thanks in advanceJayan
-
AuthorPosts
- The topic ‘Blogger Gadgets not working’ is closed to new replies.