wanabrar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page navigation not working with static pageUsing dd32 patch from this link, fixed it for me. https://core.trac.ww.wp.xz.cn/ticket/35344
Just to let people here know, just in case anyone else encounter the same issue.
Forum: Fixing WordPress
In reply to: Page navigation not working with static pageLooks like you’re reverting back to just your latest post. I’m reverting back to latest post as well..
Static page problem, forever unresolved 🙁
Forum: Fixing WordPress
In reply to: Page navigation not working with static pageno one? 🙁
Forum: Plugins
In reply to: [WP-PageNavi] Not working on home page with custom post typeDid you found a fix yet. Your problem is sorta similar to mine. Works with default permalink structure, but doesn’t work with the custom permalinks. It seems the issue happens when you use a static page as homepage.
Forum: Fixing WordPress
In reply to: Is there a way to relate from 1 post to anotherThanks. I hope the plugin still works on the latest version.
Forum: Fixing WordPress
In reply to: Can't align center for imagesThanks and really sorry for the trouble.
Forum: Fixing WordPress
In reply to: Can't align center for imagesI just remove this code and it seems to work.
} img.alignleft { margin: 30px 30px 30px -10px; } img.alignright { margin: 30px -10px 30px 30px; } img.aligncenter { margin: 0 -10px 5px;Thank btw
Forum: Fixing WordPress
In reply to: Can't align center for imagesHe is a part of the css.
.alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .wp-caption { background:#f1f1f1; max-width: 100%; padding: 15px; margin:0 0 20px; position:relative; } .wp-caption.alignleft { margin-right:20px; } .wp-caption.alignright { margin-left:20px; } .wp-caption.aligncenter { margin:0 auto 20px; } .entry-caption { font-size: 15px; text-align:center; display:table; line-height: 100%; margin: 10px auto 0; padding: 0; } .wp-caption > a, .wp-caption img { display:block; line-height:0; } .wp-caption img { border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; } .wp-caption .wp-caption-text { font-size: 15px; margin: 15px 0 0; padding: 0; text-align: center; } img.wp-smiley, .rsswidget img { border: 0; border-radius: 0; box-shadow: none; margin-bottom: 0; margin-top: 0; padding: 0; } .entry-content dl.gallery-item { margin: 0; } img.alignleft { margin: 30px 30px 30px -10px; } img.alignright { margin: 30px -10px 30px 30px; } img.aligncenter { margin: 0 -10px 5px; } } .entry-content embed, .entry-content iframe, .entry-content object, .entry-content video { margin-bottom: 25px; } .entry-content dl, .comment-content dl { margin: 0 25px; } .entry-content dt, .comment-content dt { font-weight: bold; } .entry-content dd, .comment-content dd { margin-bottom: 25px; } .entry-content table, .comment-content table { border-bottom: 1px solid #ededed; color: #757575; font-size: 12px; line-height: 2; margin: 0 0 26px; width: 100%; } .entry-content table caption, .comment-content table caption { font-size: 16px; margin: 25px 0; } .entry-content td, .comment-content td { border-top: 1px solid #ededed; padding: 6px 10px 6px 0; }Forum: Fixing WordPress
In reply to: Can't align center for imagesWhat would be the correct one if I may ask? I’m really not good at this 🙁
Replace it with?
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }Forum: Fixing WordPress
In reply to: Can't align center for imagesThis post for example I’ve already pressed the align centre code, but it just sits there on the left.
http://wanabrar.com/blog/anime/kuroko-no-basket-episode-63/
It doesn’t have the html codes or anything. I think I should never used <center> right?
Alright.. I’m just looking for a quick fix, I’ll try to solve this one. Thanks
Forum: Fixing WordPress
In reply to: Can't align center for imagesHere is mine then
Forum: Fixing WordPress
In reply to: How to create custom post typeI was wondering how they do it? I’ve tried doesn’t seems to work like the one in the image.
Forum: Fixing WordPress
In reply to: Theme not loading.I see so this is caused by the W3TC plugins. I guess i will be switching back to WP Super Cache then. Thanks for the info. This really helps 😀
Forum: Fixing WordPress
In reply to: Theme not loading.Looks like that fixed it.
Which function in minify is this causing the problem?Forum: Fixing WordPress
In reply to: Category pages shows no resultskydancer I haven;t figured out the solution yet.
It is probably the theme. Because I did try to test with the default theme it is showing everything. Or it is probably a problem with the wp page-navi plugins since it haven’t been update for a while now.