edo.hayashi
Forum Replies Created
-
I found a solution but not a pretty one. For those who are interested, what I did was to copy the codes on the areas of interest from style.css
These are the div.post, article.post, #comments, #nav-below, #widget.
I copied the codes and pasted it in header.php with <style> </style> included.
i.e.
<style>
div.post, div.page, div.hentry, .yoyo > li {
display:block;
overflow:hidden;
padding:20px;
border:1px solid #cccccc;
}
</style>You can edit the #cccccc to any colors you like your border to be.
Forum: Plugins
In reply to: [Yoast SEO] No Title, thumbnail or meta description when sharing in FacebookTurns out I need to register the WP Facebook Open Graph protocol Plugin and then disabled the Add OpenGraph meta data on the WordPress SEO. It is back to normal now.
Forum: Fixing WordPress
In reply to: Can't change category on a new post.It could be about our hosts “Hostmonster and Bluehost” being the culprit.
Anyhow, it’s resolved for us. Hopefully it doesn’t happen again. It truly freaked me out!
Forum: Fixing WordPress
In reply to: Can't change category on a new post.Bluehost for me. It is also fixed now for me. I was a bit freaked out, thinking it might be a virus that entered the system.
Any expert can explain how or why it happened? I guess people should know this…
Forum: Fixing WordPress
In reply to: Can't change category on a new post.tavaresv,
Thank you for the reply, so have you fixed the problem? The symptoms are same.
Works flawlessly now! So great!!!
HI RavanH,
Thank you for clarifying things out. I tried to disable some of the plugins but can’t pinpoint which one is causing it. I’ve managed to make some of my posts work but not all of them. Do you mine if you can tell me how or what to add in the plugin to solve this issue? If you’re going to release the next version soon, then I’ll just wait for it.
Again, thank you!
Doesn’t work on Chrome as well.
I’ve figured it out, the problem is that my website got some ads in it. Unless it loads fully, it will not execute the lightbox feature.
Thanks again for the help!
First of all, thank you tislam for creating a wonderful theme!
As for the lightbox, yes, it doesn’t work on featured image but that’s not what I meant. It was in the post page that doesn’t work. Once you click an image, it goes to show the full image. You then have to click “Back” for you to return to your website.
I’ll try the jquery colorbox as suggested by wrbuopf!
thank you so much! it did fix the problem! I made mine into ‘full’ instead of ‘thumbnail’ since not all of my images are of the same size.
Any ideas about the lightbox though?
Forum: Plugins
In reply to: [PLUGIN: WP-SENTINEL]WP-Sentinel banned all visitors except AdminI’ve resolved the problem by deactivating Hyper Cache, seems like there’s a conflict between these two plugins.
I deleted WP-Sentinel Plugim also the tables on the database, then deleted the Hyper Cache.
Forum: Fixing WordPress
In reply to: WP-Sentinel Banned all visitors except AdminI got it all fixed, there seems to be a conflict with Hyper Cache, I deactivated it and it seems to works now.