Title: cmcsweeney's Replies | WordPress.org

---

# cmcsweeney

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Change character/word limit in calendar popup](https://wordpress.org/support/topic/change-character-word-limit-in-calendar-popup/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/change-character-word-limit-in-calendar-popup/#post-16953011)
 * Great, thanks so much for the guide! 🙂
 * I found the settings I needed under the “Formatting” tab -> “Event List Formats”-
   > “Default event list format” and changed the **#_EVEVENTEXCERPT{25}** to **#
   _EVEVENTEXCERPT{200}** (just in case I have a future event that has a ‘wordy’
   description
    -  This reply was modified 2 years, 9 months ago by [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleWP Post Filter Plugin for WordPress] Stop preview from stripping out HTML](https://wordpress.org/support/topic/stop-preview-from-stripping-out-html/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/stop-preview-from-stripping-out-html/#post-16555644)
 * Ugh, now I feel silly because I just found some code that accomplished what I
   was trying to do ;p
 * I made a copy of Layout-1.php and removed this code:
 *     ```wp-block-code
       <?php echo wppf_get_post_excerpt( $post->ID, get_the_content() ); ?>
       ```
   
 * and replaced it with this:
 *     ```wp-block-code
       <?php echo get_the_content(); ?>
       ```
   
 * So anyway, great plugin and sorry to be such a bother!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleWP Post Filter Plugin for WordPress] Stop preview from stripping out HTML](https://wordpress.org/support/topic/stop-preview-from-stripping-out-html/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/stop-preview-from-stripping-out-html/#post-16555607)
 * Sorry I forgot to mention that I have access to the files (via FTP), so if I 
   need to change something in the code, let me know 🙂 !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Change “Please choose an option” text](https://wordpress.org/support/topic/change-please-choose-an-option-text/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/change-please-choose-an-option-text/#post-16358550)
 * Ah ok no problem (just wanted to check before I fix the few other French language
   forms on the site 🙂 )
 * Thanks for all the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Change “Please choose an option” text](https://wordpress.org/support/topic/change-please-choose-an-option-text/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/change-please-choose-an-option-text/#post-16354932)
 * Edit: Sorry! ignore my last message, I located the PO files here: wp-content/
   languages/plugins/
 * So for that issue, it seems to be good now, but I have one last question: is 
   it possible to change the language for a pre-existing form? (instead of switching
   my user admin to French + recreating the French insurance form?)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Change “Please choose an option” text](https://wordpress.org/support/topic/change-please-choose-an-option-text/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/change-please-choose-an-option-text/#post-16354904)
 * Hi there 🙂
 * Thanks for the quick reply!
 * Following the instructions you sent, I switched the user admin language to French(
   or rather, French Canadian, which is the language pack we use on the French side)
   but I’m still getting the “Please choose an option” message in English when I
   created a new form on a test page (I uploaded a screenshot here: [https://i.postimg.cc/mgkmcP99/example-Please-choose-an-option.png](https://i.postimg.cc/mgkmcP99/example-Please-choose-an-option.png))
 * I think it’s because Fr_CA language pack is missing the phrase “Please choose
   an option”, so I wanted to ask, where can I locate the translation files (like
   contact-form-7-fr_CA.po) in the CF7 plugin folder?
 * I’ve downloaded the PO/MO files for French (Canadian) language pack here: [https://translate.wordpress.org/projects/wp-plugins/contact-form-7/language-packs/](https://translate.wordpress.org/projects/wp-plugins/contact-form-7/language-packs/)
   and I’m planning to try to edit it, then will replace the file in my wordpress
   install[](https://postimg.cc/xXrvhTtj)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pre-Orders for WooCommerce] A few questions about plugin](https://wordpress.org/support/topic/a-few-questions-about-plugin/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/a-few-questions-about-plugin/#post-13613067)
 * Hi Niloy,
 * Ah ok thanks for the quick reply!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Can’t change/add different OG image under “Social” tab](https://wordpress.org/support/topic/cant-change-add-different-og-image-under-social-tab/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/cant-change-add-different-og-image-under-social-tab/#post-13559139)
 * Hi again,
 * I did a bit more investigation and I think the problem is caused when the site**
   isn’t** using Gutenberg as the editor (i.e. when it uses a page builder or a 
   plugin that shuts down Gutenberg like the “Classic editor” plugin)
 * My site is using Visual Composer. I downgraded to v1.0.49 and the “Add Image”
   button now works, so I’ll use v1.0.49 until I hear back from you 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Redirections import?](https://wordpress.org/support/topic/redirections-import/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/redirections-import/#post-12971177)
 * Hi again,
 * No worries! Thanks for the quick reply and the note about the ‘Redirection’ plugin
   workaround 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping & Social Channels] Set feed to show parent product only](https://wordpress.org/support/topic/set-feed-to-show-parent-product-only/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [6 years ago](https://wordpress.org/support/topic/set-feed-to-show-parent-product-only/#post-12758446)
 * Hi Ohidul,
 * Ah ok, thanks for the quick reply and letting me know 🙂 !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Keyphrase list/frequency](https://wordpress.org/support/topic/keyphrase-list-frequency/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/keyphrase-list-frequency/#post-12509652)
 * Hi devnihil,
 * Sorry! I thought I had replied!
 * Anyway, thanks for your help and the suggestions 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] A few questions about theme](https://wordpress.org/support/topic/a-few-questions-about-theme/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/a-few-questions-about-theme/#post-12032756)
 * Ah ok thanks! 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OnePress] Dropdown links not working in top menu on homepage](https://wordpress.org/support/topic/dropdown-links-not-working-in-top-menu-on-homepage/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/dropdown-links-not-working-in-top-menu-on-homepage/#post-11410498)
 * Thanks for the quick reply, the solution worked great! 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Show product for a specific hours in a week](https://wordpress.org/support/topic/show-product-for-a-specific-hours-in-a-week/)
 *  Thread Starter [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/show-product-for-a-specific-hours-in-a-week/#post-11242980)
 * No problem! Thanks for the reply 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] Ultimate FAQ Optionsだけ表示されない](https://wordpress.org/support/topic/ultimate-faq-options%e3%81%a0%e3%81%91%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84/)
 *  [cmcsweeney](https://wordpress.org/support/users/cmcsweeney/)
 * (@cmcsweeney)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/ultimate-faq-options%e3%81%a0%e3%81%91%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84/#post-11176335)
 * .

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

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