Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Titles are just returning empty for me as well. I have this issue a couple of months now after updating to 3.1.0 but I need to do something as the issue does not fix itself. Recreating the indices on the Tools page did not resolve the issue. I checked the settings, clear CRP cache, clear some other caches, disabled some plugins.

    Note: I use text only mode, no thumbnails. Only title is not showing but excerpt is showing. The title is in a URL frame. The URL frame is working (is clickable). The problem is that we do not have a text for the title. The TEXT content of the title is not generated!

    This is the returned HTML:
    <span class="crp_title"></span>

    Update: I found an option for title length under Output tab that was set to 0 . That’s strange! OK so the issue is that we now have to set a character number limit for title length. We do not have an option to just display the full title regardless of its length. I suppose we can use a large number like 500 to get there. It works now!

    It is however desirable to be able to set -1 for full title length.

    wpsgas

    (@wpsgas)

    Apparently the issue still persists on some configurations. I checked and is due to the fact that browser automatically adds attributes to the new “figure” element. Like this:

    figure {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 40px;
        margin-inline-end: 40px;
    }

    The “figure” element appears to have the role of container or perhaps placeholder for the image, as the image is now lazy-loaded. At least that’s my theory.

    First I thought that there is a new option somewhere in the plugin’s settings page. I searched there but couldn’t “figure” it OUT.

    With version 3.0.5 installed, the problem is still there. Tried incognito. Decided not to fight with web server’s cache and throwed a new custom css rule to disable the margins.

    .crp_related figure {margin:0;}

    Anyways… it was ugly but fixable. Thanks for a great plugin otherwise.

    Thread Starter wpsgas

    (@wpsgas)

    Thank You for the code,

    It is good that we can use this ‘patch’ until an option will be added for disabling thumbnail generation in the CRP plugin.

    Thread Starter wpsgas

    (@wpsgas)

    Well, I have Custom size checked as the only option available and below there is 0 px by 0 px size of thumbnail.

    There is no clear setting that you can do to ensure that thumbnails are not generated at all. There are only settings depending on other settings for this witch is not ideal.

    There is a lot of talk in CRP options about thumbnail display witch in one thing but nothing on thumbnail generation witch is another thing.

    1. I have selected Text only under Styles
    Enabling this option will disable thumbnails …

    2. I have selected Custom size under Thumbnail size as the only option because I do not generate any other thumbnails sizes within my WP installation

    3. I have set 0 px by 0 px next to the option above

    4. Even under Feed options I selected Do not display thumbnails, only text
    with 0 px by 0 px setting below

    Result on WP 5.0.2: 150 x 150 px thumbnails are being generated by CRP

    Disabling CRP plugin fixes the problem but this is not a solution
    Same settings as described above produced no thumbnails on WP 4.9.9

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