Themler for Wordpress not working

cackowski.patryk
4 Posts
cackowski.patryk posted this 08 May 2023

Good afternoon,

When enabling the Themler editor from my hosting dashboard, no Themler editing icons are visible. You can only see a grey box.

I've tried clearing the cache in Chrome etc. changed the version of the wordpress installation and PHP to older versions but same problem.

I purchased Themler updates today but still have this problem.

Please help how can I solve this problem

Good afternoon, When enabling the Themler editor from my hosting dashboard, no Themler editing icons are visible. You can only see a grey box. I've tried clearing the cache in Chrome etc. changed the version of the wordpress installation and PHP to older versions but same problem. I purchased Themler updates today but still have this problem. Please help how can I solve this problem
Vote to pay developers attention to this features or issue.
10 Comments
Order By: Standard | Newest
janettabloomquist
5 Posts
janettabloomquist posted this 09 May 2023

Hello,

If you're experiencing issues with the Themler editor in your WordPress installation, and you've already tried clearing the cache and changing the versions of WordPress and PHP, here are a few additional steps you can take to troubleshoot the problem:

Verify compatibility: Ensure that your version of Themler is compatible with your WordPress installation. Check the Themler documentation or support resources to confirm compatibility.

Check for conflicts: Disable any other plugins or themes temporarily to see if there's a conflict causing the issue. Sometimes, conflicts arise between different plugins or themes that can disrupt functionality.

Debug mode: Enable WordPress debug mode to see if any errors or warnings are displayed that could shed light on the issue. To enable debug mode, edit your wp-config.php file and set the WP_DEBUG constant to true.

Theme and plugin updates: Make sure that both your WordPress theme and plugins, including Themler, are up to date. Outdated versions can sometimes cause compatibility issues.

Theme settings: Review the Themler settings in your WordPress dashboard to ensure that everything is properly configured. Double-check any settings related to the editor or icons.

Hello, If you're experiencing issues with the Themler editor in your WordPress installation, and you've already tried clearing the cache and changing the versions of WordPress and PHP, here are a few additional steps you can take to troubleshoot the problem: Verify compatibility: Ensure that your version of Themler is compatible with your WordPress installation. Check the Themler documentation or support resources to confirm compatibility. Check for conflicts: Disable any other plugins or themes temporarily to see if there's a conflict causing the issue. Sometimes, conflicts arise between different plugins or themes that can disrupt functionality. Debug mode: Enable WordPress debug mode to see if any errors or warnings are displayed that could shed light on the issue. To enable debug mode, edit your wp-config.php file and set the WP_DEBUG constant to true. Theme and plugin updates: Make sure that both your WordPress theme and plugins, including Themler, are up to date. Outdated versions can sometimes cause compatibility issues. Theme settings: Review the Themler settings in your WordPress dashboard to ensure that everything is properly configured. Double-check any settings related to the editor or icons.
cackowski.patryk
4 Posts
cackowski.patryk posted this 09 May 2023

Hello,

Thank you for your advise. I tried everything but the same result.

I found some problem. When I opened the Themler editor from Wordpress dashboard, I can see the link with number ver=441 at the end of the line:
wwwxxxxxx/wp-admin/themes.php?page=theme_editor&theme=212121121&ver=441

When I chenge it manualy to ver=499:

wwwxxxsxx/wp-admin/themes.php?page=theme_editor&theme=212121121&ver=499

it works fine, but I need to login every time again to Wordpress as admin account and when I open the Dashboard and clean cookies chrome for website. But I see the edit icons Themler and the website is updating after click publishing.

Do you have anyone idea how to permamently or change default to ver=499? Can we change it inside the themler template before loading to Wordpress?

Thank you a lot for help

Hello, Thank you for your advise. I tried everything but the same result. I found some problem. When I opened the Themler editor from Wordpress dashboard, I can see the link with number ver=441 at the end of the line: wwwxxxxxx/wp-admin/themes.php?page=theme_editor&theme=212121121&**ver=441** When I chenge it manualy to ver=499: wwwxxxsxx/wp-admin/themes.php?page=theme_editor&theme=212121121&**ver=499** it works fine, but I need to login every time again to Wordpress as admin account and when I open the Dashboard and clean cookies chrome for website. But I see the edit icons Themler and the website is updating after click publishing. Do you have anyone idea how to permamently or change default to ver=499? Can we change it inside the themler template before loading to Wordpress? Thank you a lot for help

Last edited 09 May 2023 by cackowski.patryk

rorygwgehman
3 Posts
rorygwgehman posted this 09 May 2023

Thanks for sharing..

Thanks for sharing..
barrykaauamo
1 Posts
barrykaauamo posted this 09 May 2023

A commitment of appreciation is all together for the association, keep on sharing such an information. BayCare Patient Portal

A commitment of appreciation is all together for the association, keep on sharing such an information. [BayCare Patient Portal][1] [1]: https://www.baycare-patientportal.com/
janettabloomquist
5 Posts
janettabloomquist posted this 10 May 2023

Hello,

If you're experiencing issues with the Themler editor in your WordPress installation, and you've already tried clearing the cache and changing the versions of WordPress and PHP, here are a few additional steps you can take to troubleshoot the problem:

Verify compatibility: Ensure that your version of Themler is compatible with your WordPress installation. Check the Themler documentation or support resources to confirm compatibility.

Check for conflicts: Disable any other plugins or themes temporarily to see if there's a conflict causing the issue. Sometimes, conflicts arise between different plugins or themes that can disrupt functionality.

Debug mode: Enable WordPress debug mode to see if any errors or warnings are displayed that could shed light on the issue. To enable debug mode, edit your wp-config.php file and set the WP_DEBUG constant to true.

