zybersup
Forum Replies Created
-
I find the same problem on my website which is not powered by WordPress and does not utilize this plugins. After searching thru Facebook document and the UI of Business Suite, I find no resolution.
Although I am Thai staying in Thailand, my chat plugin displayed in Vietnamese, Arabic and English, from time to time, from browser to browser.
Thank you all and this community, I finally find it that it is Facebook bug. Let’s enjoy waiting for their fix.
I also would like to vote for the feature that @copernicus mentioned here. It will be useful for me to have different title display in the normal TOC box. I did not use TOC box widget at all.
I removed it at all.
I thought that it is only for permalink only. In my use case I do not want the series page at all so I tried removing it and found that the permalinks are default as ‘series’. Then I did not change it back, just left it blank. … That’s such a big mistake.
(I had been wondering for 2 years why I cannot find any result searching this problem in anywhere on the Internet. Stupid enough not to find stupidity in myself :P)
Now it is usable. Thanks for your kind help.
Thank you very much for your very very fast response and very very good support.
And for your kindness pointing me the solution even this is not a problem of yours at all.
I think I found a clue to the problem.
I have added some code to functions.php of my theme as the following code to filter out some posts from the home page. After commenting out these lines, the post list appears as it should.
function exclude_category_home( $query ) { if ( $query->is_home ) { $query->set( 'cat', '-6,-7' ); } return $query; }
But I do not know why it does not affect the series post list in some page and why it affects a single post page even is_home is checked already. And where should I find the right solution for this problem.
Forum: Plugins
In reply to: [Organized Docs] Would like to show thumbnail for each document.Thank you very much for your suggestion. I will try it soon.
Forum: Reviews
In reply to: [FD Footnotes Plugin] Good but flawedI found exactly the same behavior as you said. It just jump to the wrong place for both way back and forth.
And I also want the tooltip display for mouse-over too.
I tried “Easy Footnote” which the compatibility for WP 4.3.1 is not yet checked but it does work all the ways I want.
Anyway, FD Footnote is also a very nice footnote plugin really. Just some defect waited for correction. Thanks for making it.