them.es/Support

Log in or Register to post a new request

Welcome! This forum is our main place for sharing official announcements and providing support for them.es products. If you have general inquiries on WordPress or need help customizing your theme, please visit the following sites, which are maintained by the fantastic WordPress community:

WordPress.org Support
StackExchange

Unresolved Topics 0

  • No unresolved topics found

WordPress Support

    GitHub Issues

      WordPress Reviews

        Latest Comments

        1. them.es on Fatal ErrorNovember 28, 2025

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

        2. Peter Kost on Fatal ErrorNovember 27, 2025

          Wordpress Mail: Um deine Website zu schützen, läuft dieser Link in 1 Tag ab. Aber keine Sorge: Ein neuer Link…

        3. them.es on Billy QuestionsMarch 5, 2025

          Hi Janos, thanks for your interest in purchasing a Billy PRO license. Basic multilingual support has been integrated in the…

        4. them.es on Bill Pro Update Version 1.8.0February 28, 2025

          The issue has been resolved in the latest version v1.8.1!

        5. them.es on Bill Pro Update Version 1.8.0February 27, 2025

          Short remark: While chatting with Peter about this issue we found out that there is a compatibility issue with another…

        #Tags

        1 blocks boilerplate bootstrap countup development gutenberg headless-cms jquery JS lts material design npm plugin plus polymer reactjs sass starter support them.es+ theme tutorial VanillaJS wordpress wp-api


        Looking for a solid Support Community Theme?
        • GitHub Gists

          them.es Avatar
          them.es
          November 21, 2019
          Tutorial

          Find useful WordPress related code snippets in our new GitHub Gists repo:

          https://gist.github.com/them-es


          Comments
          0

          Leave a Reply Cancel reply

          You must be logged in to post a comment.
        • Goodbye Grunt…

          them.es Avatar
          them.es
          August 23, 2019
          Announcement

          Important notice: The Grunt config in our Starter Themes got replaced by gulp + webpack in the latest releases.

          Gulp is quite similar to Grunt and allows to automate tasks like SASS > CSS compilation.

          Webpack makes bundling of (Javascript) modules a breeze. The main advantage of bundling modules into a single file is that static assets get a smaller file size.

          Including and bundling new Javascript modules is really easy and works out-of-the-box with the given configuration. A tutorial which explains how to include webpack modules to main.js can be found here: https://webpack.js.org/concepts/modules


          Comments
          0

          Leave a Reply Cancel reply

          You must be logged in to post a comment.
        • Material Design Components v3 and v3.1 released

          them.es Avatar
          them.es
          August 1, 2019
          Announcement

          https://github.com/material-components/material-components-web

          The Material Design Starter Theme has been updated to work with this release. Only a minor code change had to be made to the fixed mdc-top-app-bar.


          Comments
          0

          Leave a Reply Cancel reply

          You must be logged in to post a comment.
        • Bootstrap receives a Long Term Support Plan

          them.es Avatar
          them.es
          July 31, 2019
          Announcement

          Each major version of Bootstrap will receive at least six months of support after it is retired, followed by six months of critical bug fixes and security updates.

          This official announcement from the Bootstrap team is important as website maintenance and update planning will be more projectable for developers.

          https://blog.getbootstrap.com/2019/07/24/lts-plan

          According to this blog post, Bootstrap v3 will not receive security updates anymore and that’s why the Bootstrap 3 download option has been marked as deprecated and will be removed shortly. Once Bootstrap v5 is published, this new version will become our default Starter Theme and Bootstrap v4 will become an optional download.


          Comments
          0

          Leave a Reply Cancel reply

          You must be logged in to post a comment.
        • Goodbye jQuery…

          them.es Avatar
          them.es
          July 6, 2019
          Announcement

          We’ve removed jQuery as a frontend dependency from our Starter Themes.
          Please note that jQuery is still needed in the WordPress dashboard (backend) and will be loaded there automatically!

          jQuery has been very useful for a while but modern web standards browser support has improved a lot and most JS frameworks started to drop any external dependencies in favor of plain/vanilla JS.

          Reducing the loading time of web applications and minimizing HTTP requests is one of the main goals of many developers. And since jQuery is an external library which needs to be downloaded first, avoiding it (if possible) makes a lot of sense.

          If your code still depends on jQuery you can activate it in functions.php by adding array( 'jquery' ) in the wp_enqueue_script function where main.js is referenced (See: https://github.com/them-es/themes-starter-bootstrap/blob/v2/functions.php#L480).

          Further reading:
          https://developer.wordpress.org/reference/functions/wp_enqueue_script
          http://youmightnotneedjquery.com
          https://medium.com/@trombino.marco/you-might-not-need-jquery-a-2018-performance-case-study-aa6531d0b0c3
          https://developer.mozilla.org/en-US/docs/Web/JavaScript

          #jquery, #js, #vanillajs


          Comments
          0

          Leave a Reply Cancel reply

          You must be logged in to post a comment.
        • React WP-API boilerplate

          them.es Avatar
          them.es
          June 11, 2019
          Announcement

          Our latest boilerplate has been published on Github. This is a great starting point for developers who need to create a headless WordPress Single Page Application.

          WP-API ReactJS Boilerplate

          Please note that you need to have a deeper knowledge of WordPress, NPM, Javascript/ReactJS and Bootstrap in order to be able to use this boilerplate.

          Go to the GitHub repository, download the boilerplate and follow the instructions.

          The Source Code is licensed under GPLv2 and has been published on GitHub.

          A simple setup tutorial can be found in the Readme of the repository.


          Comments
          0

          Leave a Reply Cancel reply

          You must be logged in to post a comment.
        • Hello, I installed the starter…

          jerm Avatar
          jerm
          May 17, 2019
          Bug report

          Hello, I installed the starter spa theme and am having trouble with the navigation menu. In wp-admin, I created the menu items with sub menu item, but they are not nested. Also, the menu is not scrollable so you cant see the menu items that are “below the fold”. Not sure if the theme even supports this, so I thought I would ask. Thanks!

          Using wordpress 5.2. Ive attached screenshots of the admin menu builder and a screenshot of the websites homescreen.

          Unresolved Resolved

          Comments
          2
          1. them.es Avatar
            them.es
            May 20, 2019

            Hi jerm!

            Unfortunately nested menus are not supported in the Polymer Starter Kit which has been used as basis for the theme.
            For larger sites which need support for submenus it would be better to use the Bootstrap Starter Theme.

            Thanks for informing us about the sidebar scrolling issue. This has been fixed in the latest release: https://them.es/starter-spa

             
            Log in to Reply
            1. jerm Avatar
              jerm
              June 4, 2019

              Awesome, thanks for the reply!
              I will download the latest version and give it a try. Thanks for the reply!

              ~Jerm

               
              Log in to Reply

          Leave a Reply Cancel reply

          You must be logged in to post a comment.
        • Material Components for the web v2.0…

          them.es Avatar
          them.es
          May 13, 2019
          Announcement

          Material Components for the web 2.0 has been released recently with new features and bugfixes. The WordPress Material Starter Theme has been tested with the latest version 2.2 and the code base got updated.

          Feel free to use it for your next project!


          Comments
          0

          Leave a Reply Cancel reply

          You must be logged in to post a comment.
        «
        1 … 4 5 6 7 8 9
        »

        Powered by them.es

        • @GitHub
        • @WordPress
        • Privacy Policy
        • Terms