Theme and plugin updates: Make sure that both your WordPress theme and plugins, including Themler, are up to date. Outdated versions can sometimes cause compatibility issues.

Theme settings: Review the Themler settings in your WordPress dashboard to ensure that everything is properly configured. Double-check any settings related to the editor or icons.

Have you tried this?

The parameter "ver" in the URL you provided seems to be related to the version of a specific theme in the WordPress Themler editor. Changing it manually to "ver=499" allows you to access the desired version of the theme.

However, modifying the default value or permanently setting it to "ver=499" would require making changes to the Themler template or the underlying code. Without knowing the specific structure and customization options available in your Themler template, it's difficult to provide an exact solution. Partner Net HEB

In general, you may want to explore the following possibilities:

Check Themler Settings: Look for any settings or options within the Themler editor that allow you to specify the default version parameter or modify the behavior related to theme versions.

Customize Themler Template: If the Themler template allows customization of its code, you could potentially modify the code to include a default version parameter of "ver=499" when loading the theme in WordPress. However, this would require familiarity with the template's structure and coding.

> Hello, > > If you're experiencing issues with the Themler editor in your WordPress installation, and you've already tried clearing the cache and changing the versions of WordPress and PHP, here are a few additional steps you can take to troubleshoot the problem: > > Verify compatibility: Ensure that your version of Themler is compatible with your WordPress installation. Check the Themler documentation or support resources to confirm compatibility. > > Check for conflicts: Disable any other plugins or themes temporarily to see if there's a conflict causing the issue. Sometimes, conflicts arise between different plugins or themes that can disrupt functionality. > > Debug mode: Enable WordPress debug mode to see if any errors or warnings are displayed that could shed light on the issue. To enable debug mode, edit your wp-config.php file and set the WP_DEBUG constant to true. > > Theme and plugin updates: Make sure that both your WordPress theme and plugins, including Themler, are up to date. Outdated versions can sometimes cause compatibility issues. > > Theme settings: Review the Themler settings in your WordPress dashboard to ensure that everything is properly configured. Double-check any settings related to the editor or icons. > > Have you tried this? The parameter "ver" in the URL you provided seems to be related to the version of a specific theme in the WordPress Themler editor. Changing it manually to "ver=499" allows you to access the desired version of the theme. However, modifying the default value or permanently setting it to "ver=499" would require making changes to the Themler template or the underlying code. Without knowing the specific structure and customization options available in your Themler template, it's difficult to provide an exact solution. [Partner Net HEB][1] In general, you may want to explore the following possibilities: Check Themler Settings: Look for any settings or options within the Themler editor that allow you to specify the default version parameter or modify the behavior related to theme versions. Customize Themler Template: If the Themler template allows customization of its code, you could potentially modify the code to include a default version parameter of "ver=499" when loading the theme in WordPress. However, this would require familiarity with the template's structure and coding. [1]: https://www.hebpartnernet.org/
rorygwgehman
3 Posts
rorygwgehman posted this 10 May 2023

Thanks its amazing.. Krowd Darden App

Thanks its amazing.. [Krowd Darden App][1] [1]: https://www.krowddarden.net/
altay-profi
4 Posts
altay-profi posted this 10 May 2023

У меня такая же проблема в joomla 4.3.0 themler 559, вместо панели инструментов серый фон, соответственно не авторизоваться, не обновить themler нельзя... как быть? помогите

I have the same problem in joomla 4.3.0 themler 559, instead of the toolbar there is a gray background, so you can’t log in, you can’t update themler ... how to be? Help

У меня такая же проблема в joomla 4.3.0 themler 559, вместо панели инструментов серый фон, соответственно не авторизоваться, не обновить themler нельзя... как быть? помогите I have the same problem in joomla 4.3.0 themler 559, instead of the toolbar there is a gray background, so you can’t log in, you can’t update themler ... how to be? Help
cackowski.patryk
4 Posts
cackowski.patryk posted this 10 May 2023

Hello all,

I found the problem. When I installed Wordpress with HTTP://, it not works. When I installed Wordpress with HTTPS:// it works without any problems. :)

Hello all, I found the problem. When I installed Wordpress with HTTP://, it not works. When I installed Wordpress with HTTPS:// it works without any problems. :)
altay-profi
4 Posts
altay-profi posted this 10 May 2023

без SSL сертификата themler не работает! после установки сертификата и перевода сайта на протокол HTTPS Themler заработал но выдает ошибку
PHP Error
Sorry, a php errorhas occurred. Error report has been sent
PHP Message - Joomla4.

Apache 2.4 + PHP 8.2 (Актуальная версия)

without an SSL certificate, themler does not work! after installing the certificate and transferring the site to the HTTPS protocol, Themler worked but gives an error
php error
Sorry, a php error has occurred. Error report has been sent
PHP Message - Joomla4.

Apache 2.4 + PHP 8.2 (Current version)

без SSL сертификата themler не работает! после установки сертификата и перевода сайта на протокол HTTPS Themler заработал но выдает ошибку PHP Error Sorry, a php errorhas occurred. Error report has been sent PHP Message - Joomla4. Apache 2.4 + PHP 8.2 (Актуальная версия) without an SSL certificate, themler does not work! after installing the certificate and transferring the site to the HTTPS protocol, Themler worked but gives an error php error Sorry, a php error has occurred. Error report has been sent PHP Message - Joomla4. Apache 2.4 + PHP 8.2 (Current version)
cackowski.patryk
4 Posts
cackowski.patryk posted this 10 May 2023

Try to change the PHP version to 7.4

Try to change the PHP version to 7.4
You must log in or register to leave comments