them.es/Support

Log in or Register to post a new request

Welcome! This Forum is our main place to share official announcements and to help you get support for them.es products. If you have general inquiries on WordPress or need assistance with theme customizations, please head over to the following sites, maintained by the awesome WordPress Community:

WordPress.org Support
StackExchange

Unresolved Topics 0

  • No unresolved topics found

WordPress Support

  • No unresolved topics found

GitHub Issues

  • No open issues found

WordPress Reviews

  • WordPress.org / emoji-toolbar

    • Great Plugin with Smooth Integration
      ⭐️⭐️⭐️⭐️⭐️
      June 20, 2024

    • No country flags
      ⭐️⭐️⭐️⭐️⭐️
      April 30, 2023

    • Wow – works great! Plug & play!
      ⭐️⭐️⭐️⭐️⭐️
      January 14, 2022

  • WordPress.org / i-dont-like-spam

    • Works flawlessly with WPForms
      ⭐️⭐️⭐️⭐️⭐️
      December 13, 2022

    • no more NINJA FORMS canada pharmacy spam emails!!!!!
      ⭐️⭐️⭐️⭐️⭐️
      July 13, 2020

Latest Comments

  1. 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…

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

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

  3. 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…

  4. them.es on Der angegebene Lizenzschlüssel ist ungültig für Billy (Pro)January 9, 2025

    Thanks for getting in touch. This is a rather specific request, not of interest to the public, so let us…

  5. them.es on New Billy (Pro) ReleaseMay 23, 2024

    Today we’ve published Billy Pro v1.4.1. This follow-up release allows you to add due dates to To do checklists and…

