Jump to content

benbyf

Members
  • Posts

    796
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by benbyf

  1. love it and think most little bits have been picked up.

    On the design side if possible restricting wide text sections like quotes on the homepage to a restricted width so that word count on each line is between 10-16 words will help people read it without getting lost on the jump to a new line. This both helps people read and looks nicer as it adds white space on wider screens breaking up the sections.

    • Like 5
  2. running PW3.0.98 and simply cant find a way to default the lang to fr-FR on the front end. Hoped this module would do the magic but can only ever get en-EN on enter to the site in a private session. Guest user lang is fr. Something else I need to be doing?

  3. Quote

     

    To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Platform, making the following changes effective immediately. We understand that this may affect your business or services, and we appreciate your support in keeping our platform secure.

    These capabilities will be disabled immediately (previously set for July 31, 2018 or December 11, 2018 deprecation). The following will be deprecated according to the timeline we shared previously:

    • Public Content - all remaining capabilities to read public media on a user's behalf on December 11, 2018
    • Basic - to read a user’s own profile info and media in early 2020

    For your reference, information on the new Instagram Graph API.

     

    https://www.dropbox.com/s/tl5zgx9h7iormf8/Screenshot 2018-12-10 13.53.46.png?dl=0

     

    Just seen this on the instagram developer portal. I had a quick play with the facebook API explorer but couldn't get it to work as wanted (just display another user's profile image). Think we'll need to get going with this as instagram is stopping support for it's own API ?

  4. What is the recommedned way of getting another user's recently images? Am I right in saying in sandbox mode only the dev user can display their content, so it's needed to use the profile's account to setup the dev tokens etc, or is there a way of adding another username to the sandbox so I can query their images...

    Bit confusing sorry, but I can only display my own images currently, no matter what I add to the module options.

  5. For some unknown reason when you add an admin page as a child of one of the menu items e.g. Setup - the page doesn't appear in the Setup menu. I've had to do a hacker work around to make it work but was wondering what I needed to add to the module or page to make this happen, and what was the thinking behind this? As looking at the core code it looks as though this was done purposely.

    Thanks!

  6. I always seem to get this warning on every new install of PW on my Ubuntu 14 box with Digital Ocean. The servers are usually based in the UK and I was wondering if I should be adding something other than the below in the config? Is there a UK based locale code? Quick Google didnt come up with much.

    Warning: your server locale is undefined and may cause issues. Please add this to /site/config.php file (adjust “en_US.UTF-8” as needed): setlocale(LC_ALL,'en_US.UTF-8');

    Added to the config file:

    setlocale(LC_ALL,'en_US.UTF-8');

     

  7. Is there any update on this, doesn't look like many of the browsers have followed the google team by implementing. Love to have a simply solution for converting to webp in PW too if that might be available, even if its for opera and chrome users. something like

    image->size(1000,0,"webp");

    or

    webp = image->convert("webp")

     

  8. Think that’s a great idea! Havent seen the file rename and replace before so not sure how that relates but wouldn’t be much work to get he module to work with specific permissions and give a default and permissions to hook into as options.

     

  9. On 9/7/2018 at 10:34 AM, Knubbi said:

    Great module, thank you!

    Is there a way to use separate variations of icons, e.g. "fas fa-check" vs. "far fa-check"?

    P.S.: You might want to point to the icon cheatsheet in the module description. I was confused as well (newbie).

    Both valid. PW comes with Fontawesome in the default admin so thats why its the deafult far icons. If you want to purchase new icons versions and replaces the files in your copy then that shoul work.

    Will definitely change the description.

    • Like 1
  10. 3 minutes ago, AndZyk said:

    I like the design.

    The search function is not working or am I missing something? Maybe a search function for a single page is not necessary. ?

    Ha, true. I'm future proofing it. Will have a blog up there soon too.

    • Like 1
  11. 17 hours ago, flydev said:

    Just a suggestion, as @wbmnfktr said, you should limit the size for the video on client editing. Then give them a note that they have to use **a video converter from a web service** prior to upload the video to the backend.

    With https://clipchamp.com/en/products/utilities your video can be reduced from 72MB to 15MB with a really decent quality.

    Settings are : 

    Preset:  Web
    Resolution:  720p
    Format:  mp4
    Quality:  Medium
     
    You should give a try ✌️
    ps: I am not affiliated with them but there are a free plan. Mods, feel free to remove the link..

    looks good, but I dont really want to sign up for a monthly fee to get the watermark off for a single video ?

  12. 16 hours ago, horst said:

    In case of images you can let them upload what they want, but ensure that it is in highest possible quality. For the output you define width x height, quality and even output format (jpeg), if they use png were not appropriate. ?

    thanks @horst didnt know you could convert the type as well as size.

  13. 17 hours ago, dragan said:

    Simple and nice.

    Caught a little typo there ?

    Also, you might want to match the height of the bottom contact form elements, or re-arrange them. The msg textarea is quite small...

    good catch thanks! will look at making teh comment box bigger, you going to write me a long message? ?

  14. I've done some of that work for sure. I just looked in Chrome and got around 22mb and thats with video, so its not great but not quite that bad.

    Though in checking I spotted some massive png's that should be jpg's that obviously the client must have uploaded so going to have to change that.

×
×
  • Create New...