Title: helpwporg's Replies | WordPress.org

---

# helpwporg

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

 *   [Profile](https://wordpress.org/support/users/helpwordpressorg/)
 *   [Topics Started](https://wordpress.org/support/users/helpwordpressorg/topics/)
 *   [Replies Created](https://wordpress.org/support/users/helpwordpressorg/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/helpwordpressorg/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/helpwordpressorg/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/helpwordpressorg/engagements/)
 *   [Favorites](https://wordpress.org/support/users/helpwordpressorg/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: [[PayPal Express Checkout] Doesn't seem to work properly](https://wordpress.org/support/topic/doesnt-seem-to-work-properly/)
 *  [helpwporg](https://wordpress.org/support/users/helpwordpressorg/)
 * (@helpwordpressorg)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/doesnt-seem-to-work-properly/#post-3751574)
 * I also faced same issue and after debugging I have found it is a SSL verification
   issue.
 * After adding `curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);`
    code in paypalapi.
   php file on line number 96 it fixed the issue but it is not showing the amount
   on paypal while paying but it able to successfully complete the transaction
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] 403 forbidden error with wordpress installed on sub folder](https://wordpress.org/support/topic/403-forbidden-error-with-wordpress-installed-on-sub-folder/)
 *  Thread Starter [helpwporg](https://wordpress.org/support/users/helpwordpressorg/)
 * (@helpwordpressorg)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/403-forbidden-error-with-wordpress-installed-on-sub-folder/#post-3170047)
 * Mods please remove the websites url from the original post. I have resolved the
   issue. The solution is use allow directive in .htaccess.
 *     ```
       <Files "sitemapindex.xml">
           allow from all
       </Files>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [using sweet captcha in template file](https://wordpress.org/support/topic/using-sweet-captcha-in-template-file/)
 *  Thread Starter [helpwporg](https://wordpress.org/support/users/helpwordpressorg/)
 * (@helpwordpressorg)
 * [14 years ago](https://wordpress.org/support/topic/using-sweet-captcha-in-template-file/#post-2772274)
 * Hi luckdragon
 * Thanks for replying,
 * I have checked the sweetcaptcha can be used with contact form 7 using shortcodes
   so I was trying to use it with in template file that have a custom form on it
   using custom code. Do you know how can I use it with in custom template.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] [Plugin: Subscribe2] Can I mdofiy this plugin](https://wordpress.org/support/topic/plugin-subscribe2-can-i-mdofiy-this-plugin/)
 *  Thread Starter [helpwporg](https://wordpress.org/support/users/helpwordpressorg/)
 * (@helpwordpressorg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-subscribe2-can-i-mdofiy-this-plugin/page/2/#post-2631819)
 * Sorry for late response.I have implemented it. thank you all for your reply.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Making blog page menu selected on single post page](https://wordpress.org/support/topic/making-blog-page-menu-selected-on-single-post-page/)
 *  Thread Starter [helpwporg](https://wordpress.org/support/users/helpwordpressorg/)
 * (@helpwordpressorg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/making-blog-page-menu-selected-on-single-post-page/#post-2614898)
 * `add_filter('nav_menu_css_class' , 'add_nav_class' , 10 , 2);` has done the trick.
   
   Thank you.

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