yalrighty
Forum Replies Created
-
Forum: Plugins
In reply to: [FV Flowplayer Video Player] Please enable JavaScriptI am getting this same issue. It only just started. Not sure if the recent update did it? Rolling back did not seem to fix. Nothing has changed with the site it’s just doing it recently
deactivated, uninstalled. Reinstalled. No effect. It’s not the end of the world, at this point I think I might be able to just whip together another landing page in less amount of time it would take me to recover it.
Uninstalling and reinstalling the plugin won’t lose the content of the landing page I had made from the database?
resolved. I had to publish as a draft to make the changes then publish live again.
I emailed you thanks. I have permalinks set back to default but that didn’t fix it. I have uninstalled and re-installed the plugin to no effect. I have made new test landing pages – those fail to preview and edit also.
I installed the W3 cache plugin and that didn’t do anything after clearing all caches. One note is I did accidentally change permalink structure. I changed it back to default but that seemed to break the editing. Is there a way to manually set the permalink so the editor does the right one?
Forum: Plugins
In reply to: [WooCommerce] New Order email only sends to first recipientThank you. I didn’t switch the emails around. I just went straight to your wp_smpt solution and paired my domain name up with mailgun and it seems to be fixed now.
Forum: Themes and Templates
In reply to: [Fruitful] WooCommerce Cart button colorsI am having this same problem. The Proceed to Checkout, the Ajax view card text don’t respond to the theme options. They still are dark with white text and turn orange when hover over.
This fix did not get rid of the blank card error for me
Forum: Plugins
In reply to: [WooCommerce] Code to output price?Thank you so very very much!!!! That worked like a charm. I can’t thank you enough I have been confused on this for 2 days now lol.
Forum: Plugins
In reply to: [WooCommerce] Code to output price?I got it with the following code
<?php global $product ?> <meta property="og:price:amount" content="<?php echo $product->get_price(); ?>" />
I put that in the content-single-product.php file and it works fine and generates the proper open graph tag. But how do I move it so that it appears between the
<head></head>
tags with the other open graph tags? I tried putting it in header.php but it caused white screen of death.Forum: Plugins
In reply to: [WooCommerce] Code to output price?I tried what I put above and the meta tag generates but it is coming out like this when I go to view page source
<meta property="og:price:amount" content="<span class="amount">$67.95</span>" />
So I am almost there … just need to change it so that it doesn’t spit out the span tags … I just need the price with no dollar sign
Forum: Plugins
In reply to: [WooCommerce] Code to output price?ok so would it be like this?
<?php global $product ?>
Then
<meta property="og:price:amount" content="<?php echo $product->get_price_html(); ?>" />
Sorry I’m really not a php programmer as you can probably tell.
Forum: Plugins
In reply to: [WooCommerce] Code to output price?Still no luck on my end. Getting frustrating lol I either cause a while screen of death or the tag doesn’t show up. I hope someone can help me
Forum: Fixing WordPress
In reply to: Help! Posts all redirect to homepage :(I double checked all permalinks, and theme settings. Everything seems to be correct as far as I can tell. There’s nothing special about my .htaccess file. I have no clue what I am doing wrong