Jump to content

Jimi Wikman

Clients
  • Posts

    1,565
  • Joined

  • Last visited

  • Days Won

    20

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Jimi Wikman

  1. What did you have in mind? I have made a few and if it's not too difficult I might be able to help.
  2. This is a difficult one to make since it require server resources for it to work. Doing it for one client might be doable, but unless you want to spend a lot of time in support, I would think twice about making it a plugin for the marketplace due to the many configurations hosting services offer. Maybe there already are services for this though that can be set up in a plugin that just connect that service with the images to transform? Something like: https://www.convertapi.com/jpg-to-webp ? That could be doable perhaps?
  3. Not unless you somehow can provide the content height with the content. Basically what you do is add a hole in your site and place some content behind that hole. The size of the hole will be whatever you set on your site. Whatever happens on the other side of that hole is out of your control. If you want, you can try to use JavaScript to manipulate the iframe. My experience with it is not so great, but there are some solutions that might work for you. This might be a starting point: https://stackoverflow.com/questions/49253341/how-to-make-iframe-100-height-according-to-its-content
  4. There are more important things to work on than a minor fix that only affect a small number of Android users. The Web Application Manifest is only a draft yet and has been since 2013... so how many users are actually impacted by this? I have not checked, but do IPS even have a manifest?
  5. Next two weeks might be a bit tight, but it depends on the theme 🙂 I'll toss you a PM.
  6. I assume it is because it basically turns the default design into two designs and you need to add a switch somewhere, that take up more space in the navigation. It's not very difficult to add on your own, though. I have a codepen where I have my code that I use: https://codepen.io/jimiwikman/pen/vYmXNQb I also added a cookie for this to make the change persistent.
  7. You can probably build a database for this using Pages if you like? I stay away from Torrents because you know... I don't want to get sued or go to jail, but that is just me 🙂
  8. If you loose position to a competitor over AMP alone, I would be surprised. AMP was praised for its speed, but then as people realized that conversion dropped like a rock, it did not catch on in the most important segment: business. So I would say if this is something that will eventually be implemented, make sure it can be turned on manually only. I tried it on WordPress and hated it, and I still exit any page that show me that watered-down experience. Almost as fast as sites that ask me to turn off ad-blockers 🙂 Considering that less than 0.2% use AMP and almost none of the top sites do, if we are to believe online stats, I don't think this is a magical bullet for SEO gains. You can easily check the sites above you in the search results to see if they use AMP or not. My guess is that they simply have better SEO strategies and work more focused on their keywords, especially in the long-tail. You may also be surprised to know that you can still rank without passing all the checks and that the checks are just the visible parts of the algorithms, not the whole solution 🙂 Content and links still are king when it comes to SEO and the goal is not to get people to your site, it is to make them stay. Right?
  9. https://medium.com/@jamesfuthey/how-to-add-facebook-live-chat-to-your-website-dd48fc8bb066 So it needs to go into the global template just before the </body> tag. In your admin section, go to Themes -> Edit HTML & CSS (looks like this </>). It should open your global HTML, but if it does not, you find it at core->front->global->global template. Go to the end of the template and place the Facebook code snippet just before the </body>.
  10. Do you have any instructions? It is a little tricky not knowing where they tell you to add it 🙂 I assume it is the header or footer code?
  11. At the moment, you can only set up database relations between Pages databases. I assume this is because Pages databases has a certain architecture that allow for this connection and that is why we can not connect to plugins and apps. This however creates a silo structure where Pages content is separate from other content, which for me at least, make it less appealing to add plugins and applications since I can not cross-reference them using the database relation. So if there is a way to break down that silo and allow database relations with all data, then that would be awesome 🙂
  12. @tpasa Do I read this correctly that you will have a hybrid setup with Wordpress and IPS? Or are you considering moving over to IPS only? I think many of us would be more than happy to help with answering questions if you need that before you hire someone to do the configurations for you. Just tell us about your site and what you have in mind and I am sure we can help with most of what you need 🙂
  13. Right now, RSS import is rather clunky and you get the imports in the content as one blob. I would like to be able to select one of XML nodes as source into a custom field when creating the import. Maybe for example I have a custom field called "Author", then I want to match that with the XML node that hold that information. In some cases it will not be available, then I will leave that blank, or enter a default value just like you can today. So for this to be useful I need the following: Be able to choose to use an XML node, or set a default value. If I choose XML node, then I need to get a list of the nodes in a dropdown so I can select it For extra credit, it would also be nice to see the XML so I can see what information it contains, in case the naming of the XML nodes are confusing. Anyone thinks they have a solution for this, then toss me a PM to discuss or post a reply here if you are not shy 🙂
  14. The problem with The Highest Rated is that no matter how you twist and turn things, items with just a single 5-star vote will always outrank any item with many votes the moment that item have any other vote than a 5. Most votes mean nothing to be honest, since it can be any value entered. So for a vote to matter, you need to consider not just an average rating, but also the number of ratings in each value. If you have two items that both have the same rating, then count which one has most 5-star ratings. If that is the same, then count 4-star ratings and so on. If they are the same all the way down to the 1-star rating, then the most recent one wins. How does that sound?
  15. If you check your code, the CSS is referenced like this: https://www.tipf.co.uk/uploads/css_built_35/341e4a57816af3ba440d891ca87450ff_framework.css?v=cbbe5fcd171632085049 This result in a hotlink protection, regardless if you use www or not. So you have some form of hot linking active on the site. May I ask what control panel you are using? I am guessing it is either cPanel or Plesk?
  16. Checked your site and it does not seem like the changes have been made properly. It looks like your hotlink protection is still messing with the redirects, so turn that off again and see if you can reach ACP.
  17. Not a bad thought. That would give customers a bit of option and if it is ok then the customer could choose to make public at any time.
  18. My thoughts turned into a blogpost instead 🙂 https://jimiwikman.se/articles/professional/the-importance-of-communication-when-trust-dies-horribly-and-organizations-fail-r229/
  19. You have CTA, Secondary and tertiary in the top (reversed). Below the tertiary have a different color, but I assume that is due to the theme? So for me, you have 4 styles, where one have an accent color instead of the default color?
  20. Could be a FastCGI issue... Are you uploading through a form I assume, so then it could be mod_reqtimeout if you are on Apache, or the php.ini need to be adjusted (can be in root or per accoount, or both).
×
×
  • Create New...