• Hello, when we comment and subscribe – after sending the comment, a link appears under the subscription management form.

    It looks like this (on my old server) https://localhost/wp/?page_id=15236&post_permalink=https://localhost/wp/?p=10278

    It is always a page unavailable – no access. I don’t know why, regardless of whether I do such a test as a guest or as an admin. – Oh, the security plugin excludes invalid query strings – it then blocks access to sybskrbchai management files.

    And question 2 – is a static or virtual website safer or does it not matter?

    Tables on the subscription management list should have lines (to distinguish fields and, at least, rows – currently it is a chaotic table because there are no lines visible.

    • This topic was modified 9 months, 2 weeks ago by Danishsard.
    • This topic was modified 9 months, 2 weeks ago by Danishsard.
    • This topic was modified 9 months, 2 weeks ago by Danishsard.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @danishsard

    In some cases the virtual page does not work out, it’s sort of like tricking WordPress into thinking it’s a real page and that doesn’t always work as expected.

    So turning off the virtual page and creating a real one for that purpose would be the better choice. Doesn’t really make a difference in most cases, but the chances that some conflicts with WP or other plugins happen due to that virtual approach are eliminated.

    As for the styling of the tables, we do not modify styling, it’s all inherited from the theme, table styling is one of the base stylings that all themes should have.

    But there might be an issue, can you create a test page and just add some simple table on it as the content and check how it looks and let me know if it’s styled or not.

    Thread Starter Danishsard

    (@danishsard)

    Hello, I have already added my styles. It looks good with them.

    td, th {
    border: 1px solid #0A2763;
    padding: 5px;
    }

    tr:nth-child(even) {background-color: #d9e2fc;}

    th {
    background-color: #0A2763;
    color: white;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘You are subscribed to this entry, manage subscription – error?’ is closed to new replies.