Title: stitox's Replies | WordPress.org

---

# stitox

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[easyShare] [Plugin: easyShare] Bug with wordpress 2.9.2](https://wordpress.org/support/topic/plugin-easyshare-bug-with-wordpress-292/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-easyshare-bug-with-wordpress-292/#post-2830648)
 * Thanks mushtitude,
 * The seconde option works for me, thanks a lot, this is what i did to fixe that,
   i modified setHeader function like :
 * function setHeader() {
    echo ‘<link rel=”stylesheet” type=”text/css” media=”all”
   href=”/wp-content/plugins/easyshare/easyshare.css”>’; $custom_css = get_option(‘
   easyshare_custom_css’); if(!empty($custom_css)) { echo ‘<style type=”text/css”
   >’.$custom_css.'</style>’; } echo ‘<script type=”text/javascript” src=”[http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js”></script>&#8217](http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js”></script>&#8217);;
   echo ‘<script type=”text/javascript” src=”/wp-content/plugins/easyshare/jquery.
   easyShare.min.js”></script>’; echo ‘<script type=”text/javascript”>’.setEasyShare().'
   </script>’; }
 * El garch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[easyShare] [Plugin: easyShare] Bug with wordpress 2.9.2](https://wordpress.org/support/topic/plugin-easyshare-bug-with-wordpress-292/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-easyshare-bug-with-wordpress-292/#post-2830639)
 * otherways is there any way to tell wordpress to not load those script in admin
   section cause in the front site the plugin works and those errors occure only
   on admin page (when i want to create an article)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[easyShare] [Plugin: easyShare] Bug with wordpress 2.9.2](https://wordpress.org/support/topic/plugin-easyshare-bug-with-wordpress-292/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-easyshare-bug-with-wordpress-292/#post-2830632)
 * Thanks for replying,
 * I tried this version, but get the same errors 🙁
 * Uncaught ReferenceError: jQuery is not defined load-scripts.php:2
 * Uncaught TypeError: Cannot read property ‘length’ of undefined load-scripts.php:
   3
 * Uncaught Error: Syntax error, unrecognized expression: [class^=add:categorychecklist:]
   jquery.min.js:3
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Translate: Notify me of follow-up comments by email.](https://wordpress.org/support/topic/translate-notify-me-of-follow-up-comments-by-email/)
 *  [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/translate-notify-me-of-follow-up-comments-by-email/#post-2579666)
 * Thanks [@saiful](https://wordpress.org/support/users/saiful/) Islam, find it 
   in the same location 😉
    Hope your post help others.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPtouch - Make your WordPress Website Mobile-Friendly] [Plugin: WPtouch] Wp Touch compatible with wordpress 2.9.2](https://wordpress.org/support/topic/plugin-wptouch-wp-touch-compatible-with-wordpress-292/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wptouch-wp-touch-compatible-with-wordpress-292/#post-2807440)
 * solved the problem, don’t need to that version anymore. there was a probleme 
   related to the .htaccess file.
 * yo =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PageNavi] changing number of displaying posts](https://wordpress.org/support/topic/changing-number-of-displaying-posts/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [15 years ago](https://wordpress.org/support/topic/changing-number-of-displaying-posts/#post-2057345)
 * i found the solution, this is what i needed
 * <?php query_posts(‘posts_per_page=5&paged=’ . $paged); ?>
 * Hope this answer help anybody has the same problem ^^
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [error with updating](https://wordpress.org/support/topic/error-with-updating/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/error-with-updating/#post-1946230)
 * HAHA, i find the problem i change get_the_content_rss() with the new function
   the_content_rss().
 * Thank u for everything ^^
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to get the ID the page parent](https://wordpress.org/support/topic/how-to-get-the-id-the-page-parent/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/how-to-get-the-id-the-page-parent/#post-1806651)
 * I know just how to get the post id but how could we get the page Id? i’m in a
   real problem 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to get the ID the page parent](https://wordpress.org/support/topic/how-to-get-the-id-the-page-parent/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/how-to-get-the-id-the-page-parent/#post-1806645)
 * wonderful answer,i just now need the name of the page.that’s what i really need
   and thanks a lot
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problem with the_excerpt() wordpress function](https://wordpress.org/support/topic/problem-with-the_excerpt-wordpress-function/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/problem-with-the_excerpt-wordpress-function/#post-1793866)
 * thanks, but i can’t see how i can use it for my problem 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [button like](https://wordpress.org/support/topic/button-like/)
 *  Thread Starter [stitox](https://wordpress.org/support/users/stitox/)
 * (@stitox)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/button-like/#post-1793269)
 * i think you did understand my post.
    In fact i’m using the [ button like of facebook]
   and i can’t touch the css and that’s the problem.

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