scottgeiger
Forum Replies Created
-
I have run into the same problem. What I have found is that for some reason the juicy.png divider is not loading as encrypted, throwing the page into a “mixed” mode which seems to cause problems.
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] Post Descriptions DisappearHi there, I just had a chance to test it. Posts do not disappear now. It still isn’t quite right for me though, I had a custom function that overrides the default excerpt function. It checks to see if there is an excerpt entered on the post and uses that instead. That is not working now. I will dig around more and see what I can find. If you want here is the function I am using:
function manual_excerpt_more( $excerpt ) { $excerpt_more = ''; if( has_excerpt() ) { $excerpt_more = '<br /><a class="read-more-button" href="'. esc_url( get_permalink($post->ID) ) . '">' . __( 'Read more', 'naturespace' ) . '</a>'; } return $excerpt . $excerpt_more; } add_filter( 'get_the_excerpt', 'manual_excerpt_more' );
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] Post Descriptions DisappearI apologize on not responding sooner. I have filled out your internal support link.
I am using the NatureSpace theme: https://www.ads-software.com/themes/naturespace/
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] Post Descriptions DisappearI finally was able to test 1.5.9, still not working for me. I upgraded the plugin, went to my site and any post that did not have a custom excerpt showed as blank. I opened an incognito window and went to my site. Initially the post appeared correctly, then I logged in and went back to the home page and the posts were blank again. I closed the incognito window and opened a new one and now the posts were blank. I then reverted back to 1.5.4 and reloaded the page and the posts appeared as expected.
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] Post Descriptions DisappearSorry need to update this again. I tested again and now any post without an excerpt does not appear in the feed; regardless of whether I am logged in or not. I have downgraded back to 1.5.4 for now.
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] Post Descriptions DisappearA little more detail on this. I found that if I was not logged in to my site that the posts would appear. I wanted to make sure it was not a caching issue, so I opened an incognito window in Chrome and checked my site – the posts appeared correctly. I closed the window and opened a new incognito window and this time I logged in. After logging in I went to the home page and saw that those posts without a custom excerpt were appearing blank.
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] Post Descriptions DisappearI am having the same problem. It started happening on version 1.5.5 (version 1.5.4 worked fine). I tried what you suggested above and it did not change anything. I am using NatureSpace 2.0.1 theme. The posts on the home page only display if I have entered a manual excerpt.