Coder Social home page Coder Social logo

pixel-blogger-template's Issues

Customized Widgets don't work

Hi, the customized widgets don't work, although the codes stay the same.
You can see it on the demo site as well.
How to fix?

The template is returning this error - need help

Hi @puikinsh Could you please help me with the below error. i am unable to resolve this myself, below is the error its returning when I try uploading theme on blogger.

Your theme could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message:
Invalid variable declaration in page skin: Variable is used but not defined. Input: slider

API Issue

Hi @puikinsh,

Thanks for sharing this template. This is awesome and I learnt a lot from this. ๐Ÿ‘

Two issues I found while using this template are below:

  1. API Issue :
    Below GET API is returning 400
    /feeds/posts/default/-/"+e+"?alt=json-in-script&max-results=3
    and I changed this to below to resolve it
    /feeds/posts/default/"+e+"?alt=json-in-script&max-results=3

  2. Second one is if a posts does not contain any " Label " then "RECENT" section does not show anything.

As your code is minified so to resolve this I have added below codes :

if(!t.feed.entry[l].hasOwnProperty("category")) continue;
if(!a.feed.entry[s].hasOwnProperty("category")) continue;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.