Giter VIP home page Giter VIP logo

Comments (4)

viktorix avatar viktorix commented on June 1, 2024 1

@byrevx thanks for reporting. Are there any errors in the console?

from classicpress-v2.

KTS915 avatar KTS915 commented on June 1, 2024

I am not seeing this, but I'm using PHP 8.2.

from classicpress-v2.

byrevx avatar byrevx commented on June 1, 2024

Tested now with 8.0 and 8.1 , same problem.

Text mode;
2023-11-17 10_51_48-Add New Post β€Ή Stirile Altfel - Scurt Pe Doi β€” ClassicPress β€” Mozilla Firefox

Visual Mode:
2023-11-17 10_52_19-Add New Post β€Ή Stirile Altfel - Scurt Pe Doi β€” ClassicPress β€” Mozilla Firefox

Dubugging:
2023-11-17 10_54_26-Edit Post β€œTest” β€Ή Stirile Altfel - Scurt Pe Doi β€” ClassicPress β€” Mozilla Firefo

Removing inline css visibility: hidden; from mceu_23 (id) the information and buttons are visible, except that they are arranged vertically, they are not aligned to the left, but but adding in includes/css/editor.css the following rule .mce-btn {float: left;} everything is ok.

from classicpress-v2.

byrevx avatar byrevx commented on June 1, 2024

@byrevx thanks for reporting. Are there any errors in the console?

Uh, thanks for giving me a tip, it didn't occur to me to look in the console. It seems that I had a mixed context, http with https, it was a newly installed site and I use Cloudflare for ssl.

ClassicPress Address (URL) and Site Address (URL) were both with http, I changed to https and added to wp-config.php

$_SERVER['SERVER_PORT'] = 443;
$_SERVER['REQUEST_SCHEME'] = "https";
$_SERVER['HTTPS']='on';

of the 3 lines above, one must remain:
$_SERVER['SERVER_PORT'] = 443;
or
$_SERVER['HTTPS']='on';

otherwise I can't log in.

  • Apparently, on a site with the old version 1.4.4, authentication does not require changes in wp-config.php.

So theoretically it's not really a bug, it depends on the fact that the browser no longer allows mixed content, theoretically it's my mistake.

P.S. It would be useful to have a notice-warning of the "nag" type that would display after installation, in the dashboard, the fact that mixed content (http + https) is being used, as well as displaying a link (help) or information on how to solve the problem.

from classicpress-v2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.