Slobodan Manic
Forum Replies Created
-
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] The issue returnsHi,
It was fixed in 1.1, when is_singular check was wrapped around that particular piece of code.
is_singular returns false on search pages, meaning the line that uses $authordata object is never executed.
Forum: Plugins
In reply to: [THA Hooks Interface] deleting this plugins failsFixed in 1.1.1
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Bottom page double bio?Thanks!
The other one is most likely added by your theme. Nothing I can do to help, sorry, might be best to reach out to theme author.
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Compatible with WordPress 4.1.1?The plugin is compatible with latest version of WP
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] DisableIt should be ts_fab_hidem without 1
harvoolio, we’ll fix this in a future release.
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Fancier Author Box on the Archive pagesHi Velev,
Sorry, but that’s not possible, it’s for single posts and pages only.
Any chance you’re using another plugin that would cause gravatar to be replaced sitewide? Maybe something like this:
Forum: Plugins
In reply to: Fancier Author Box by ThematoSoup importing bio?Happy to help! ??
Forum: Plugins
In reply to: Fancier Author Box by ThematoSoup importing bio?Doc,
There really is nowhere else it could be coming from, you can look at the code, it just displays user bio field and nothing else:
https://github.com/wp-plugins/fancier-author-box/blob/master/includes/ts-fab-construct-tabs.php#L155
I wish I could be of more help, but I’m 100% certain that’s how it works, I wrote the code.
There could be another plugin that filters output of user bio, but I can’t guarantee that is the case.
DB search part is weird, but it must be somewhere in the database, unless it’s hardcoded in a PHP file, which is only possible if the plugin was edited.
Forum: Plugins
In reply to: Fancier Author Box by ThematoSoup importing bio?Hi Doc,
You can find the field in your user profile (Users > Your Profile). The field name is Biographical Info, and it’s under About Yourself heading.
Forum: Themes and Templates
In reply to: [Pho] Problem translating the themeCan you try renaming pho.pot to pho.po? Described here in more detail
https://www.appthemes.com/blog/how-to-translate-a-wordpress-theme/
Forum: Themes and Templates
In reply to: [Pho] Problem translating the themeHi,
Sorry to hear about this.
I know you followed the guide, but I have to check, have you changed the language in wp-config.php?
Another thing that could cause this is that language selection has been updated in 4.0, check this post:
https://code.tutsplus.com/articles/a-guide-to-wordpress-40–cms-21906
Hi,
Can you post a URL?
Forum: Themes and Templates
In reply to: [Gumbo] Mobile(narrow) viewHi,
By default, theme is responsive and it will look different on phones.
You can write some custom CSS that would change this, but we can’t offer you help with customization, sorry.