Git Product home page Git Product logo

octobercms-juicy-theme's Introduction

Introduction

This theme demonstrates how awesome and simple to create web applications using modern frontend frameworks and the power of OctoberCMS.

Theme build on Vue.js and can be configured with UI from backend.

All components are fully responsive without Bootstrap dependency. You can use any of included components or make your own with vue.js or not.

So, you can build something like this:

banner

Available components

  • Navigation
  • Promo
  • Portfolio
  • About us
  • Reviews
  • Contacts
  • Map widget
  • Site footer

If you are wondering how the components work or you want to make your own based on them - welcome to Github repository.

octobercms-juicy-theme's People

Contributors

alex-lit avatar kitisak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

octobercms-juicy-theme's Issues

How to add a contact form?

I'd like to add a contact form using one of the plugins but I don't know how to integrate them. I tried using one of the widgets but they are not compatible with components and when trying to add them from the main page it doesn't render properly.

So far I tried Magic Forms and Custom Forms.

Adding new components

Basically it. I was trying to find the main file where all components are declared and couldn't find it.

What's the right way to create a custom component? I guess someone has to modify theme.yaml to add the component but will that be enough? What about adding a component that includes plugins or server code?

Enable contact form

How can I enable this Vuejs code in my project?
jQuery(document).ready(function(t) {
t("[data-form-phone-field]").mask("+7 (999) 999-99-99"), t("[data-form-time-field]").mask("99:99"), t("[data-form-btn]").click(function() {
var e = t(this),
i = t(this).parents("[data-form]"),
o = i.find("[data-form-status]"),
a = {},
n = e.text(),
s = i.attr("data-form-template"),
r = i.attr("data-form-recipient"),
l = i.attr("data-reachGoal"),
c = ["Пожалуйста, укажите номер телефона", "Спасибо, сообщение отправлено", "При отправке сообщения возникли проблемы. Пожалуйста, отправьте письмо на ящик " + r];
return i.find("[required]").each(function() {
t(this).removeAttr("data-form-field-invalid"), "" != t(this).val() && t(this).val() != t(this).attr("placeholder") || (t(this).attr("data-form-field-invalid", ""), i.find("input[data-form-field-invalid], textarea[data-form-field-invalid]").addClass("shake animated"), setTimeout(function() {
i.find("input[data-form-field-invalid], textarea[data-form-field-invalid]").removeClass("shake animated")
}, 1e3))
}), i.find("[data-form-field-invalid]").length ? (o.html(c[0]).slideDown(500), !1) : (i.find("input, textarea, select").each(function(e) {
var i = t(this).attr("name"),
o = t(this).attr("placeholder") || t(this).prev().html();
o = t.trim(o.replace(/[:
]/g, "")), a[i] = {
label: o,
value: t(this).val()
}
}), t.ajax({
url: "/themes/" + s + "/assets/forms/send-form.php",
type: "POST",
data: {
send: "do",
to: r,
subj: i.attr("title"),
data: a
},
beforeSend: function() {
e.text("Отправка...")
},
success: function(t) {
var a = parseInt(t);
return e.text(n), o.html(c[a]).slideUp(500), 1 == a && (i.attr("data-form-success", ""), i.find("input, textarea, select").val("")), yaCounter39444945.reachGoal(l), !0
},
error: function(t, e, i) {
alert(e + "," + i + "," + t.responseText)
}
}), !1)
})
})

Can you please share how this code works, and what should be modified from default template?
Thanks in advance.

how to install?

after yarn install, how do i make october can parse dist/pages/*.htm

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.