Themler Update v. 559 - PHP 8 support for Wordpress and Joomla themes added

Support Team
Support Team posted this 16 September 2022

We are glad to introduce version 559 that includes:

  • PHP 8 support for Wordpress themes
  • PHP 8 support for Joomla 3 themes
  • More fixes for Joomla 4 support

If your theme for Wordpress or for Joomla 3 cannot be opened to update Themler, please temporarily switch to PHP 7.x, open and update Themler, then switch to PHP 8. Alternatively, import the theme in Themler desktop, update and re-export it under a different name, then install the theme on your website.

We are glad to introduce version 559 that includes: - PHP 8 support for Wordpress themes - PHP 8 support for Joomla 3 themes - More fixes for Joomla 4 support If your theme for Wordpress or for Joomla 3 cannot be opened to update Themler, please temporarily switch to PHP 7.x, open and update Themler, then switch to PHP 8. Alternatively, import the theme in Themler desktop, update and re-export it under a different name, then install the theme on your website.

Last edited 21 November 2023 by Support Team

Vote to pay developers attention to this features or issue.
405 Comments
Order By: Standard | Newest
info27282
2 Posts
info27282 posted this 12 October 2023

For one reason I will never switch to nicepage. I do my hosting myself. They don't have anything to do with it and certainly don't force me to purchase hosting when purchasing the software!

It is scandalous that when they say that they can only maintain and develop 1 project, licenses for Themler are still offered for sale on the Themler page. Just a scam!

I will still use Themler this year and will then look for developers who have nothing to do with Artisteer or Themler. These are just scammers trying to empty your pockets. Happened twice now...they won't experience a third time.

For one reason I will never switch to nicepage. I do my hosting myself. They don't have anything to do with it and certainly don't force me to purchase hosting when purchasing the software! It is scandalous that when they say that they can only maintain and develop 1 project, licenses for Themler are still offered for sale on the Themler page. Just a scam! I will still use Themler this year and will then look for developers who have nothing to do with Artisteer or Themler. These are just scammers trying to empty your pockets. Happened twice now...they won't experience a third time.
@ITS
72 Posts
@ITS posted this 16 October 2023

Just for your information - you don't necessarily have to use nicepage hosting. I have already built a site with it and hosted it on my own server. It's only included in the package price, unfortunately - if it were optional the prices would be more attractive.

Still... unfortunately it's not the same and I wish they would develop Themler further or at least enable more regular bug fixes and PHP 8.x full support

Just for your information - you don't necessarily have to use nicepage hosting. I have already built a site with it and hosted it on my own server. It's only included in the package price, unfortunately - if it were optional the prices would be more attractive. Still... unfortunately it's not the same and I wish they would develop Themler further or at least enable more regular bug fixes and PHP 8.x full support
@ITS
72 Posts
@ITS posted this 16 October 2023

Dear all,

I have fixed the errors! Thanks to ChatGPT. The errors came from two files, which I corrected with the given instructions from ChatGPT. You can find those in the attachment. This is what ChatGPT gave me back:

To resolve the error related to PHP 8, where a required parameter $tag
follows an optional parameter $imageHtml, you can apply the following
steps:

Swap the positions of the required and optional parameters: Update the
function or method so that the required parameter $tag comes before
the optional parameter $imageHtml. For example, if the original
function declaration looks like this:

function my_function($imageHtml = '', $tag)

You can update it to:

function my_function($tag, $imageHtml = '')

Be sure to also update any function calls to pass the arguments in the
correct order.

You have to download the ZIP which is attached here in my post and extract the two PHP files and upload the to you plugins\themler-core\shortcodes folder in WordPress and overwrite the two files.

Hope this helps anyone.

So for Themler developer, very easy fix!

@Pascal Mariany

Hey... i try your customize PHP Files on WP Page.
But again Errors when use your customize shortcodes-effects.php
the shortcodes.php cant use, crash the layout - but this brings not error - only shortcode-effects is problem with WP.

Errors/Warnings on Line 291 and 302

Got error 'PHP message: PHP Warning: Trying to access array offset on value of type null in /home/users/xx/www/xxx/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 291; PHP message: PHP Warning: Trying to access array offset on value of type null in /home/users/xx/www/xxx/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 291; PHP message: PHP Warning: Trying to access array offset on value of type null in /home/users/xx/www/xxx/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 302; PHP message: PHP Warning: Trying to access array offset on value of type null in /home/users/xx/www/xxx/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 302

