bwhli
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Strange page viewYeah, I’m seeing the same thing. Everything is left-aligned, and doesn’t resemble the original mockups at all.
Forum: Plugins
In reply to: [Disqus Conditional Load] Possible to Load on Last Page Only?Thanks for your help so far! I am still getting parse errors, and I am sure it’s some syntax error on my part. Do you mind sending the complete corrected code here or to my email?
Thanks!
BrianForum: Plugins
In reply to: [Disqus Conditional Load] Possible to Load on Last Page Only?Hi, I might be doing this wrong, but this is Line 1-26 now.
?php defined('ABSPATH') or die("Crap ! You can not access this directly."); if (DISQUS_DEBUG) { echo "<p><strong>Disqus Debug</strong> thread_id: ".get_post_meta($post->ID, 'dsq_thread_id', true)."</p>"; } require_once( dirname(__FILE__) . '/functions/js-options.php' ); if((!js_check_shortcode('js-disqus') && $js_shortcode == 'yes') || $js_shortcode == 'no') { global $multipage, $numpages, $page; if(( $multipage && $page == $numpages ) || (!$multipage)) { ?> <div id="disqus_thread"> <?php if($js_type == 'click'){ ?> <div id='hidden-div' align='center'> <button id='js_comment_div' class="<?php echo $js_class; ?>" style="margin-bottom:20px;"><?php echo $js_button; ?></button> </div> <?php } if (!get_option('disqus_disable_ssr') && have_comments()): ?> <div id="dsq-content"></div> } <?php endif; ?> </div> <?php } ?> <script type="text/javascript">
Forum: Plugins
In reply to: [Disqus Conditional Load] Possible to Load on Last Page Only?I’m on WP 4.1, and DCL 9.0.3. Thanks!!
Forum: Plugins
In reply to: [Disqus Conditional Load] Possible to Load on Last Page Only?Awesome! Thanks for your help. I will try digging through the source code. I’m not a developer, but might be able to figure it out.
Forum: Plugins
In reply to: [Disqus Conditional Load] Possible to Load on Last Page Only?Thanks for the prompt reply!
Here’s an example: https://brianli.com/apple-mainstage-keyboard-programming/connecting-hardware-software-apple-mainstage/
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Where can I change CSS?Any updates on the custom CSS implementation? Would love that feature!!
Figured it out!
I have used aggregate rating because I am using it to assign a rating for product reviews. I want the snippets tool to show the rating number.
Hi, I’m experiencing a similar issue on this review I did.
https://brianli.com/plantronics-voyager-edge-bluetooth-headset-review/
I have YASR showing my score at the bottom, but I’m not getting any stars on the search result even when using Google’s testing tool? Are there any special settings anywhere, or have I set up the plugin wrong?
Thanks,
Brian