#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?
  • them.es Full Site Editing Starter Theme released

    them.es Avatar
    them.es
    June 15, 2021
    Announcement

    Block based Themes are coming to WordPress sooner or later and we just published the first “beta” release of our Full Site Editing Starter Theme.

    If you see yourself as an early adopter who likes to get his/her hands dirty feel free to generate a copy via the Theme Generator: https://them.es/starter-fse

    them.es Full Site Editing

    The source code is licensed under GPLv2 and has been published on GitHub.

    Full Site Editing is a collection of features that allow to fully customize a WordPress site via a new site editor. Overall the Full Site Editing experience using block based Themes looks promising and already works pretty well but you need to be aware that not all features are final and that bugs will appear during development.

    Now a 100% (!) PageSpeed score is achievable with WordPress. Even on Mobile.

    At the current state (WordPress version <5.9) this Starter Theme is not recommended for production sites. Please use it at your own risk and provide technical feedback to the Gutenberg team if possible!

    One more thing: Block based features are still in development and have not yet been fully integrated in WordPress core. In order to enable the Site editor you need to install the Gutenberg Plugin on your site.

    Update: In the meantime WordPress supports Block themes in Core and it’s safe to develop websites using the FSE Starter Theme.


    Comments
    0

    Leave a Reply Cancel reply

    You must be logged in to post a comment.
  • them.es main repositories on Github have been renamed

    them.es Avatar
    them.es
    June 15, 2021
    Announcement

    Last year Github changed the name for newly created repositories: https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main

    To align with this change we’ve decided to rename all our existing Github repositories.

    If you run a local master branch of any of our repositories you need to update your local branch to main:

    • $ git branch -m master main
    • $ git fetch origin
    • $ git branch -u origin/main main


    Comments
    0

    Leave a Reply Cancel reply

    You must be logged in to post a comment.
  • them.es Starter v3 released

    them.es Avatar
    them.es
    May 10, 2021
    Announcement

    The Bootstrap Starter Theme has been updated to make use of Bootstrap 5 which has been released last week.

    Changelog

    • Bootstrap has been updated to the latest release v5.0.0
    • jQuery is optional
    • Support for older browsers has been dropped
    • WordPress Coding Standard improvements
    • Tested with WordPress v5.7

    Download the Theme

    Feel free to test out the new Starter Theme by downloading it using the Theme Generator:

    them.es Starter is a Bootstrap 5 Starter Theme for WordPress.

    Heads up: If you still want to develop with the legacy Bootstrap 4 build just select the old version in the Generator!

    All sources can also be found on GitHub: https://github.com/them-es/themes-starter


    Comments
    0

    Leave a Reply Cancel reply

    You must be logged in to post a comment.
  • I’m trying to change the…

    shoe Avatar
    shoe
    November 18, 2020
    General request

    I’m trying to change the bootstrap theme background. I used this in the main.scss
    // Body
    $body-bg: $gray-600;
    $body-color: $gray-900;

    I also tried adding css:
    body {
    background-color: #f9f1e0;
    }
    but it isn’t working

    my other changes work just fine so npm is working fine.

    Thanks

    Unresolved Resolved

    Comments
    5
    1. them.es Avatar
      them.es
      November 18, 2020

      Hi,

      it’s hard to reproduce what’s wrong with your setup without seeing the full SCSS source.
      Could you first make sure that /assets/css/main.css is writable or delete main.css and try to recompile it.

      If it’s still failing would it be possible to share your main.scss by creating a ZIP file and dragging it in the Uploader (see Sidebar)?

       
      Log in to Reply
    2. shoe Avatar
      shoe
      November 18, 2020

      Okay, it’s working now. User error. Thank you. And thank you for this great theme.

       
      Log in to Reply
      1. them.es Avatar
        them.es
        November 19, 2020

        Glad that you could debug the error and make it work.

        Thanks for the feedback. I’m glad that you find the theme useful. Happy Coding!

         
        Log in to Reply
        1. shoe Avatar
          shoe
          November 20, 2020

          one more question. I want to modify the main blog page loop… where is index.php calling the loop from? I see the single page loop, but not the one which lists the blog posts.

           
          Log in to Reply
          1. them.es Avatar
            them.es
            November 23, 2020

            The post loop in the archive templates (i.e. index, author, category, etc.) is called via get_template_part( 'archive', 'loop' ) which loads the general archive-loop.php template. There you can see that the content-index.php template is referenced.

            index.php – https://github.com/them-es/themes-starter-bootstrap/blob/master/index.php#L22
            archive-loop.php – https://github.com/them-es/themes-starter-bootstrap/blob/master/archive-loop.php
            content-index.php – https://github.com/them-es/themes-starter-bootstrap/blob/master/content-index.php

             
            Log in to Reply

    Leave a Reply Cancel reply

    You must be logged in to post a comment.
  • I can edit main.scss, watch…

    redshoes Avatar
    redshoes
    August 11, 2020
    General request

    I can edit main.scss, watch runs and it all works, except options.
    I change color vars – $red: for example, i change breakpoints, $grid-breakpoints, but no any change i see in the theme.

    Unresolved Resolved

    Comments
    5
    1. them.es Avatar
      them.es
      August 16, 2020

      Hi redshoes!

      The Gulp watch task should work out of the box. Could you make sure that you have read+write access to /assets/css/main.css. You could also try to delete the main.css file and recompile it from the SASS source.

      Hope this helps…

       
      Log in to Reply
      1. redshoes Avatar
        redshoes
        August 16, 2020

        Well, i’m not saying, that gulp is not working. It does it’s job!
        The bug is that i can’t change these global vars, like breakpoints and colors. I can successfully create my own ones, and it works (as i already did for the colors), and thank G-d, i do not really need to change breakpoints in this project, but as for the future…

         
        Log in to Reply
        1. them.es Avatar
          them.es
          August 18, 2020

          Colors can be changed by defining the $colors variable: https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss#L46-L61

          Grid breakpoints can be modified via the $grid-breakpoints variable as pointed out in the official Bootstrap repo: https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss#L285-L292

          But I guess you already know that. So please double check that you are adding these variables in your main.scss file before any @import “../node_modules/bootstrap/scss/bootstrap”; statements.

          This has been tested locally by us and confirmed to be working. If you still don’t manage to change the grid breakpoints, would it be possible to share your main.scss file? You can use the uploader in the sidebar to share it as a ZIP file.

           
          Log in to Reply
          1. seven6 Avatar
            seven6
            March 18, 2022

            I’m confused as Gulp only seems to recognize main.scss and changing any files in node_modules/bootstrap/scss aren’t recognized. I can make changes in node_modules/bootstrap/scss but then I have to change something in main.scss to get Gulp to compile. This seems to be an incredibly slow way to develop. Am I missing a path in my gulpfile.js? Or am I supposed to run npm install in node_modules/bootstrap/ ?

            Thanks!

             
            Log in to Reply
            1. them.es Avatar
              them.es
              March 20, 2022

              Modifying NPM source files is a bad idea. Anytime you update your NPM dependencies all changes will be lost.

              The correct approach is to override the Bootstrap variables as stated in the previous comment – preferably in main.scss
              Documentation: https://getbootstrap.com/docs/5.0/customize/sass/#variable-defaults

              Our Gulp watch command only gets triggered when main.scss or main.js gets modified but feel free to add more paths in your local gulpfile.js

               
              Log in to Reply

    Leave a Reply Cancel reply

    You must be logged in to post a comment.
  • Billy – Looking for a simple, yet powerful billing solution?

    them.es Avatar
    them.es
    March 31, 2020
    Announcement

    Over the last couple of months we’ve been working hard on the latest addition to our product line – a complete billing suite which integrates seamlessly into WordPress – and we’re happy to announce that the free version got approved and has been shipped to the WordPress Plugin directory.

    🙌🏻 🙌🏻 🙌🏻

    Billy

    If you are working as a Freelancer or are responsible for Accounting and Billing in a small agency and are looking for an easy-to-use, future-proof PbD* solution to create Invoices, Quotes and basic Accounting records, go on and give Billy a try.

    *Privacy by Design: Billy posts are privately published, by default.

    The plugin will work with any modern WordPress theme that supports the Block editor.

    1. Install and Activate Billy on your WordPress website
    2. Test it
    3. Provide feedback
    4. Submit a review ⭐️⭐️⭐️⭐️⭐️

    Your valuable comments and suggestions are highly appreciated and will be examined by real people. Promised.

    In the meantime we are getting the PRO add-on ready which will soon be is available for purchase here: https://them.es/plugins/billy

    Billy Pro has some really cool extra features and integrates CRM tools which may speed up your billing processes rapidly.

    • Contact management
    • Address book
    • Upcoming Birthdays widget for your contacts
    • Enhanced Invoices, Quotes and Accounting
    • Stats & charts
    • GDPR compliant by implementing the WordPress Personal Data Exporter
    • …and much more

    Since the “Pro” version will be available as an add-on, installing the free Plugin from the WordPress directory is required in any case – so nothing is ever lost by checking Billy “Free” out.

    Stay tuned!


    Comments
    0

    Leave a Reply Cancel reply

    You must be logged in to post a comment.
  • I’ve been investigating your theme…

    squidzink Avatar
    squidzink
    February 28, 2020
    General request

    I’ve been investigating your theme and like the simplicity and that it already includes basics such as the Bootstrap menu walker that designers like myself don’t really want to build.

    I’m coming from using FoundationPress for number of years which did not facilitate child themes.

    Somewhere on your site I saw a note on regarding child themes and build tools. I’m not finding it now. I want to set a child theme and use sass. I’m not clear how to do this with them.es and I haven’t set a child theme in a sass environment. So, looking for some reference for this.

    Unresolved Resolved

    Comments
    1
    1. them.es Avatar
      them.es
      March 13, 2020

      Hi squidzink!

      Creating a child theme for one of the Starter Themes is not required and not recommended. According to the official WordPress docs a Child Theme allows you to change small aspects of your site’s appearance yet still preserve your theme’s look and functionality.
      The purpose of a Starter theme is to start developing from scratch with a small code base and not to use it as a Parent Theme.

      If you want to build a new them.es Starter Theme you need to be familiar with npm development in order to setup the required frontend build tools.
      The following resource should help you setup your DEV environment: https://them.es/starter-bootstrap/getting-started

       
      Log in to Reply

    Leave a Reply Cancel reply

    You must be logged in to post a comment.
  • 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.
«
1 2 3 4 5 6 7
»

Powered by them.es

  • @GitHub
  • @WordPress
  • Privacy Policy
  • Terms

Notifications