Jump to content
thirty bees forum

lesley

Members
  • Posts

    2,223
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by lesley

  1. I do not think the license can be transferred in that way. You did not buy the module per-se you bought a license to use it.
  2. You need an elasticsearch server instance to connect it to.
  3. Just apply this commit, https://github.com/thirtybees/elasticsearch/commit/49da250d73e2a6d7ea677797c458c15c3511d668
  4. @alwayspaws I would recommend staying with siteground or going with a2. Cloudways is kind of easy to use, but it is set for a technical level of use. Also, you have to factor in that cloudways does not have email servers, so you will have to pay for that as well.
  5. I am reaching out to them, but for the time being assume after updating you will need to make this change again.
  6. Yeah, this is something I have noticed as well, that I would attribute to google. I first noticed it on a site I use for tracking SEO rankranger.com I thought it was because of oh how they were using node. Then after we added Google Optimize to the google analytics module I noticed it on my dev site. What the issue is, is if you are using Google Optimize, they white the screen out and delay the showing of the screen. This should only be happening if you are using Google Optimize and have an id entered. See here in the code, https://github.com/thirtybees/ganalytics/blob/master/views/templates/hook/analyticsjs.tpl#L26 That line is hiding the contents of the browser window, then this line, https://github.com/thirtybees/ganalytics/blob/master/views/templates/hook/analyticsjs.tpl#L29 is showing it 4 seconds later. You can edit the file and manually adjust the timer to less than 4000 milliseconds. The reason I used that value is because that is what the Google code uses. Here is a screenshot of what they give me in my account, notice the highlighted line, https://www.screencast.com/t/WkNFXg6h
  7. Hmm, are those files not generating? I am not seeing any console errors when accessing your category page. The smaller and the smallest is something I added. If you notice the product-list.tpl is using srcset now. Which is a highly complicated pain in the ass for a template based site. The idea is when you are on desktop 1920 x 1080, your site needs a 250px squared image. But when you site is scaled down to a tablet size, you need likely a 218px squared image. This is something that most browsers these days support, and if they don't there is a fall back to just using the regular img src. https://caniuse.com/#search=srcset I am guessing you installed an early version of thirty bees and then upgraded. You might have to add the image sizes manually, this is something we cannot put in an upgrader, as it would break theme images. Here is a list of the images and sizes to add. https://github.com/thirtybees/thirtybees/blob/1.0.x/install-dev/data/xml/image_type.xml#L15
  8. Oh dang, the inline one is the one that does not have a license. I will have to contact the author and see if he can add an open source license to it, or you can if you know him.
  9. Ahh nice, its something we can work with, it has an open source license.
  10. Do you have piwik on a sub domain without ssl and you are trying to connect via ssl? The ssl connection works from my testing just now if both sites have an ssl certificate.
  11. lesley

    OFF Topic!!

    Let me see if I can figure out how to find them and log into them.
  12. lesley

    OFF Topic!!

    I don't think they allow any kind of direct access. Here are the ones I have, https://www.amazon.com/YI-Camera-Wireless-Security-Surveillance/dp/B01CW4BLG8/ref=sr12_sspa?s=electronics&ie=UTF8&qid=1509633114&sr=1-2-spons&keywords=yi+camera&psc=1 https://www.amazon.com/EZVIZ-Mini-1080p-Security-Camera/dp/B01N13H4Z0/ref=sr15?s=electronics&ie=UTF8&qid=1509633165&sr=1-5&keywords=ezviz https://www.amazon.com/EZVIZ-Surveillance-Weatherproof-Customizable-Detection/dp/B01M02DPZ6/ref=sr111?s=electronics&ie=UTF8&qid=1509633165&sr=1-11&keywords=ezviz
  13. Hmm, it might still work, maybe it was written well the first time around.
  14. There is not a module that I am aware of that does this.
  15. What did you have to do to get it working?
  16. It was for @bzndk suggestion of having people sign up daily for a giveaway. Here is their site, https://www.rafflecopter.com/
  17. lesley

    OFF Topic!!

    I have several, but they all require 3rd party software (an app) to use.
  18. I just saw the notification and thought I better get to work on the BACKERS.md file. I am going to get that up tonight. Thanks for the donation and thanks @wakabayashi as well, I just got your notification too.
  19. Do you get any errors when error reporting is turned on in the front end?
×
×
  • Create New...