coxine
Forum Replies Created
-
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] No longer works with WordPress 3.4I didn’t work for me and I’ve found the issue : I had to replace wp-content with ‘site’ which is the new folder name for my wp-content folder.
Developper should give another url to find path …if( $avatar_img = user_avatar_avatar_exists( $item_id ) ): $avatar_src = get_site_url()."/site/uploads/avatars/".$item_id."/".$avatar_img; if(function_exists('is_subdomain_install') && !is_subdomain_install()) $avatar_src = "/site/uploads/avatars/".$item_id."/".$avatar_img;yes it’s still there.
Maybe French WordPress version which is in cause ?
😕
<script type=’text/javascript’ src=’http://site.com/wp-includes/js/jquery/jquery.js?ver=1.7.2′></script>
<script type=’text/javascript’ src=’http://site.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.8.20′></script>thank for this way…but where ?
I’m going to try to change theme an look if this 1.7 js file is still thereHi !
I’ve an answer from theme support.I’m not aware of any custom core scripts (eg jquery ui scripts or jquery libary scripts) which are “hardcoded” into the theme source. This means that all scripts are loaded by using the standard wp_enqueue_script function: http://codex.ww.wp.xz.cn/Function_Reference/wp_enqueue_script and Kriesi uses only bundled core scripts.
So, what about this. I don’t know what to do and I would be very embarassing for us to have to change the theme now !
thank’s for your reply but I’m not a developer and don’t know what do to.
It would be nice if the plugin doesn’t conflict with templates and other stuff !Thank’s a lot Marcus
I’ve found this in functions.php themewp_register_script( 'avia-default', AVIA_BASE_URL.'js/avia.js', array('jquery','avia-html5-video'), 1, false ); wp_register_script( 'avia-prettyPhoto', AVIA_BASE_URL.'js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.0.1", true); wp_register_script( 'avia-html5-video', AVIA_BASE_URL.'js/projekktor/projekktor.min.js', 'jquery', "1", true); wp_register_script( 'avia-slider', AVIA_BASE_URL.'js/aviaslider-dev.js', 'jquery', "2.5.2", true); wp_register_script( 'aviacordion', AVIA_BASE_URL.'js/aviacordion-dev.js', 'jquery', "1.0.0", true); wp_register_script( 'avia_fade_slider', AVIA_BASE_URL.'js/avia_fade_slider-dev.js', 'jquery', "1.0.0", true);What am I supposed to do ?
Thank’s a lot !
IsabelleHello I have the same problem with date picker on search form !
My theme is a theme forest one using jquery/* add javascript */ wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'avia-default' ); wp_enqueue_script( 'avia-prettyPhoto' ); wp_enqueue_script( 'avia-html5-video' ); wp_enqueue_script( 'avia_fade_slider' ); wp_enqueue_script( 'avia-slider' ); wp_enqueue_script( 'aviacordion' );Any idea ?
Thank’s !Thank you I’m going to try it, but what about the website of my network (the first one) which doesn’t have problems with timthumbs ?
And in cache directory I see all the files in .txt
timthumb_int_numbers.timthumb.txtAlso, try to change the CHMOD of wp-content/plugins/shortcodes-ultimate/lib/cache directory to 777
I did it
But no positive response !See code of this image in code source with firebug 😉
<a title="adidas_twitter-facebook-600x350" href="http://mysite.com/de/files/2012/02/adidas_twitter-facebook-600x350.jpg" class="fancybox" rel="gallery-0"><img height="150" width=" 150 " alt="adidas_twitter-facebook-600x350" src="http://mysite.com/wp-content/plugins/shortcodes-ultimate/lib/timthumb.php?src=http://mysite.com/de/files/2012/02/adidas_twitter-facebook-600x350.jpg&w=150&h=150&zc=1&q=100"></a>Maybe because files are in “blogs.dir” folder
-> blogs.dir -> 2 -> files -> 2012 -> 02.
The path for wordpress multsites is not the same as for the primary site !
Can you have a look at this ?In previous version of post I present you a link to specified file, and server said that file doesn’t exists (404).
Please re-check file url.
Yes it’s because I’ve change file name which is :
adidas_twitter-facebook-600×350.jpg and not twitter-facebook-600×350.jpg
😉I’ve changed it but I can confirm that the file exists 😉
It’s is only a problem with thumbnails.
The link to the big file is ok !Line 333, but what file you open? Is this file shortcodes-ultimate.php (in plugin root directory)?
Yes this one !
/**
* Returns current plugin url
*
* @return string Plugin url
*/
function su_plugin_url() {
return ‘http://mysite.com/wp-content/plugins/shortcodes-ultimate’;
}
Plugin Name: Shortcodes Ultimate
Plugin URI: http://gndev.info/shortcodes-ultimate/
Version: 3.6.1And do you sure, that file http://mysite.com/de/files/2012/02/twitter-facebook-600×350.jpg really exists?
Yes I’ve tried and it shows the big picture.
http://mysite.com/wp-content/plugins/shortcodes-ultimate/lib/timthumb.php?src=http://mysite.com/de/files/2012/02/twitter-facebook-600x350.jpg&w=150&h=150&zc=1&q=100This url shows the error. Hope this will help you ! 🙂
Thank’s a lot.Thank you, it is on line 333
It ok for source code but it doesn’t work… :-/
I have this message if I’m trying to show pictureA TimThumb error has occured
The following error(s) occured:Could not find the internal image you specified.
Query String : src=http://mysite.com/de/files/2012/02/twitter-facebook-600×350.jpg&w=150&h=150&zc=1&q=100
TimThumb version : 2.8Hello there, is it possible to have an answer or a reply even if it is negative !
Thank’s a lot 🙂