Okay
  Public Ticket #3498265
There is no icon on the website with the latest version 4.9
Closed

Comments

  • jmansonn started the conversation

    There is no icon on the website with the latest version 4.9. The social media icons and rating icons are missing. When I downgrade to the previous version, all the icons are visible

    Attached files:  cap1.jpg
      cap2.jpg
      cap3.jpg

  • [deleted] replied

    Please share your site url and admin creds in private reply

  •   jmansonn replied privately
  • [deleted] replied

    add this code in your wplms-customizer.php file in wplms customizer plugin : 

    add_filter('wplms_enqueue_head_gutenberg',function($x){
    return false; },99999);
  • jmansonn replied

    I hadn't had time until today to update to the new version. I had the wplms customizer plugin disabled. Following instructions I activate it, insert the code at the end of the wplms-customizer.php file and indeed all the icons are seen again. However, in the administration panel a code appears at the top that says: "Warning: Cannot modify header information - headers already sent by (output started at /home/customer/www/staging2.pildorasinformaticas.es/public_html/wp- content/plugins/wplms-customizer/classes/customizer_class.php:32) in /home/customer/www/staging2.pildorasinformaticas.es/public_html/wp-includes/pluggable.php on line 1435".

    I leave the website and when I try to log in again it won't let me log in. >span class="jCAhz ChMk0b">Attached image

    I had to deactivate the wplms-customizer plugin via FTP so that it would let me enter the website again.
    Since the error mentions line 32 of the customizer_class.php file, I went to see that file via FTP and I see that I have two files in the directory: customizer_class.php and custmizer_class2.php. The customizer_class.php file has up to line 31 but does not have 32 lines of code


    --------------------------- SOLVED-------------------------

    Resolved. The customizer_class.php file had two lines of blank code below the closing php tag on line 31. I deleted the two blank lines of code and the problem was solved

    Attached files:  error 1.jpg