Jump to content

zoeck

Members
  • Posts

    434
  • Joined

  • Last visited

  • Days Won

    2

zoeck last won the day on July 6 2022

zoeck had the most liked content!

2 Followers

About zoeck

  • Birthday June 12

Profile Information

  • Gender
    Male
  • Location
    Bavaria, Germany

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zoeck's Achievements

Sr. Member

Sr. Member (5/6)

384

Reputation

  1. It’s already possible in the UIkit Admin Theme Just Go to Modules -> Core Category Admin UIKit -> Settings -> Masthead + Navigation -> Logo File
  2. Can you try it if you don't specify the file extension in the download tag?
  3. The slider does not change the image size. The slider is only used to scale the size of the preview in the admin area. if you click on the picture, you can select the edit function. Then you can resize the Image (and save the resized image)
  4. You know that Padloper is not free? You have to buy a license for it, then there are the downloads 😉
  5. Have you changed the variable “$config->httpHosts” in your config.php so that it contains your local url?
  6. And in the log files from the web server? Are there any entries there?
  7. Have a look at the log file of your web server to see if an error message appears. There are also log files from Processwire in this directory: \site\assets\logs It may be a problem with the PHP setting max_input_vars (that the maximum number has been exceeded)
  8. I don't think there is a coupon code for the ProFields, at least I'm not aware of one. But with your purchase you are supporting Ryan, the developer of Processwire.
  9. It looks as if you are still using the old function in the _main.php file (line 6). At least that's what it says in the error message site/templates/_main.php (6): RockFrontend->styles()
  10. You should add some more information. Which PW version is used? Which language pack are you trying to install?
  11. There is also the Croppable Image module
  12. Do you have the domains in the config in an array or as a string? That's how it should look: $config->httpHosts = array('domain.one', 'domain.two', 'domain.three');
  13. When I look into the code of the module, there is no way to set “sender_reply” via a function, except via the module config. But there are some Workarounds: Or the easier version via the mail header: $mail->header("Reply-To", "your@replyto.address");
  14. It should not be a problem to import the comments via the Processwire API. There is also a thread on how to do this here:
×
×
  • Create New...