emptyragnarok
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Uploader ProblemI commented of the script and it worked xD the custom upload one i removed it! thanks for help guys!!
Forum: Fixing WordPress
In reply to: Image Uploader ProblemSorry for messy code above.. code above post is not working 😐
Forum: Fixing WordPress
In reply to: Image Uploader Problemmirage thanks for help bro .. but small request if you can help more.. `function my_js() { ?>
<script type=”text/javascript” language=”javascript”>
jQuery(document).ready(function() {jQuery(‘#upload_image_button’).click(function() {
formfield = jQuery(‘#upload_image’).attr(‘name’);
tb_show(”, ‘media-upload.php?type=image&TB_iframe=true’);
return false;
});window.send_to_editor = function(html) {
imgurl = jQuery(‘img’, html).attr(‘src’);
jQuery(‘#upload_image’).val(imgurl);
tb_remove();
}});
</script>
<?php }function my_admin_scripts() {
wp_enqueue_script(‘media-upload’);
wp_enqueue_script(‘thickbox’);
add_action(‘admin_head’, ‘my_js’);
}function my_admin_styles() {
wp_enqueue_style(‘thickbox’);
}if (is_admin()) {
add_action(‘admin_print_scripts’, ‘my_admin_scripts’);
add_action(‘admin_print_styles’, ‘my_admin_styles’);
}`this is related code i mean i could find out this code must be related to adding that image to editor .. can you suggest where should i try changing it?
Forum: Fixing WordPress
In reply to: Image Uploader ProblemYes Sir .. 😀
Forum: Fixing WordPress
In reply to: Image Uploader ProblemSwansonPhotos thanks for help! theme is issue I suppose.. need to search for a new better theme now :'(
Forum: Fixing WordPress
In reply to: Image Uploader ProblemOmg.. Can theme cause this problem?
Forum: Fixing WordPress
In reply to: Image Uploader ProblemWhat I feel for Theme is , Theme won’t affect , because my problem is at WYSIWYG editor , when i use INSERT/UPLOAD button , a pop up opens for Uploading , Gallery , URL etc . If I upload , it shows perfectly in Gallery, but if I select that image from galary and click on Insert into Post , it gives me the error! It does nothing actually!!! It won’t add image in my post :'(
I try disabling all plugins and try .. I will let you know in few minutes!Forum: Fixing WordPress
In reply to: Moving Adsense Code in Single.phpI will suggest you go for ad injection plugin. It’s best plugin I have ever used, it let’s you insert ads anywhere inside posts, at the end, at the start, it can rotate ads of different companies i.e. adsense and may be some other.
Try it 🙂Forum: Fixing WordPress
In reply to: Archives related queryHello,
I solved problem by using header(“location:http://smsite/blog/index.php”); now it’s working 😉 😀 but i want some better solution. ^_^ if you can give i will be thankful ^_^Forum: Fixing WordPress
In reply to: Shuffling Ads on Websiteuse ad Injection plugin. That can help you.