justravis
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Recent Products Shortcode…Whaaaat the?@lorro, you’re awesome
Forum: Plugins
In reply to: WooCommerce Shortcode [sale_products] not showing products?@leandro, thanks for the quick responnse!
Unfortunately, I’m getting the same problem in 2.3.10.
Forum: Plugins
In reply to: WooCommerce Shortcode [sale_products] not showing products?This did not work for me on WooCommerce Version 2.3.9.
What is the latest solution to this problem?
Forum: Plugins
In reply to: [WooCommerce] Variation Image Not Changing? (no Cloud Zoom plugin)Lorro,
I appreciate your prompt response and apologize for the rookie mistake.Sand – Small did NOT have an image loaded.
Thank You!
Forum: Plugins
In reply to: [My YouTube Channel] Player Width?AWESOME Fix! Thanks!
Forum: Plugins
In reply to: [My YouTube Channel] Custom Youtube URL Does Not WorkI read the faq, but was confused because under “Channel settings” in youtube, it said, “Your custom URL: http://www.youtube.com/c/Barrelomonkeyz.”
I did not see “YouTube Channel ID” lower on the page.
Forum: Plugins
In reply to: [My YouTube Channel] "Ups, something went wrong." With No Commented Error?Aleksandar,
I changed the YouTube channel specified in the plugin. Now it works!Thanks!
Forum: Plugins
In reply to: [Soundy Audio Playlist] Home Page onlyIn the settings, turn off Autoplay.
Edit the soundy-background-music/templates/front-end.php file.
Replace this code:
$auto_play = $this->soundy->get_meta_data( 'war_soundy_autoplay' ); $auto_play = ( $auto_play == 'yes' ) ? 'autoplay' : '';with this code:
if($_SERVER['REQUEST_URI'] . substr($_SERVER['PHP_SELF'], 1) =="/index.php") { $auto_play = 'autoplay'; } else { $auto_play = $this->soundy->get_meta_data( 'war_soundy_autoplay' ); $auto_play = ( $auto_play == 'yes' ) ? 'autoplay' : ''; }Forum: Plugins
In reply to: [Soundy Background Music] Home Page onlyI would be interested in this as well.
If I can find a auto_start variable in php, maybe it can be toggled on if the index page is loaded.
Jeremy,
I GREATLY appreciate your thorough response.Thanks for joining in Jeremy!
I understand summary cards require the user to click on the tweet to see the image.
Shouldn’t photo and gallery cards display an image(s) in the feed?
I added another post with a 68k featured image and no image inserted in the body. Facebook did not display a preview image.
Test PostTo be honest, I’m cool with setting a featured image and inserting an image in order to get a preview image to appear on Facebook.
I’m more concerned with why preview images are not appearing in the Twitter feed even though the domain has been whitelisted for all the cards. Images are only displayed in the summary card after someone clicks on the post in the feed.
Any thoughts?
By the way, THANKS!
I installed that plugin because Twitter was not displaying any preview images even though I obtained all of the necessary Twitter cards.
I disabled that plugin and got these results on FB:
Image inserted in body text only – image preview appeared.
Image added as featured image – NO image preview appeared.Twitter did not display a preview image for any of the pages in the timeline feed or when I clicked on the post.
Thoughts?
Ryan,
Wordpress started posting to Facebook after I re-established the connection. THANKS!Now I’m wondering why Facebook is displaying the image inconsistently.
I inserted the following URLS in the FB Debugger.Image NOT inserted in post body. Featured image set. – FB does not display featured image.
Image inserted in post body. Featured image NOT set. – FB does not display inserted image.Image inserted in post body and featured image set. – FB displays featured image! (YAY!)
Again, image inserted in post body and featured image set. – FB displays featured image!! (YAY!!)
Therefore, image needs to be in post body and set as featured image right?
THANKS AGAIN!
Ryan,
I apologize for the DELAYED response.- I did not clone or duplicate posts.
- The posts were scheduled, but my published posts are not showing up in Facebook either.
- I can’t think of a difference between old posts and newer posts not appearing on Facebook. This is the last post that appeared on Facebook.
- As you suggested, I reset my Publicize-Twitter connection. The issue persists.
Next steps?
THANK YOU!