Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #10143
    my add
    Keymaster

    This 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.in

    Next, “Contact us” Gadget is not working at all.
    Even it’s title “Contact US” does not appear on the blog

    #10144
    Templatesyard
    Participant

    Thank 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..

    #10146
    my add
    Keymaster

    For Credit link deletion :
    My Friend had edited the HTML. I apologize on his behalf.

    #10147
    my add
    Keymaster

    Has been now restored to original

    #10157
    my add
    Keymaster

    Thank 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?

    #10158
    Templatesyard
    Participant

    Hi 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.

    #10160
    my add
    Keymaster

    I 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?

    #10162
    Templatesyard
    Participant

    Sorry for the bug and I discussing with designer about the bug. Please wait or use another template.
    Regards.

    #10169
    my add
    Keymaster

    Hi 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>

    #10170
    my add
    Keymaster

    Hi 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

    #10172
    my add
    Keymaster

    Thanks 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

    #10173
    my 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

    #10175
    my add
    Keymaster

    Ya, 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

    #10244
    Templatesyard
    Participant

    I 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.

    #10730
    Adi
    Keymaster

    I am waiting for developers to update the template.
    Bcoz I love the template and all the Visual Enhancement.

    #21430
    my add
    Keymaster

    hello 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 advance

    Jayan

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Blogger Gadgets not working’ is closed to new replies.