I installed this theme locally, and I ran into a few problems. When I click one of the WordPress admin links at the top of the page (Customize, Edit Page, etc.) I get “404/Not found”. The URL appears in the address bar, and I have to position the cursor in it and hit enter to open the link. Whether I’m logged in or not, when I type the site URL into the address bar, it opens on the 404 page, and I have to click one of the menu links to see the page. I have it set up for a static home page, by the way.
-
Starter SPA issues
Show full contentShow lessI installed this theme locally, and I ran into a few problems. When I click one of the WordPress admin […]
Comments4-

Hi ddgardner!
I’ve duplicated your comment from https://them.es/support/2015/06/08/them-es-starter-spa-ready-for-download/#comment-10 as a new post.
The SPA Starter Theme has been designed as a Single Page Application. I.e. All links (even the WordPress internal links) are routed via page.js
So you’ll have to open them in a new tab or hit enter again.If your Front page displays a 404 error…
1. Go to Settings > Reading
2. Front page displays: A Static page
3. Select your Homepage
4. Save changesThis has been documented here: https://them.es/starter-spa/download
Please let me know if that works for you.
-

The wp-admin redirect now works in the latest release v1.0.4 – You can download a new customized theme or add the following line in index.php: https://github.com/them-es/themes-starter-spa/blob/b1d2a9e029cdc038a9a36f8f52e0e9e79733ac7c/index.php#L199-L206
-
Hi, thanks for responding. I downloaded the new version and installed it on a local server. Unfortunately, it’s still not working. Before, when I’d click on a link, I’d get a 404 in the content area of the theme. Now, it takes me to a separate page with a “not found” error message. Here’s what’s strange, though- I installed it online on a free host, and it worked fine. Maybe the problem lies with my local server installation.
Thanks again for taking the time.
-
-

Maybe “mod_rewrite” is not enabled on your local server. And/Or your Permalink settings are wrong.
Try to set the Permalink structure to “Day and name”.
Leave a Reply
You must be logged in to post a comment. -
-
multiple countup numbers in one row?
Show full contentShow lessMultiple countup numbers are stacked on top of each other; I would like them to spread in one row and […]
Multiple countup numbers are stacked on top of each other; I would like them to spread in one row and also have headers. I was not able to add the shortcode to an ACF table nor was I able to input the shortcode and table code in the page’s source code. Any advice? Tx.
Comments1-

Inserting a shortcode in a PHP template is actually easy:
echo do_shortcode("[...]");Please have a look at the following discussion if you want to use shortcodes in a Advanced Custom field table: https://wordpress.org/support/topic/shortcodes-in-table-apply_filtersthe_content
The provided solution is working for me.
Leave a Reply
You must be logged in to post a comment. -
-
Countup in a widget
Show full contentShow lessI used the Countup as in http://them.es/plus/countup/. This looks good at a page or post. However, in a widget it […]
I used the Countup as in http://them.es/plus/countup/. This looks good at a page or post. However, in a widget it doesn’t work. Is a method available to make this work in a widget too?
Comments1-

Here is a short tutorial how to enable shortcodes in widgets: http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/
Leave a Reply
You must be logged in to post a comment. -
-
them.es Starter MDL ready for download
Show full contentShow lessA new Starter Theme is available for download under them.es/starter-mdl. It is built using the official Material Design Lite components. […]
A new Starter Theme is available for download under them.es/starter-mdl. It is built using the official Material Design Lite components.
If you are a WordPress Developer you can use this Starter Theme as a basis for creating new websites.
The Source Code is licensed under GPLv2 and has been published on GitHub.
Comments0Leave a Reply
You must be logged in to post a comment. -
Please note that the Contact Form included in…
Show full contentShow lessPlease note that the Contact Form included in them.es Plus is deprecated and will be removed in the upcoming release. […]
Please note that the Contact Form included in them.es Plus is deprecated and will be removed in the upcoming release.
We recommend to install the powerful and flexible Contact Form 7 https://wordpress.org/plugins/contact-form-7 instead.
Thanks for your understanding!
Comments0Leave a Reply
You must be logged in to post a comment. -
them.es Starter SPA ready for download
Show full contentShow lessA new Starter Theme is available for download under them.es/starter-SPA. You can generate a well-documented Theme to develop a Single […]
A new Starter Theme is available for download under them.es/starter-SPA. You can generate a well-documented Theme to develop a Single Page Application (SPA).
It’s a so called Starter Theme which means that WordPress Developers can use it as a basis for creating new websites.

This Theme has been developed from scratch using Web Components and Page Routing. Polymer and all required Elements are included and can be kept up-to-date using Bower.
The Source Code is licensed under GPLv2 and has been published on GitHub.
More details can be found here http://www.klicc.at/en/blog/2015/06/08/new-wordpress-starter-theme-available-for-free
Comments1-
Comment moved to: https://them.es/support/2016/01/12/starter-spa-issues/
Leave a Reply
You must be logged in to post a comment. -
-
SASS?
Show full contentShow lessI really appreciate your work on the Starter theme but would it be possible to add a Sass version of […]
I really appreciate your work on the Starter theme but would it be possible to add a Sass version of the theme?
Comments2-

Hi wordpresser!
Thanks for your input. The Starter Theme has been updated and now also includes the official Bootstrap SASS source files. Providing another Theme just with SASS was no option.
Developers are now free to choose their preferred preprocessor.You can download the updated Theme here: http://them.es/starter
-
Great. Thank you 🙂 I think I can live with SASS/LESS being in coexistence in the theme 🙂
Leave a Reply
You must be logged in to post a comment. -
-
Bootstrap v3.3.4 released
Show full contentShow lessA new Bootstrap version has been released and got integrated into our WordPress Starter Theme. Get your customized Bootstrap Starter […]
A new Bootstrap version has been released and got integrated into our WordPress Starter Theme.
Get your customized Bootstrap Starter Theme under them.es/starter now!
Comments0Leave a Reply
You must be logged in to post a comment.


Thanks for reporting this issue, Peter. As confirmed via email, a v2.0.1 bugfix release has been published in the morning.…