nick
Forum Replies Created
-
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Show regular and sale price in emailThanks!
Got it working updating that line with:<?php if (($show_prices == true || $sent_to_admin == true) && $hide_admin==false) : ?> <td class="td" style="text-align:left; vertical-align:middle; border: 1px solid #eee; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;"> <p style="font-weight:bold;margin-bottom:20px;">Total: <?php echo $order->get_formatted_line_subtotal( $item ); ?></p> <?php if( $product->is_on_sale() ) { echo '<p style="font-size: 12px;">Sale Price:<br>$' . $product->get_sale_price() . '</p>'; echo '<p style="font-size: 12px;">Regular Price:<br>$' . $product->get_regular_price() . '</p>'; } else { echo '<p style="font-size: 12px;">Regular Price:<br>$' . $product->get_regular_price() . '</p>'; } ?> <!-- or could use --> <?php echo $product->get_price_html(); ?> </td> <?php endif; ?>
Forum: Plugins
In reply to: [Regions for WP Job Manager] Last updateSame issue here, and I have this on multiple sites. Is this going to be updated or do we need to seek an alternative?
Forum: Plugins
In reply to: [Elementor Custom Skin] custom item not clickable@bth24199 awesome, I’ll have to check it out!
Forum: Plugins
In reply to: [Elementor Custom Skin] custom item not clickable@bth24199 I don’t think so, it looks like the Post Content widget is only available for Single Post and Single Page templates :/
Forum: Plugins
In reply to: [Elementor Custom Skin] Loop not showingIf you’ve created a Loop already, in the admin menu go to Templates > Theme Builder and it will be listed.
If you haven’t created a loop yet, from Templates > Theme Builder OR Templates > Saved Templates, click Add New at the top and then in the popup select Loop as template type.
Forum: Plugins
In reply to: [Elementor Custom Skin] custom item not clickableIn the Title widget, under where you selected the dynamic Post Title, you need to do the same for Link and select the dynamic Post URL.
Forum: Fixing WordPress
In reply to: Instagram embed block doesn’t workYeah, will it be fixed in the back-end any time soon?
Forum: Fixing WordPress
In reply to: Instagram embed block doesn’t workAfter playing with it a bit more, using the Instagram block, any Instagram post gives the same error as OP above: “Sorry, we could not embed that content”. However, it is saved to the page after clicking Update, and does work on the front end.
Now to let my clients know it does work, despite the error… ??
Forum: Fixing WordPress
In reply to: Instagram embed block doesn’t workWould also like to know why embeds with Instagram block don’t work. That link provides no additional info, unfortunately.
Forum: Plugins
In reply to: [Essential Real Estate] Can list owner mark his property as “sold”?That’s true, it will be shown as a sorting option. You can hide with JS or CSS if you want to go that route, otherwise I don’t ave an alternative :/
Forum: Plugins
In reply to: [Essential Real Estate] Land Area as acres instead of SqFtThank you I did try that. However in the states, we typically list the property as Square Feet and land around property as Acres. At some point if the Measurement Units option could be split in two, one for property and one for land area, that would be great. Otherwise, great plugin!
- This reply was modified 6 years, 5 months ago by nick.
Forum: Plugins
In reply to: [Essential Real Estate] Can list owner mark his property as “sold”?You can add a custom status under Properties > Property Status in admin menu.
I’m using: For Sale, For Rent, Sold, Rented, Under ContractForum: Plugins
In reply to: [Essential Real Estate] Google maps issue and import xml fileYou can use the WP All Import plugin for importing xml ans csv properties.
Forum: Plugins
In reply to: [Max Mega Menu] Mobile sub menus wont stay openOk well thank you for your time and for being able to figure out the conflicting script! UIkit is made by yootheme, so hopefully they can help. Unfortunately, last time I contacted their support it took them 21 days to get back to me ??
Best,
NickForum: Plugins
In reply to: [Max Mega Menu] Mobile sub menus wont stay openI’ve removed the mobile-nav div, no luck there, and disabled js minification for you to test. Thanks for taking a look!