longnha
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] "Set cookie domain to.." does not workWell, continue searching on Google, I found this article http://www.ravelrumba.com/blog/static-cookieless-domain/
Still, it does not clear enough for me to understand what to do!
Can you please help me on this?
Thank you.
Forum: Plugins
In reply to: [W3 Total Cache] Remove query strings from static resourcesI had the same problem before, after searching on Google I found the solution, add the code inside the PHP tage of your functions.php file.
function _remove_script_version( $src ){ $parts = explode( '?ver', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );It work for more at least, hope it do for you.
Source here: http://diywpblog.com/wordpress-optimization-remove-query-strings-from-static-resources/
Forum: Plugins
In reply to: [W3 Total Cache] Spam URL injected into top left of pagesWell, I am a bit surprised to see this post so I come to check my site.
I checked the source homepage using Google Chrome but I found no link as you said.
You may want to check again where is the source so you can get risk of it completely. π
Forum: Themes and Templates
In reply to: [Themolio] Images not showing up on HomepageIn your admin dashboard >> Appearance >> Themeolio >> Blog tab and enable “Display featured images on front page (for both grid and standard layout) ?”
It should work.
Forum: Themes and Templates
In reply to: Auto set first image in post (external image) as Featured imageAlright, I found this plugin: http://wordpress.org/plugins/media-tools/
I worked like charm π
Forum: Themes and Templates
In reply to: [NSFW] Put image over contentsOh, the solution is simple, I just need to remove and it work as expected.
.entry { overflow: hidden; }I try a way to style the image without notice to outside class!
Sometime the text is too small and hard to read, need to post it at full size, no problem if member cannot see a sidebar, content is what they care. Just a rare case but thought it should be fixed.
Thank you very much for your support.:)
Forum: Themes and Templates
In reply to: [NSFW] Put image over contentsThey have support forum but it’s death, most questions remained unanswered there.
Also, this question has been asked many times on the net but there have no clear solution, that’s why I asked here.
Before moving to wordpress, I did successful style it on Blogger but somehow, does not work on WP.
Forum: Themes and Templates
In reply to: [NSFW] Put image over contentsYou mean that I should add:
img { width: 100%; height: 100%; }Thank you, It’s a good solution but sometime, the text on the image is too small so I I want to post full image.
If the image is too large I always resize it maximum 1300px width before posting.
Hope there have a way to expand the image over the sidebar content.
Forum: Themes and Templates
In reply to: [NSFW] Put image over contentsI created a demo site using the same theme and all function:
http://myreadingmanga.info/test/?p=8 (NSFW)
Visit the page, you can see that the sidebar is over the image and I want to change it.
Hope someone can help.
Thank you.
Forum: Themes and Templates
In reply to: [NSFW] Put image over contentsMy email: [email moderated]
Thank you very much. πForum: Themes and Templates
In reply to: [NSFW] Put image over contentsWell, I play around with z-index and position but the sidebar is still over the image!
The image is put like this:
<div> <img border="0" src="-.jpg"> </div>If you don’t mind the contents, can I have your email address? So I can provide you the link to the page.
Or, I hope you can give me another suggestion.
Thank you very much.
Forum: Themes and Templates
In reply to: [NSFW] Put image over contents@fluid2011: Thank you but the content is a bit non-safe-for-work so I’m a bit hesitate to give the link here.
Could you please give me some suggestion for the css? I searched around last few days but nothing work.
Thank you.
Forum: Plugins
In reply to: [WP Popular Posts] Thumbnails and text no longer align after update@hΓ©ctor Cabrera:
There have problem with styling but it did solve the problem mentioned above.
I will use it then, thank you.
Forum: Fixing WordPress
In reply to: DOS that uses xmlrpc.phpI contact support again and s/he said that, the site was set at 000.
I hope the problem solve now.
Thank you for your support.