Title: Nad13's Replies | WordPress.org

---

# Nad13

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Manager Light] Not working with my own shortcodes!](https://wordpress.org/support/topic/not-working-with-my-own-shortcodes/)
 *  [Nad13](https://wordpress.org/support/users/nad13/)
 * (@nad13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-working-with-my-own-shortcodes/#post-5929894)
 * Hello,
 * This plugin is fantastic, but I have the same question.
 * I have a shortcode example of another plugin “list-category-posts” [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/),
   is the shortcode [catlist name = “FISCAL” orderby = title order = asc numberposts
   = 100]
 * I try free version and it does not ?
 * In paid version that works there with you?
    or plugin you it works with your 
   codes?
 * Thank you !
    Nadine
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Forms] Ttranslate Captcha "What is" EN > "Combien font " en FR](https://wordpress.org/support/topic/ttranslate-captcha-what-is-en-combien-font-en-fr/)
 *  Thread Starter [Nad13](https://wordpress.org/support/users/nad13/)
 * (@nad13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/ttranslate-captcha-what-is-en-combien-font-en-fr/#post-6091951)
 * Hello Mike,
    I do not understand either. I translated the .po and words do not
   appear all .. change in the hard core and not the capcha .. disappears, mystery…
   I downloaded the original files departing to return .. I will remove the capcha
   waiting to find an idea.
 * thank you for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Forms] Ttranslate Captcha "What is" EN > "Combien font " en FR](https://wordpress.org/support/topic/ttranslate-captcha-what-is-en-combien-font-en-fr/)
 *  Thread Starter [Nad13](https://wordpress.org/support/users/nad13/)
 * (@nad13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/ttranslate-captcha-what-is-en-combien-font-en-fr/#post-6091877)
 * Hello,
    I changed to hard “What is” >> ‘combien font’ in the file “wpgform-core.
   php”, the capcha still do not reappear. I created a bug, thin 🙁
 * Thank you for you help
    Nadine
 *     ```
       //  Build the CAPTCHA HTML
   
                   $captcha_html .= '<div class="wpgform-captcha">' ;
                   $captcha_html .= sprintf('<div class="%sss-item %sss-item-required %sss-text">', $prefix, $prefix, $prefix) ;
                   $captcha_html .= sprintf('<div class="%sss-form-entry">', $prefix) ;
                   if ((int)$wpgform_options['captcha_terms'] === 2)
                       $captcha_html .= sprintf('<label for="%swpgform-captcha" class="%sss-q-title">%s %s %s %s ?', $uid, $prefix, __('Combien font ', WPGFORM_I18N_DOMAIN), $a, $op1, $b) ;
                   else
                       $captcha_html .= sprintf('<label for="%swpgform-captcha" class="%sss-q-title">%s %s %s %s %s %s?', $uid, $prefix, __('Combien font', WPGFORM_I18N_DOMAIN), $a, $op1, $b, $op2, $c) ;
                   $captcha_html .= sprintf('<span class="%sss-required-asterisk">*</span></label>', $prefix) ;
                   $captcha_html .= sprintf('<label for="%swpgform-captcha" class="%sss-q-help"></label>', $uid, $prefix) ;
                   $captcha_html .= sprintf('<input style="width: 100px;" type="text" id="%swpgform-captcha" class="%sss-q-short" value="" name="%swpgform-captcha">', $uid, $prefix, $uid) ;
                   $captcha_html .= '</div></div>' ;
   
                   //  Add in the optional CAPTCHA description if one has been set
   
                   if (!empty($wpgform_options['captcha_description']))
                   {
                       $captcha_html .= sprintf('<div class="wpgform-captcha-description">%s</div>', $wpgform_options['captcha_description']) ;
                   }
   
                   $captcha_html .= '</div>' ;
               }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Forms] Ttranslate Captcha "What is" EN > "Combien font " en FR](https://wordpress.org/support/topic/ttranslate-captcha-what-is-en-combien-font-en-fr/)
 *  Thread Starter [Nad13](https://wordpress.org/support/users/nad13/)
 * (@nad13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/ttranslate-captcha-what-is-en-combien-font-en-fr/#post-6091851)
 * ok The translation is taken into account, but the captchap disappears so missing
   fields ? oupsss 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Logo Medica theme](https://wordpress.org/support/topic/logo-medica-theme/)
 *  Thread Starter [Nad13](https://wordpress.org/support/users/nad13/)
 * (@nad13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/logo-medica-theme/#post-6075688)
 * Hello,
 * OK ==>> wp-content\themes\medica-lite\
 * function.php
 *     ```
       // Custom Header
               $args_custom_header = array(
                   'width'         => '180',
                   'height'        => '60',
                   'flex-height'   => true,
                   'header-text'   => true
               );
               add_theme_support( "custom-header", $args_custom_header );
       ```
   
 * modifie
 *     ```
       // Custom Header
               $args_custom_header = array(
                   'width'         => '300',
                   'height'        => '60',
                   'flex-height'   => true,
                   'header-text'   => true
               );
               add_theme_support( "custom-header", $args_custom_header );
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)