kinokas7
Forum Replies Created
-
Forum: Plugins
In reply to: [Birds Author Box] Exclude posts (like events, galleries)?Oh, 2nd Question : How can I add popular Chinese social network Weibo in the php file?
Or could you add Chinese social icons in the next update? Cheers.Forum: Plugins
In reply to: [Birds Author Box] Exclude posts (like events, galleries)?Did you test Author Box on any Visual Composer module-built pages and default WordPress template pages? For my site, Author Box works perfectly with VC built pages, the Bio/Social/Latest Posts tabs displays correct, however, when using a WP default template pages, Author Box tabs shows little black pixel-like squares in tab-titles. Very weird. When I switched that page to VC built landing page, Author Box tabs just shows the title without those black little squares.
There might still be time I want to use Author Box on default template pages, so any solutions? Thanks in advance.Yun
Forum: Plugins
In reply to: [Birds Author Box] Exclude posts (like events, galleries)?Hi Frederic
Thanks for your contribution on those great Birds plugins and themes.
I use Author Box and came up with similar problem where it runs flawlessly across my site but there is time I want to disable it on some static pages, found this thread and your tweak in frontend.php, let me just chime-in :
!is_page( array( ‘event’, ‘gallery’ ) )
The above line does NOT work, for those who want it disabled on some pages.
I pasted that code right in line 94 and saved frontend.php, refreshed web, got error message saying “unexpected ! causing error in line 94”.Then I figured out the solution, you forgot the &&, paste the code below right after $bodyclasses),change page title accordingly to your site :
&& !is_page(array(‘about’,’service’,’contact’))
That should work on pages.
Cheers and keep up the good works, I got another question below.