> Dear all, > > I have fixed the errors! Thanks to ChatGPT. The errors came from two files, which I corrected with the given instructions from ChatGPT. You can find those in the attachment. This is what ChatGPT gave me back: > > > To resolve the error related to PHP 8, where a required parameter $tag > > follows an optional parameter $imageHtml, you can apply the following > > steps: > > > > Swap the positions of the required and optional parameters: Update the > > function or method so that the required parameter $tag comes before > > the optional parameter $imageHtml. For example, if the original > > function declaration looks like this: > > > > function my_function($imageHtml = '', $tag) > > > > You can update it to: > > > > function my_function($tag, $imageHtml = '') > > > > Be sure to also update any function calls to pass the arguments in the > > correct order. > > You have to download the ZIP which is attached here in my post and extract the two PHP files and upload the to you plugins\themler-core\shortcodes folder in WordPress and overwrite the two files. > > Hope this helps anyone. > > So for Themler developer, very easy fix! @Pascal Mariany Hey... i try your customize PHP Files on WP Page. But again Errors when use your customize shortcodes-effects.php the shortcodes.php cant use, crash the layout - but this brings not error - only shortcode-effects is problem with WP. Errors/Warnings on Line 291 and 302 Got error 'PHP message: PHP Warning: Trying to access array offset on value of type null in /home/users/xx/www/xxx/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 291; PHP message: PHP Warning: Trying to access array offset on value of type null in /home/users/xx/www/xxx/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 291; PHP message: PHP Warning: Trying to access array offset on value of type null in /home/users/xx/www/xxx/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 302; PHP message: PHP Warning: Trying to access array offset on value of type null in /home/users/xx/www/xxx/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 302

Last edited 16 October 2023 by @ITS

Prestige Park Ridge
2 Posts
Prestige Park Ridge posted this 18 October 2023

Nice Topic

Nice Topic
Prestige Park Ridge
2 Posts
Prestige Park Ridge posted this 18 October 2023

Nice Topic

Nice Topic
mykohlscardsonline
1 Posts
mykohlscardsonline posted this 23 October 2023

I truly enjoyed reading it. This subject offered by you is very helpful and accurate. mykohlscard login

I truly enjoyed reading it. This subject offered by you is very helpful and accurate. [mykohlscard login][1] [1]: https://mykohlscards.online/
missrubygoa
5 Posts
missrubygoa posted this 24 October 2023

https://www.missruby.in/

https://www.missruby.in/
amnaseo6
21 Posts
amnaseo6 posted this 27 October 2023

Very informative post ! There is a lot of information here that can help any business get started with a successful social networking campaign

Watermelon Game

Very informative post ! There is a lot of information here that can help any business get started with a successful social networking campaign ![Watermelon Game][1] [1]: https://suikagame.com/
baggagebee.info
1 Posts
baggagebee.info posted this 07 November 2023

I have read your post . Its really useful.

I have read your post . Its really useful.
Werbeagentur Schulz-Design
171 Posts
Werbeagentur Schulz-Design posted this 09 November 2023

Still... unfortunately it's not the same and I wish they would develop Themler further or at least enable more regular bug fixes and PHP 8.x full support

I absolutely agree with you.
I cannot understand why a good software that is already in BETA is simply discontinued and not further developed.

It could just be a few small things that one or two programmers corrected in a few days.

Nobody expects new features to be added every year, just that bugs are fixed and PHP 8.x compatibility is guaranteed.

The software is good as it is. And Nicepage is the ultimate garbage!

I had already offered to contribute to the costs, but never received a response to my offer.

Best regards
Thorsten
Werbeagentur Schulz-Design

> Still... unfortunately it's not the same and I wish they would develop Themler further or at least enable more regular bug fixes and PHP 8.x full support I absolutely agree with you. I cannot understand why a good software that is already in BETA is simply discontinued and not further developed. It could just be a few small things that one or two programmers corrected in a few days. Nobody expects new features to be added every year, just that bugs are fixed and PHP 8.x compatibility is guaranteed. The software is good as it is. And Nicepage is the ultimate garbage! I had already offered to contribute to the costs, but never received a response to my offer. Best regards Thorsten [Werbeagentur Schulz-Design][1] [1]: https://www.schulzdesign.info
Werbeagentur Schulz-Design
171 Posts
Werbeagentur Schulz-Design posted this 09 November 2023

have you found another alternative software to Themler?

Unfortunately, nothing comparable so far.

I'm currently testing Quix for Joomla, but the menu cannot be designed and the support is - well, let's say standard. You only get standard answers, as if you are a newbie and not a Joomla expert.

Best regards
Thorsten
Werbeagentur Schulz-Design

