Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.
 
 
 
Aaron James Young 4e16fcda12 Merge branch 'master' of ssh://i.proqsolutions.com:10022/proq/happycamper-theme před 4 roky
assets Revert to normal logo před 6 roky
inc Add Google Maps API Key před 7 roky
template-parts Add custom fields to single rental template; add styles and template for rental archive před 7 roky
.gitignore Add a bit of text to README před 4 roky
404.php Update 404 template & styles před 7 roky
Gruntfile.js Ready to start building 💪 před 7 roky
README.md Add a bit of text to README před 4 roky
android-chrome-192x192.png Add icons for all platforms před 7 roky
apple-touch-icon.png Add icons for all platforms před 7 roky
archive-rental.php updated CTA text před 6 roky
archive.php Initial-ish commit před 7 roky
bower.json Update bower.json před 7 roky
browserconfig.xml Add icons for all platforms před 7 roky
comments.php Initial-ish commit před 7 roky
editor-style.css Initial-ish commit před 7 roky
favicon-16x16.png Add icons for all platforms před 7 roky
favicon-32x32.png Add icons for all platforms před 7 roky
favicon.ico Add icons for all platforms před 7 roky
footer.php [wip] Add free night at coast promo před 6 roky
front-page.php removed promo from front page před 5 roky
functions.php Add explore URL před 7 roky
header.php complete merge před 6 roky
index.php Fix unclosed html tag před 7 roky
manifest.json Add icons for all platforms před 7 roky
mstile-150x150.png Add icons for all platforms před 7 roky
package-lock.json Add a new promo to homepage před 6 roky
package.json Remove foundation-sites from package.json před 7 roky
page-contact.php Add map to “Contact Us” page před 7 roky
page-river.php Finish updating background images to load from ACF před 7 roky
page.php Fixed title display error and formatting před 7 roky
safari-pinned-tab.svg Add icons for all platforms před 7 roky
screenshot.png Initial-ish commit před 7 roky
search.php Initial-ish commit před 7 roky
sidebar.php Initial-ish commit před 7 roky
single-rental.php updated CTA text před 6 roky
single.php Initial-ish commit před 7 roky
style.css Set theme info in root style.css před 7 roky

README.md

Happy Camper WordPress Theme

Getting Started

You’ll need nodejs and npm installed on your system.

Install grunt and bower system-wide:

  • sudo npm install -g grunt-cli
  • sudo npm install -g bower

Then, in the theme folder,

  • Install node modules: npm install
  • Install bower packages: bower install

Run grunt sass && grunt autoprefixer && grunt concat to generate your stylesheets and script files.

While developing, you can run grunt watch to watch your stylesheets and javascript files for changes and compile. The generated CSS is written to assets/css/style.css so do not edit that file because your changes will be lost. If you want to write CSS directly without bothering with the SCSS compiling, you can do so in the theme’s main /style.css file.

Advanced Custom Fields

Home

  • [Subhead] Background Image: home-subhead-bg-image
  • [Subhead] Title: home-subhead-title
  • [Subhead] Subtext: home-subhead-subtext
  • [Subhead] CTA Text: home-subhead-cta-text
  • [Subhead] CTA URL: home-subhead-cta-url
  • [Subhead] Maintained: home-subhead-maintained
  • [Testimonial] Quote: home-testimonial-quote
  • [Testimonial] Citation Author: home-testimonial-citation-author
  • [Testimonial] Citation Title: home-testimonial-citation-title
  • [Learn More] Background Image: home-learn-more-bg-image
  • [Learn More] Title: home-learn-more-title
  • [Learn More] Text: home-learn-more-text
  • [Learn More] CTA Text: home-learn-more-cta-text
  • [Learn More] CTA URL: home-learn-more-cta-url

Planning

  • [Subhead] Background Image: planning-subhead-bg-image
  • [Subhead] Title: planning-subhead-title

About

  • [Subhead] Background Image: about-subhead-bg-image
  • [Subhead] Title: about-subhead-title