stitox
Forum Replies Created
-
Forum: Plugins
In reply to: [easyShare] [Plugin: easyShare] Bug with wordpress 2.9.2Thanks 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=”https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js”></script>’;
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
In reply to: [easyShare] [Plugin: easyShare] Bug with wordpress 2.9.2otherways 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
In reply to: [easyShare] [Plugin: easyShare] Bug with wordpress 2.9.2Thanks 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
In reply to: Translate: Notify me of follow-up comments by email.Thanks @saiful Islam, find it in the same location ??
Hope your post help others.solved the problem, don’t need to that version anymore. there was a probleme related to the .htaccess file.
yo =)
Forum: Plugins
In reply to: [WP-PageNavi] changing number of displaying postsi 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
In reply to: error with updatingHAHA, i find the problem i change get_the_content_rss() with the new function the_content_rss().
Thank u for everything ^^
Forum: Fixing WordPress
In reply to: how to get the ID the page parentI 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
In reply to: how to get the ID the page parentwonderful answer,i just now need the name of the page.that’s what i really need and thanks a lot
Forum: Fixing WordPress
In reply to: problem with the_excerpt() wordpress functionthanks, but i can’t see how i can use it for my problem ??
Forum: Themes and Templates
In reply to: button likei 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.