Mel
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Event Planner] Calendar View not working with category selectedHi I sent you an email this morning, did you get it? I created a username and password and sent that info in the email along with the new url.
Thanks 🙂
Forum: Plugins
In reply to: [Simple Event Planner] Calendar View not working with category selectedThank you
OK i added back in but I still have the same issue here are the posts with the cat slug atlanta-chapter http://atl.melissaspiegel.com/events/
But in the calendar view http://atl.melissaspiegel.com/upcoming-classes-events/ doesnt display anything
if you would like login let me know
Thank you for your help
@drachsi are you using this plugin https://ww.wp.xz.cn/plugins/googleanalytics/
If so that is where that code is coming from. It is owned by ShareThis! Hope this helps your issue.How are you contacting them, companies like this only listen when you blow up their social media, https://twitter.com/ShareThis
COMPANIES HATE when you call them out for illegal activities on their social media profiles, Do not forget to use #GDPR
WHAT! That is crazy
I did add this <div class=”alm-cta”> in the repeater template.
LOL
Fixed
Yes I got it, but I did notice what line of code of you changed, it looked the same to me, I created so many versions!!! Usually by the time plugin developers answer I already figure it out, of course that is after lots of frustration!
Thank you
YES OMG thank you! I was getting ready to throw my computer out the window and drive over it with my truck! Let me try
Forum: Plugins
In reply to: [Watu Quiz] Is this possible?global $wpdb;
$results = $wpdb->get_results ( "SELECT * FROMwp_7eyr1z_watu_takingsORDER BYwp_7eyr1z_watu_takings.pointsDESC" );
foreach ($results as $result){if($result->num_rows>=1) {
$email='subject goes here';
$message='One or more products are out of stock:\n\n';
while($row=$result->fetch_assoc()) {
$message.="here";
}
if(mail($email, $subject, $message)) {
//mail successfully sent
} else {
//mail unsuccessful
}
}
}- This reply was modified 9 years, 4 months ago by Mel.
Forum: Plugins
In reply to: [Watu Quiz] Is this possible?Forum: Plugins
In reply to: [Restrict Categories] Feature RequestAlso to support custom post types you could change line 39 to
if ( $post_type == false || $post_type == 'post' || $post_type = 'Spotlight')spotlight is my custom post type name
Forum: Plugins
In reply to: woocommerce checkout.min.js has no methodArchetyped – your guide is informative, i switched theme and the shopping cart worked so at least I narrowed the problem down to a theme issue, and then updated the JS library in the theme folder and everything is working fine now. Thanks
Can you please help me when the user clicks on the qa-faq-title a instead of slow animation it brings you to the detailed page, please see
http://uppababy.com.s158442.gridserver.com/support/vista-support/Thanks