> have you found another alternative software to Themler? Unfortunately, nothing comparable so far. I'm currently testing Quix for Joomla, but the menu cannot be designed and the support is - well, let's say standard. You only get standard answers, as if you are a newbie and not a Joomla expert. Best regards Thorsten [Werbeagentur Schulz-Design][1] [1]: https://www.schulzdesign.info
Peter L.
11 Posts
Peter L. posted this 09 November 2023

Hallo Herr Schulz, - ich habe das gleiche Problem wie die meisten anderen hier. Ich verstehe auch nicht, wieso ein gutes Produkt wie Themler nicht weitergeführt wird. Ich persönlich habe das hier für mich gefunden: https://www.joomlaplates.de
Die Templates und die Module funktionieren bei Joomla3, Joomla4 und auch bei Joomla 5 einwandfrei. Ebenso bei PHP8.1 und 8.2. Vielleicht konnte ich Ihnen damit helfen. Viele Grüße aus Falkensee bei Berlin, - Peter Lind | https://www.lindtec.de

Hallo Herr Schulz, - ich habe das gleiche Problem wie die meisten anderen hier. Ich verstehe auch nicht, wieso ein gutes Produkt wie Themler nicht weitergeführt wird. Ich persönlich habe das hier für mich gefunden: https://www.joomlaplates.de Die Templates und die Module funktionieren bei Joomla3, Joomla4 und auch bei Joomla 5 einwandfrei. Ebenso bei PHP8.1 und 8.2. Vielleicht konnte ich Ihnen damit helfen. Viele Grüße aus Falkensee bei Berlin, - Peter Lind | https://www.lindtec.de
vikrammsinghseo
4 Posts
vikrammsinghseo posted this 10 November 2023

You don’t know this fact yet but once you visit our gallery, you would know why we as so bold to make such a statement. And once you meet our Escorts In Saket you would know that every word we say is the truth. Whether you are a tourist, businessman, or working professional, you all need so time for yourself.

You don’t know this fact yet but once you visit our gallery, you would know why we as so bold to make such a statement. And once you meet our [Escorts In Saket][1] you would know that every word we say is the truth. Whether you are a tourist, businessman, or working professional, you all need so time for yourself. [1]: https://www.delhibeauties.com/saket-call-girls.html
David at Acoma
21 Posts
David at Acoma posted this 19 November 2023

I tested widgets page in Wordpress and all is working fine for me.

Themler theme version v.559, and PHP 8 activated and no wordpress plugins,

Once you start adding other plugins you will see the problems appear, clean wordpress and themler works, but the moment you add other popular plugins themler starts to fail. I am seeing this on 9 websites I manage now, so I am no longer doing maintenance until this problem resolutions improves

> I tested widgets page in Wordpress and all is working fine for me. > > Themler theme version v.559, and PHP 8 activated and no wordpress plugins, > Once you start adding other plugins you will see the problems appear, clean wordpress and themler works, but the moment you add other popular plugins themler starts to fail. I am seeing this on 9 websites I manage now, so I am no longer doing maintenance until this problem resolutions improves
dehradunqueens69
1 Posts
dehradunqueens69 posted this 23 November 2023

Visit Our Profile Links Mention Below :

https://www.coupondetect.com/author/dehradunqueens69/

http://www.trainingpages.com/author/dehradunqueens69/

https://outof.games/members/dehradunqueens/

https://www.batteryjobs.com/employers/2167911-dehradun-queens

https://www.kreavi.com/dehradunqueens69/info

