Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello @davidel maybe the theme is not supporting the virtual page for StCR .

    Try to create the Real Management Page, discussed here:

    https://www.ads-software.com/support/topic/real-management-page-link-broken?replies=4

    and let us know.

    Regards.

    Thread Starter DavideL

    (@davidel)

    Hi @reedyseth, thanks for your answer. I followed the steps: I made a copy of page.php, added the code, saved as subscribe.php, uploaded with FTP. I set the Virtual Management Page to NO, then created a new page with the permalink https://ripetizioni-matematica-padova.it/comment-subscriptions/ matching the one I have in the corresponding option in the StCR plugin and with the created template…What’s next? I mean, I can see this page saying something like “If you wish to unsubscribe from an article check the corresponding box and click the button at the bottom of the list. You are now following:

    No articles found.”

    But still no subscription box under the comments area… any suggestion?

    @davidel The message No articles found is happening because you are not subscribed to any post. Perhaps is because you are the administrator of the page and not need to subscribe since WP notify you on any activity.

    Try to make a comment with a fake user, approve the comment, subscribe and the try to click on the Manage my Subscriptions, there you will see the info.

    Now, about the subscription Box not visible. What are the options that you have selected? Are you the admin of the site? Can you run this Query?

    SELECT * FROM wp_options WHERE option_name LIKE '%subscribe_reloaded%';

    You can paste the result here: https://paste.behstant.com/

    Thread Starter DavideL

    (@davidel)

    Hi @reedyseth, I knew why the message “No articles found” is appearing, the problem was just with the subscription box =)

    Now, which options do you need to know? Here some screens:

    Options 1
    Management page
    Options 2

    Yes I’m the admin of the site, but sorry I don’t really know how to run a query /.\

    Ok I saw the problem, your theme is applying a display: none; to the tag label. Something like this:

    #respond label {
    display: none;
    }

    So in your Codice HTML change what you have for this:

    <p style='width: 450px !important; '><label for='subscribe-reloaded' style='display: block !important;'>[checkbox_field] [checkbox_label]</label></p>
    Thread Starter DavideL

    (@davidel)

    Great, thanks =) Just one more thing. Which of the dozens of Tempera files is the one I should modify? I can’t find a specific html file nor I have a great familiarity with WP.

    ?? , You don’t have to modify the theme.

    That option is located in the StCR options, see here:

    opzioni1.png.

    Thread Starter DavideL

    (@davidel)

    ^^ my fault. Thanks a lot, now it’s working well.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Subscription box not appearing’ is closed to new replies.