onlinedog123
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Articles] Any ideas on custom taxonomies?Hey, thanks, will send it now!
Cheers
Forum: Plugins
In reply to: [Social Articles] Issue with bp nouveau themeHey, sorry for the delay, will send you an email now!
Cheers
Forum: Plugins
In reply to: [Social Articles] Issue with bp nouveau themeHey guys,
I found out what the problem caused and here’s a quick fix. In the file ‘social-articles-load.php’ the following lines cause the problem:
top nav $name = sprintf( __("Articles", "social-articles").'<span class="sa-global-counter">%s</span>', ''); sub nav 'name' => sprintf( __("Published", "social-articles").'<span>%s</span>', $publishCount), ... 'name' => sprintf( __("Under Review", "social-articles").'<span>%s</span>', $pendingCount), ... 'name' => sprintf( __("Draft", "social-articles").'<span>%s</span>', $draftCount),
The quick fix I’m using is to delete
.'<span class=”sa-global-counter”>%s</span>’, ” in the top nav line and
.'<span>%s</span>’ in each sub nav line.Still, one issue remains, that the counters are not visible. Maybe someone has an idea what could be the reason, as in the legacy theme they are visible. Thanks and I hope this little fix helps you guys.
Cheers
Forum: Plugins
In reply to: [Social Articles] post excerptThanks buddy, sounds good!
Cheers!
Forum: Plugins
In reply to: [WP Extended Search] Search in post excerptExcellent timing, I just wanted to ask the same question. Btw, excellent plugin Sumit, really well done. In my install I can actually select ‘post_excerpt’ as a meta key, but it doesn’t return any results.
Cheers!
Forum: Plugins
In reply to: [List category posts] Display like in the loopThanks buddy, yes you are right of course. I will give it a try. ??
Forum: Plugins
In reply to: [List category posts] Display like in the loopHi,
thank you for your quick reply. No, I was planning to use it on a page, just that it looks like in the loop.
Cheers
Forum: Plugins
In reply to: [Social Articles] post excerptTo clarify, what I mean is a real excerpt, not the first view words of the post.
Thanks!