Idiom
Forum Replies Created
-
I am having the same issues with the first character being changed on the you tube descriptions. S becomes A, and D becomes W. any thoughts?
S > A
D > WI am having issues as well. Just in i.e. Though. I get ‘ Stack overflow at: line 2’
I am looking for same answer.
Forum: Plugins
In reply to: [WP API] WP API with Advance custom fieldTry adding:
"'Name' => get_post_meta($value->ID, 'CUSTOM-FIELD'),
In this example URL: https://www.domain.com/?wpapi=get_posts&dev=1&type=posts the above code would go around line 270 of “get_posts.php’.
Thanks Aaron! This really helped..
<?php if(function_exists('db_yt_rss_markup')) { db_yt_rss_markup( $db_yt_user = '', $db_yt_channel = '', $db_yt_maxitems = '', $db_yt_thumb_width = ''); }; ?>
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] redirect on form submitThe redirect requires that Ajax is working.. Does the form validation work properly? this is a great way of making sure it’s working.
Some more info: https://contactform7.com/blog/2010/03/27/redirecting-to-another-url-after-submissions/
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] redirect on form submitbe sure that
<?php wp_footer(); ?>
is included in your footer.Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Checkout Fields – Page Refreshesthe issue with the browser refreshing was caused by a conflict between TypeKit and a jquery code in the AddThis plugin.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Checkout Fields – Page RefreshesThanks Justin! It’s very much appreciated. That’s a great idea.. We are planning to go live this week! YES!!!
It appears the strange form issue was only happening on my version of Safari (which i just found out)..
Thanks again for testing it out! ??
Brian
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] subscriptions tableThanks for the reply. It looks like the table was in a sub 3.8 release and has since been removed… I noticed that the table was referenced in a lot of existing gateways.
Thanks again….
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] product_sku – Gateway…excellent.. This helps a great deal..
Thanks so much!
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] product_sku – Gateway…thanks so much for the response.
I used the instructions at link to create the gateway. I see the $wpsc_cart being used, but not the $wpsc_cart_item object.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] product_sku – Gateway…I tried this but didn’t have any luck..
$data[‘product_sku_’.$i] = $item[‘sku’];
Try disabling other plugins to see if it’s a conflict with the another plugins on your site. Then you can narrow down which function is causing the problem (usually it’s jquery related).
Forum: Plugins
In reply to: [Flutter] Flutter DocumentationUse Magic Fields – It’s Flutter x 10.