Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter demolishun

    (@demolishun)

    Thanks for getting back to me. I went in an changed that value to ’80’ from ‘100’. Then I had the gallery I was working with regenerate thumbnails bulk action with the images selected. It did some work. Then I checked the thumbnails on the server and they were still 100% quality and the same original size. I also deleted the thumbnails and told it to generate them again. Still the same result and same size of file as before. I did do a manual check of the quality in Gimp, but exporting with 80% quality just to make sure. The file went from 44K to 15K when I did that. Anyway, I don’t have a whole lot of images. I could just manually generate the new thumbnails using Gimp.

    Am I missing some library on my server maybe?

    Thread Starter demolishun

    (@demolishun)

    I was not using the Visual editor to preview. I was using the text editor to enter my text to prevent the visual editor from removing whitespace when I pasted the code. Now, however, WordPress removes whitespace from the beginning of lines upon opening a post in the visual editor. This has made my workflow different.

    I found a workable solution now. By using the “pre” with a css class I can enclose my code. Then to remove the outer box that would appear around the Code Colorer box I set the css to this:

    
    .cchack{
      border:none;
      margin: 0 0 0;
    }
    

    This has solved my issue and workflow problem. Thanks!

    I tried setting my PHP version to 7.1 from 5.6. It made the content in my pages disappear. This is for WordPress 4.8.2. I do have an older version of Code Colorer is there though.

    I ran into the issue where Code Colorer is not working in a new site, but an older version is working in old site. Switching CC version may or may not fix the issue with disappearing content. So I feel stuck.

Viewing 3 replies - 1 through 3 (of 3 total)