Monu Rawat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: An error occurred in the upload. please try again later wordpressHello,
See the network tab,ajax-upload.php,response than error ” <!– <script type=”text/javascript” src=”http://code.jquery.com/jquery.min.js”></script>
<script type=”text/javascript”>
$(document).ready(function(){
var maxLength = 5;
$(“.show-read-more”).each(function(){
var myStr = $(this).text();
if($.trim(myStr).length > maxLength){
var newStr = myStr.substring(0, maxLength);
var removedStr = myStr.substring(maxLength, $.trim(myStr).length);
$(this).empty().html(newStr);
$(this).append(‘ read more…‘);
$(this).append(‘<span class=”more-text”>’ + removedStr + ‘</span>’);
}
});
$(“.read-more”).click(function(){
$(this).siblings(“.more-text”).contents().unwrap();
$(this).remove();
});
});
</script>
<style type=”text/css”>
.show-read-more .more-text{
display: none;
}
</style>–>
{“wp-auth-check”:true,”server_time”:1441255745}”Forum: Fixing WordPress
In reply to: An error occurred in the upload. please try again later wordpressHello,
I had a problem with media uploads, resulting in the message ‘An error occurred in the upload. Please try again later.’
http://1.22.26.31:81/ecommerce/wp-admin/post-new.php?post_type=pageForum: Fixing WordPress
In reply to: An error occurred in the upload. Please try again later. 4.0.1.Hello,
I had a problem with media uploads, resulting in the message ‘An error occurred in the upload. Please try again later.’
http://1.22.26.31:81/ecommerce/wp-admin/post-new.php?post_type=pageForum: Fixing WordPress
In reply to: media images uploadHello,
Not work than same error..Forum: Plugins
In reply to: [WooCommerce] related productHello,
My Website is product reviews
http://prktechnologies.esy.es/reviews/index.php/product/holden-captiva/
i want to need relate product search than page not reloadForum: Plugins
In reply to: [WooCommerce] related productHello,
mean that i want to change home page product by ajax without page refreshForum: Plugins
In reply to: [WooCommerce] Woocommerce Recent Reviews, Hide/Show Parts of the ReviewHi,
How to created latest review show in my product
plz help me.