khoavo
Forum Replies Created
-
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Email Recipient Fields – Disappeared?Ohhhhh…nevermind, found it. Thanks.
Forum: Plugins
In reply to: [WP Bing Map Pro] Custom PIN via URL Not ShowingDone. Thanks!
Forum: Plugins
In reply to: [WP Bing Map Pro] Custom PIN via URL Not ShowingI understood what you meant about the Advanced Inbox size. Since you fixed the line breaks on the Simple Infobox, I didn’t need to use the Advanced feature.
I changed the file name to Lowercase letters and the Custom Icon URL works perfectly now. Excellent customer support. Thanks again!
KV
Forum: Plugins
In reply to: [WP Bing Map Pro] Custom PIN via URL Not Showing1) Did you test the issues with the latest v2.0.6? Here’s the console error message when I use the Custom Icon URL: https://prnt.sc/q82gql
2) Simple info box is all good now, Thanks for fixing it.
3) Finding Resize Map Feature – First I click on: https://prnt.sc/q82ix0 – Then I click on: https://prnt.sc/q82jjf – Then I see the option screen to resize the map: https://prnt.sc/q82jy5
4) Show info box on hover – I simply click to turn On the Show Info box on hover: https://prnt.sc/q82kna and when I hover the Map Marker, the box info box pops up.
If you’re not able to fix the Custom Icon URL issue, then that’s fine, I’ll just use the default PINs. Some clients prefer to show their logo for the Map Marker, but it’s not a deal breaker. Thanks!
Forum: Plugins
In reply to: [WP Bing Map Pro] Custom PIN via URL Not ShowingThanks for the quick response!
I just cleared my browser cache and WordPress Admin Cache using WP Super Cache plugin and the Custom icon URL issue remains. I even tried it on a 3rd theme but same issues.
Also, when selecting the Simple option for the Pin info, is there a way to have line breaks? https://prnt.sc/q7z7gn AND https://prnt.sc/q7z7ow – For example I want the street address on the first line and the city & state & zip breaks to display on the second line.
And if I select the Advanced tab for the Pin info, it allows me to have line breaks but noticed the popup box displays so large with a lot of blank white space inside the box: https://prnt.sc/q7z7w8 – And the PIN name doesn’t display at the top either. Let me know. Thanks!
KV
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Notification History List?Alright, Thanks.
Thanks for the quick response!
I reinstalled the plugin update and it displays fine now. Must have been minor server issue, who knows. Thanks again.
Forum: Plugins
In reply to: [Delete All Comments of wordpress] Still have count of commentsHi, plugin update coming soon? My comments have been removed, but dashboard still showing the comments count. Thanks.
PROBLEM SOLVED!I reduced the H2 Font Size, it’s on the same line now. Thank you for sharing your plugin with us. Great work!
Yay! After some persistent Google-ing, I found this Add Action code, inserted into my Child / function.php and it displayed my product description on the Email notifications! In case someone else will find this useful, the code:
add_action( ‘woocommerce_order_item_meta_end’, ‘product_description_in_new_email_notification’, 10, 4 );
function product_description_in_new_email_notification( $item_id, $item, $order = null, $plain_text = false ){
$product = $item->get_product();// Handling product variations
if( $product->is_type(‘variation’) )
$product = wc_get_product( $item->get_product_id() );// Display the product short description
echo ‘<div class=”product-description” style=”margin:10px 0 0;”><p>’ . $product->get_short_description() . ‘</p></div>’;
}SO NOW THE ONLY HELP I NEED FROM YOU IS TO SHOW ME HOW TO STRAIGHTEN OUT THIS ALIGNMENT OF THE SHIPPING ADDRESS TITLE: https://prnt.sc/oyxycj
If it’s too large & lengthy to appear on the same line, perhaps reduce the font size? I see the Customer CSS field in your options box, but not sure what to insert. Thanks so much!
Thanks mate!
Excellent customer support, Thank you!
Hey I don’t have to do this again after the next plugin update right? My settings will remain? Those hooks will not displayed again, correct?
OHHHH OKAY, So I can’t leave it blank. I have to type something in the Additional Content Box to overwrite the hook. Got it.
@forresterod
For me, I realized the issue was due to non-compatibility with that particular theme I was using. Even without your Custom CSS, sometimes it’s because of that theme’s core scripts creating the issue. I wouldn’t know where to look to figure out the source. The default text was good enough for me so I left it as is.I plan on using this plugin on another new theme soon, so we’ll see how that goes.
- This reply was modified 5 years, 6 months ago by khoavo.
I just tested it on Twenty Nineteen and it works fine. So it must be the Royal Theme. I have a bunch of Custom CSS and some scripts in my function.php / child theme, etc. and I’m sure one of the code is effecting it. All fields work nicely, only the Completed Order / Body Text field is not editable. I’ll just use the default verbiage, it’s okay.
I’ll be using your plugin on my other Client’s theme from themeforest, and if I encounter the same issue, I’ll let you know.
Thanks for your prompt customer support!