Git Product home page Git Product logo

cleanstarp's Introduction

πŸ’« About Me:

Full stack web developer. Senior developer at ZenProjects.

✍️ Testimonials

I have been the owner of a small development agency for 14 years. Rahul is one of the most talented, creative, and passionate developers I have had the pleasure of working with during that time. I have come to rely on him not only for his excellent talent in development but also for helping us put together strategies and plans for projects and helping to oversee and execute those plans. It would be difficult to find a developer more passionate about coding and about their work than Rahul. He not only codes as his work but also invests his time and talent into open-source projects and provides help and resources to the communities he’s engaged in. I look forward to continuing our work together, and can confidently recommend Rahul as someone to work and engage with.

Dan Jordan, Zen Projects ([email protected])

πŸ“Š GitHub Stats:





πŸ† GitHub Trophies

πŸ’» Tech Stack:

CSS3 GraphQL HTML5 JavaScript Kotlin Markdown PHP Perl Python TypeScript AWS Azure Cloudflare DigitalOcean Firebase Glitch Google Cloud Heroku Netlify Vercel Apollo-GraphQL Bootstrap Chart.js Express.js FastAPI Fastify Flutter Gatsby Gulp jQuery JWT Laravel Less Meteor JS NPM Next JS NodeJS NuxtJS Pug SASS Socket.io Stylus Symfony TailwindCSS Webpack Vuetify Vue.js Yarn Apache Nginx AmazonDynamoDB ApacheCassandra CockroachLabs Couchbase MariaDB MongoDB MySQL Neo4J Postgres Redis SQLite Adobe Photoshop Figma Postman Jira Swagger Docker ESLint Confluence Babel

πŸ’° You can help me by Donating

PayPal

cleanstarp's People

Contributors

rahularyan avatar towhidn avatar

Stargazers

 avatar

Watchers

 avatar

cleanstarp's Issues

login link

I changed login link for WP and external integrations to link to login page instead of opening modal window. it's not working in new version!?

SQL error in featured question

happened in:
http://ambulanta.hr/featured
my guess is that featured question's table was not created. because theme was installed before this feature was added. I suggest we follow this method on theme initializations:

if(qa_op('cs_current_version')<1){
// theme installation: create table and make initialize theme
}
if(qa_op('cs_current_version')<1.1){
// theme update: make version 1.1 customizations and alter tables for it
}
if(qa_op('cs_current_version')<1.2){
// theme update: 1.2  and so on
}

plugin calls when theme is anything other than CS

mobile theme might be different than CS, or CS might only be called activated on mobile version. plugin should not load any code in this case.
I think it currently causes errors. also while installation if plugin is installed before theme is activated it will have same issue.

empry categories

in question page, anchor with this class is added: "cat-in icon-folder-close"
even if question has no category. so an empty category icon shows up. it should check category before adding this link.

fucntion calls in plugin

it seems that because plugin is called before theme initialization, some functions that are included after plugins execution are not available. I found this issue with qa_user_level_string() function.
we must create copies of these functions with different names and use theme instead.

main navigation

I think it's not set in theme initialization, so them will have no main nav menu after installation.
also navigation items with "qa-nav-main-item-opp" should float right. I think I fixed this before, but it's back in new version.

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.