kevindavis338
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change the wording on the header to show multiple pricesI have found a solution.
Here is what I did:
`add_filter( ‘woocommerce_variable_price_html’, ‘con_show_max_variation_price_only’, 10, product id );
function con_show_max_variation_price_only( $price, $product ) {
$prices = array( $product->get_variation_price( ‘min’, true ), $product->get_variation_price( ‘max’, true ) );if ($prices[0] == ‘9.99’) { echo “Digital: $”.$prices[0].” / year<BR>”; }
if ($prices[1] == ‘19.99’) { echo “Print: $”.$prices[1].” / year<BR>”; }return $price;
}
Forum: Plugins
In reply to: [Max Mega Menu] Previous Selection is hidingNever mind, it was a css that I put in. Issue resolved.
Forum: Plugins
In reply to: [Max Mega Menu] Mega Menu Toggle IssueThat did the trick.
Thank you…
Kevin
Forum: Plugins
In reply to: [Max Mega Menu] Mega Menu Toggle IssueHi there,
Sorry for the delay.
If you look at the following link that shows the screenshot https://staging.cancerwellness.com/temp/screenshot.png this is what I’m seeing on the Chrome and FireFox Browsers.
Regards,
KevinForum: Plugins
In reply to: [Max Mega Menu] Mega Menu Toggle IssueHi Tom,
I tried it and I’m still getting the issue. Maybe there is something have to do with the mega-animating that seems to be causing the issue?
I’m using Bluehost.
I’m using Linux and Apache.
Thank you,
KevinThat can be accessed via https, however, when I deactivate the Smush plugin, the thumbnails show.
Here is the screenshot:
https://staging.cancerwellness.com/temp/media-upload.pngAs far as the console, I’m seeing the following message:
Mixed Content: The page at ‘<URL>’ was loaded over HTTPS, but requested an insecure image ‘<URL>’. This content should also be served over HTTPS.Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] No TransactionsHi there,
I removed the plugin liked you asked, I also removed the extra tags as well. As for the payment you can use a fake credit card.