Download
Theme Name: Zircone
Theme URI: http://www.iris-studio.es/themes/zircone
Author: jjmrestituto
Author URI: http://www.iris-studio.es
Description: A simple, lightweight & clean WordPress theme. Zircone is fully responsive based on Foundation CSS Framework.
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zircone
Tags: light, gray, white, one-column, custom-header, custom-menu, featured-images, post-formats, theme-options, sticky-post, translation-ready, responsive-layout
Setup Instructions
Installation
- Upload zircone.zip to your /wp-content/themes folder
- Unzip it.
- Login to your dashboard
- Activate Zircone Theme in Appearance / Themes
Customize
- Go to Appearance / Customize
- Colors: You can change background color and accent color.
- Logo: You can upload your logo clicking in Select Image button.
- Background Image: You can set a background image. Click Select Image button and upload your image. After that, you can set background rapeat mode, position and attachment.
- Typography: You can change Headings font and Body fonts selecting fonts in the select box of each item.
Menus
- Go to Appearance / Menus
- Create your menu as always 😉
- Attach it to Primary Menu Location
Footer Social Menus
- Go to Appearance / Menus
- Create your menu as always
- Attach it to Social Menu Location
- Create custom links with URL linking to your social profile and text will be displayed as a link.
Widgets
- Go to Appearance / Widgets
- You have a Sidebar Widget Area where you can drop your widgets.
- The sidebar is placed in the offcanvas section. Clicking the hamburger button.
Changelog
1.0.4 – August 9, 2015
- Initial release
1.0.5 – August 18, 2015
- Added Background Accent Color to Sidebar Overlay
- Added Footer Social Menu
1.0.6 – September 14, 2015
- Added Typography Options
- Added Hooks
- Some Code Fixes
1.0.7 – September 23, 2015
- Genericons 3.4 update
- More Social Menu icons added
1.0.8 – September 28, 2015
- Child Theme Bug fixed
jose
19 agosto, 2015 — 12:04
Sería posible cambiar el menú, cuando cambias de idioma? Quiero decir, si cambio a gallego que aparezca el mismo menú pero para ir a las páginas en gallego. Si cambio a catalán el mismo menú pero las paginas en catalán.
Gracias
Juan Javier Moreno Restituto
19 agosto, 2015 — 12:22
Para ello tendrás que utilizar algún plugin que te permita hacer traducciones. Tipo WPML https://wpml.org/es/
Hay gratuitos como Popylang https://wordpress.org/plugins/polylang/ o Babble https://github.com/Automattic/babble pero estos ya no los he probado.
Pedro Fumero
28 septiembre, 2015 — 11:58
Me gusta bastante el theme, existe la posibilidad de añadir un demo para verlo en acción?
Juan Javier
28 septiembre, 2015 — 12:07
Precisamente esta web está usando el Tema Zircone. 🙂
Pedro Fumero
28 septiembre, 2015 — 22:35
Perfecto Javier, muchas gracias!
Sushil Tripathi
10 octubre, 2015 — 22:19
Home page shows complete post instead of excerpt. Is it possible to modify it to only show excerpt instead of complete post.
Juan Javier
11 octubre, 2015 — 09:05
You can use the More Tag.
To know more read this: https://en.support.wordpress.com/more-tag/
Clara Anderson
26 mayo, 2016 — 19:35
Hola Juan Javier:
Me encanta tu theme. Tengo un problema con el menu
1. No me aparece en mobile
2. Las rayas pequenas horizontales de la parte superior (que tambien me imagino que son el menu, cuando las preciono me sale todo blanco). Estas rayitas las tengo en desktop y mobile, seria bueno solo tenerlas en mobile como menu.
Te agradesco de antemano tu ayuda
Muchas Gracias
Clara
Juan Javier
30 mayo, 2016 — 10:19
Hola Clara, gracias por tu comentario.
1. En el menú Apariencia – Widgets tienes que añadir algún widget a la barra lateral para poder activarla. El menú parecerá automáticamente encima de esos widgets.
2. Para hacer que el icono aparezca solo en mobile utiliza este código CSS:
.menu-toggle {
display: none;
}
@media only screen and (max-width: 40.063em) {
.menu-toggle {
display: block;
}
}
Si no puedes editar código CSS te recomiendo este plugin: https://wordpress.org/plugins/pc-custom-css/
Saludos.
Juan Javier
Kuen
31 julio, 2016 — 02:19
Hi Juan,
I really like your theme.. Is it possible display the right sidebar instead of hiding it on the primary menu. Also, is it possible to add a left side bar to make it 3 column website?
Thanks in advance…
Regards,
Naqeen
Juan Javier
30 noviembre, 2016 — 13:26
Hi Naqeen, thanks for your comment and I’m very sorry for the late reply.
I fear it’s not possible. You should develop your own child theme.
Ben Craven
30 noviembre, 2016 — 12:10
Hi Juan Javier
I love your theme but struggle with the menu dropdown as it just seems to lead to a blank panel. This is a problem particularly in mobile. I have tried in Safari, Chrome and I note it seems to be the same on your own website. Can you advise me? Gracias – Ben
Juan Javier
30 noviembre, 2016 — 13:27
Hi Ben. Thanks for liking my theme.
Can you send me screenshots or URL’s where you’re facing the problem you’re taking about? So I can replicate it and solve the problem.
Thank you.