Visit Our Profile Links Mention Below : [https://www.coupondetect.com/author/dehradunqueens69/][1] [http://www.trainingpages.com/author/dehradunqueens69/][2] [https://outof.games/members/dehradunqueens/][3] [https://www.batteryjobs.com/employers/2167911-dehradun-queens][4] [https://www.kreavi.com/dehradunqueens69/info][5] [1]: https://www.coupondetect.com/author/dehradunqueens69/ [2]: http://www.trainingpages.com/author/dehradunqueens69/ [3]: https://outof.games/members/dehradunqueens/ [4]: https://www.batteryjobs.com/employers/2167911-dehradun-queens [5]: https://www.kreavi.com/dehradunqueens69/info
Pascal Mariany
33 Posts
Pascal Mariany posted this 24 November 2023

Did you all try 567?

Did you all try 567?
swetygera
2 Posts
swetygera posted this 24 November 2023

Visit Our Profile Links Mention Below :

https://forums.xmetal.com/forums/users/swetygera/

https://www.coffeejobs.com/employers/2483263-dehradun-hot-female

https://postgresconf.org/users/swety-gera

https://p.mobile9.com/swetygera/

https://profile.hatena.ne.jp/swetygera/profile

https://www.socialtinkering.org/profile/lovelyswety3231/profile

https://www.atlantaacademyofcannabisscience.com/profile/lovelyswety3231/profile

https://yellowfever.co.nz/users/swetygera

https://www.pilateswellness.com.au/profile/lovelyswety3231/profile

https://www.coupondetect.com/author/swetygera/

https://notabug.org/swetygera

https://www.clickpackmove.com/profile/lovelyswety3231/profile

https://redpah.com/profile/371463/swety-gera

https://secondstreet.ru/profile/swetygera/

https://fliist.com/en/profile/swetygera

https://jobs.nefeshinternational.org/employers/2519552-swety-gera

Visit Our Profile Links Mention Below : [https://forums.xmetal.com/forums/users/swetygera/][1] [https://www.coffeejobs.com/employers/2483263-dehradun-hot-female][2] [https://postgresconf.org/users/swety-gera][3] [https://p.mobile9.com/swetygera/][4] [https://profile.hatena.ne.jp/swetygera/profile][5] [https://www.socialtinkering.org/profile/lovelyswety3231/profile][6] [https://www.atlantaacademyofcannabisscience.com/profile/lovelyswety3231/profile][7] [https://yellowfever.co.nz/users/swetygera][8] [https://www.pilateswellness.com.au/profile/lovelyswety3231/profile][9] [https://www.coupondetect.com/author/swetygera/][10] [https://notabug.org/swetygera][11] [https://www.clickpackmove.com/profile/lovelyswety3231/profile][12] [https://redpah.com/profile/371463/swety-gera][13] [https://secondstreet.ru/profile/swetygera/][14] [https://fliist.com/en/profile/swetygera][15] [https://jobs.nefeshinternational.org/employers/2519552-swety-gera][16] [1]: https://forums.xmetal.com/forums/users/swetygera/ [2]: https://www.coffeejobs.com/employers/2483263-dehradun-hot-female [3]: https://postgresconf.org/users/swety-gera [4]: https://p.mobile9.com/swetygera/ [5]: https://profile.hatena.ne.jp/swetygera/profile [6]: https://www.socialtinkering.org/profile/lovelyswety3231/profile [7]: https://www.atlantaacademyofcannabisscience.com/profile/lovelyswety3231/profile [8]: https://yellowfever.co.nz/users/swetygera [9]: https://www.pilateswellness.com.au/profile/lovelyswety3231/profile [10]: https://www.coupondetect.com/author/swetygera/ [11]: https://notabug.org/swetygera [12]: https://www.clickpackmove.com/profile/lovelyswety3231/profile [13]: https://redpah.com/profile/371463/swety-gera [14]: https://secondstreet.ru/profile/swetygera/ [15]: https://fliist.com/en/profile/swetygera [16]: https://jobs.nefeshinternational.org/employers/2519552-swety-gera
mairakhatrikhatri
12 Posts
mairakhatrikhatri posted this 28 November 2023

Most of the time I don’t make comments on websites, but I'd like to say that this article really forced me to do so. Really nice post! aniwatch

Most of the time I don’t make comments on websites, but I'd like to say that this article really forced me to do so. Really nice post! [aniwatch][1] [1]: https://aniwatch.ph/
sanskarishwetamalik
4 Posts
sanskarishwetamalik posted this 29 November 2023

Experience the ultimate relaxation and pleasure with our Call Girl Gurgaon, without breaking the bank. Our stunning and sensuous angels are skilled at relieving stress and tension, leaving you rejuvenated and satisfied. You can trust that our prices are reasonable and fair, while still offering the highest quality service. Indulge in the company of these irresistible ladies at a price that fits your budget. At Girls Curls, we offer a range of services to meet the diverse desires of our clients.

Experience the ultimate relaxation and pleasure with our [Call Girl Gurgaon][1], without breaking the bank. Our stunning and sensuous angels are skilled at relieving stress and tension, leaving you rejuvenated and satisfied. You can trust that our prices are reasonable and fair, while still offering the highest quality service. Indulge in the company of these irresistible ladies at a price that fits your budget. At Girls Curls, we offer a range of services to meet the diverse desires of our clients. [1]: https://www.shwetamalik.in/gurgaon-call-girls.html
mairakhatrikhatri
12 Posts
mairakhatrikhatri posted this 18 December 2023

Anitaku is a completely free streaming site for users to watch or download anime in HD quality with English subtitles or dubbing

[Anitaku][1] is a completely free streaming site for users to watch or download anime in HD quality with English subtitles or dubbing [1]: https://anitaku.io/
You must log in or register to leave comments