sirajcmr
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Sovrn] Google Pagespeed InsightsThis is affecting the page load speed. I am waiting for the update and hope it will fix the issue. Thanks
Your page has blocking CSS resources. This causes a delay in rendering your page.
https://content.zemanta.com/static/zem-css/vertical.css?version=1.6
Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML
Regards
SiRuI edited the colorbox.css which is located in the wp-content\plugins\lightbox-plus\css\shadowed folder and removed below said entries…
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}Its better but not a real solution…
Anyone have better idea?
Hi ??
This worked, excellent help, I was looking for this info long time..
Now my code looks like this and working fine ??
$post_text = wp_trim_excerpt($post_text); // Get Post Ecerpt
$post_text = preg_replace(“/\[caption[^>]+\[\/caption\]/i”, “”, $post_text);
$post_text = truncate($post_text,$crp_settings[post_text_char]); // Get Post Excerpt
}
$image = “”; // Null Variable to verify for no impage found case??
Cheers mateSiRu
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Adding this manuallyWill I be adding this code in my Single.PHP file?
echo sharing_display();
I added above said code, it did not work for me :(. I am wordpress newbie. so not sure whether I am doing it correct.
Also how do I add Twitter, facebook on front page and all other options in my Post. Can I have 2 settings on Front page and POST?
Also I would like to have the icons displayed at the top of the POSt, but this allowing me to add only at the end of POST ??
Please reply
Thanks and regards
SiRu