Themes
All themesNo clustered themes yet.
Market
Commercial opportunities need traceable source links before they are treated as build-worthy.
100.0% of this page's analysis has direct source links.
0 rows here require auditable proof before promotion.
0 rows have source counts but still need direct links.
No clustered themes yet.
Pain still appears around bugs, compatibility despite praise for reliable, quality.
Error in regular post preview (using BeTheme): users show bugs, compatibility pain that may indicate a product gap.
Simple Preview · Error in regular post preview (using BeTheme) Hi there, When doing a regular preview of a draft post, using certain modules from the visual builder in BeTheme (Muffin Builder), I get this error: Warning: Creating default object from empty value in /home/couragem/public_html/wp-content/plugins/simple-preview/simple-preview.php on line 140 Fatal error: Uncaugh complaint [simple-preview ]-Not working[simple-preview ]-Not working: users show bugs, support pain that may indicate a product gap.
Simple Preview · [simple-preview ]-Not working I’m using wordpress 3.2.1 and the plugin seems to be broken. mixed Support for Custom Post TypesSupport for Custom Post Types: users show security, support pain that may indicate a product gap.
Simple Preview · Support for Custom Post Types Okay, I’ve added the support for custom post types: // hack to add custom post types to the query $oPost = get_post( $this->id ); $this->post_type = $oPost->post_type; add_action( 'pre_get_posts', array( $this, 'add_post_type_to_query' ) ); add_filter('posts_results', array(&$this, 'fake_publish')); function add_post_type_to_que mixed Plugin not workingPlugin not working: users show bugs, compatibility, support pain that may indicate a product gap.
Simple Preview · Plugin not working Has the issue with PHP7.x been resolved? complaint [Plugin: Simple Preview] Add option for default behavior -> "Allow Anonymous Preview"[Plugin: Simple Preview] Add option for default behavior -> "Allow Anonymous Preview": users show bugs, missing feature pain that may indicate a product gap.
Simple Preview · [Plugin: Simple Preview] Add option for default behavior -> "Allow Anonymous Preview" Hi, I believe an option to always allow anonymous preview by default would be very useful nowadays. complaint Not working if user is loggedNot working if user is logged: users show compatibility pain that may indicate a product gap.
Simple Preview · I have fixed this with the following change: In simple-preview.php, line 114 replace the code: if ( !isset($preview_posts[$this->id]) with the following code: if ( !isset($preview_posts[$this->id]) AND !current_user_can('edit_post', $this->id)) Regards http://wordpress.org/plugins/simple-preview/ Hello, if the user is authenticated and the plugin is activate complaint Warning: Creating default object from empty value in…Warning: Creating default object from empty value in…: users show compatibility pain that may indicate a product gap.
Simple Preview · Warning: Creating default object from empty value in… This warning appears at the top of the previewed page: Warning: Creating default object from empty value in /home/[MY USER]/public_html/wp-content/plugins/simple-preview/simple-preview.php on line 129 This warning appears at the top of the previewed page: Warning: Creating default object from empty value complaint Generate links programatically?Generate links programatically?: users show missing feature pain that may indicate a product gap.
Simple Preview · Is it possible to generate these preview links via a function call? praise Works like a charm!Works like a charm!: users show compatibility, missing feature pain that may indicate a product gap.
Simple Preview · Works like a charm! praise Creating default object from empty valueCreating default object from empty value: users praise value, which suggests what competitors already do well.
Simple Preview · Creating default object from empty value Noticed an unanswered ticket here about this. mixed Not PHP 7 CompliantNot PHP 7 Compliant: users show compatibility pain that may indicate a product gap.
Simple Preview · Not PHP 7 Compliant We are running PHP 7.1 and are getting the following warning when running the Simple Preview plugin: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Simple_Preview has a deprecated constructor in /app01/html/aaa_ncnu/wp-content/plugins/simple-preview/simple-preview.php on line 45 mixed Notice in admin on new postsNotice in admin on new posts: users show compatibility pain that may indicate a product gap.
Simple Preview · on line 106 of simple-preview.php, you grab $_POST['post_ID'] – but on a new post it’s not defined.