Title: Thomas Chuntic's Replies | WordPress.org

---

# tncdesigns

  [  ](https://wordpress.org/support/users/tncdesigns/)

 *   [Profile](https://wordpress.org/support/users/tncdesigns/)
 *   [Topics Started](https://wordpress.org/support/users/tncdesigns/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tncdesigns/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tncdesigns/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tncdesigns/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tncdesigns/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tncdesigns/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/tncdesigns/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/tncdesigns/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post to Google My Business (Google Business Profile)] “No businesses found” even if GMB is authorised and connected.](https://wordpress.org/support/topic/always-displaying-no-businesses-found-even-if-gmb-is-authorised/)
 *  [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/always-displaying-no-businesses-found-even-if-gmb-is-authorised/#post-10672109)
 * Now its working thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Checkout Payment Gateway] Error code 10413 when checkout with coupon discount.](https://wordpress.org/support/topic/error-code-10413-when-checkout-with-coupon-discount/)
 *  Thread Starter [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error-code-10413-when-checkout-with-coupon-discount/#post-7335096)
 * Haven’t received any reply yet. I have log this issue with woocommerce. I will
   update you when I have some response from woocommerce or in here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Big problem, help!!!!](https://wordpress.org/support/topic/big-problem-help/)
 *  [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/big-problem-help/#post-6185850)
 * Hi MaryReb,
 * I think your code in displaying the submitted data are correct, for future implementation
   you need to install Contact form DB as mention above by [@buzztone](https://wordpress.org/support/users/buzztone/)
   for you to save the submitted data for future use.
 * Also you can troubleshoot your website by disabling plugin that cause the conflict
   with contact form 7.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Custom Fields for WordPress SEO] Warning Error](https://wordpress.org/support/topic/warning-error-26/)
 *  Thread Starter [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/warning-error-26/#post-5527915)
 * Hi Author,
 * Here’s also I found out that if you enable the wp debug the plugin throws a warning
   in the frontend.
 * **Warning: Invalid argument supplied for foreach() in /home/abc/public_html/sub
   abc/wp-content/plugins/ns-seo-custom-fields/ns-seo-custom-fields.php on line 
   237**
 * What I did to fixed the warning, I did just put a checking of value before passing
   it to foreach.
 * if(get_option(‘ns_seo_custom_fieldname’)){
    foreach(){ …. } }
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Custom Fields for WordPress SEO] Warning Error](https://wordpress.org/support/topic/warning-error-26/)
 *  Thread Starter [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/warning-error-26/#post-5527914)
 * welcome and thanks for this very useful plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Custom Fields for WordPress SEO] Warning Error](https://wordpress.org/support/topic/warning-error-26/)
 *  Thread Starter [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/warning-error-26/#post-5527772)
 * line 234 = $post_id = $_GET[‘post’];
 * Fixed:
    global $post; $post_id = isset($_GET[‘post’])?$_GET[‘post’]:$post->ID;——————
   line 235 = foreach(get_option(‘ns_seo_custom_fieldname’) as $fieldname){} I think
   this is the cause get_option(‘ns_seo_custom_fieldname’) it is not set or empty.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [NextGen Gallery Conflict with Cincopa](https://wordpress.org/support/topic/nextgen-gallery-conflict-with-cincopa/)
 *  Thread Starter [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/nextgen-gallery-conflict-with-cincopa/#post-4784956)
 * I forgot to mention that this error occur only in admin panel when adding the
   Gallery into a page.
 * Hope to hear from the plugin author.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Add direct download link in user mail settings.](https://wordpress.org/support/topic/add-direct-download-link-in-user-mail-settings/)
 *  [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/add-direct-download-link-in-user-mail-settings/#post-4409108)
 * ah okay, I was thinking that you did automatically create you pdf using php and
   email directly to recipient.
 * The easiest way to do that is to install download manager plugin [Link](http://wordpress.org/plugins/download-manager/screenshots/)
   then copy the embed code of the specific file you want to be downloaded.
 * That’s it hope I did solved your problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Add direct download link in user mail settings.](https://wordpress.org/support/topic/add-direct-download-link-in-user-mail-settings/)
 *  [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/add-direct-download-link-in-user-mail-settings/#post-4409079)
 * How did you create your pdf and anchor link for email?
 * Can I see your code? where you setup the link for email?
 * My Code above ex.:
 * link code – is use for creating link url for the anchor tag
    function code – 
   is the function that will receive the link for download
 * Also I forget to add this. Sorry.
    //hooks up download action add_action(“admin_post_pdf_download”,“
   pdf_download”);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Add direct download link in user mail settings.](https://wordpress.org/support/topic/add-direct-download-link-in-user-mail-settings/)
 *  [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/add-direct-download-link-in-user-mail-settings/#post-4409076)
 * You can use PHP script for you to auto download the pdf file.
    Link:
 *     ```
       $pdf_link = add_query_arg(
                           array(
                       "action" => "pdf_download",
                       "file" => $fname . ".pdf",
                       "_wpnonce" => wp_create_nonce("security-code-for-your-file-download")
                           ), admin_url("admin-post.php"));
   
       <a href="$pdf_link">Download PDF</a>
       ```
   
 * Function:
 *     ```
       public static function pdf_download(){
   
                   $fullPath = WP_PLUGIN_DIR."/".$_GET['file'];
                   $fsize = filesize($fullPath);
                   $path_parts = pathinfo($fullPath);
                   // We'll be outputting a PDF
                   header('Content-type: application/pdf');
                   // It will be called downloaded.pdf
                   header('Content-Disposition: attachment; filename="'.$path_parts["basename"].'"');
                   header("Content-length: $fsize");
                   header("Cache-control: private"); //use this to open files directly
                   readfile($fullPath);
                   exit;
               }
       ```
   
 * Hope it helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Edit Submission Button – Label Not Displaying](https://wordpress.org/support/topic/edit-submission-button-label-not-displaying/)
 *  Thread Starter [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/edit-submission-button-label-not-displaying/#post-4407171)
 * Fixed for Back to Submissions button not click-able.
 * .nav-menus-php #post-body-content {
    position: relative; float: none !important;}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Edit Submission Button – Label Not Displaying](https://wordpress.org/support/topic/edit-submission-button-label-not-displaying/)
 *  Thread Starter [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/edit-submission-button-label-not-displaying/#post-4406969)
 * Also I notice the datepicker for the submissions are not functioning correctly
   because of it will show some small line in the bottom part of the admin panel.
 * Hope it helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Content Blocks] Lost all data during upgrade](https://wordpress.org/support/topic/lost-all-data-during-upgrade/)
 *  Thread Starter [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/lost-all-data-during-upgrade/#post-4374194)
 * Hi Danny,
 * I haven’t able to check which version of wysiwyg widgets, but its okay I just
   re-do the widgets that has been lost.
 * Thanks again for quick response… and also thanks for very useful plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Multi-Step Forms] "Please fill out the form on the previous page"](https://wordpress.org/support/topic/please-fill-out-the-form-on-the-previous-page/)
 *  [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/please-fill-out-the-form-on-the-previous-page/#post-4044675)
 * I am also getting this error any fixed yet? Hope plugin author will find fixed
   for this error.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Content Blocks] Widget Blocks Title vs Widget Title](https://wordpress.org/support/topic/widget-blocks-title-vs-widget-title/)
 *  [tncdesigns](https://wordpress.org/support/users/tncdesigns/)
 * (@tncdesigns)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widget-blocks-title-vs-widget-title/#post-4233848)
 * Thanks Danny for the quick updates for the plugin, the plugin is really useful.
   One thing that I have notice that even if you didn’t check the show title it 
   still render h4 tag with class widgettittle.
 * Hope this information helps.
 * Thanks 🙂

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/tncdesigns/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/tncdesigns/replies/page/2/?output_format=md)