valuser
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [P2] How to make it responsivealso
https://wordpress.org/themes/mercury/Another responsive p2 child theme that could fit the bill!
i think they are post format types
see also
AND
I should have FIRST guided you to
Forums appear to be well supported by moderators etc (just my take)
though p2, i believe – and I could be incorrect- is kinda being gently let go and a new replacement theme is on the way
One option COULD be to do it via a function in your functions.php file using $query->is_home
So (say) to exclude from home page status updates and posts in category “nofront” but to include (the exceptions) on home page if they have a tag “okfront”
or vary it to whatever!
function exclude_category($query) { if ( $query->is_home ) { $idObj = get_category_by_slug('nofront'); $catid = $idObj->term_id; $query->set('tax_query', array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'field' => 'ID', 'terms' => array(1,$catid), 'operator' => 'NOT IN' ), array( 'taxonomy' => 'post_tag', 'field' => 'slug', 'terms' => 'okfront', 'operator' => 'IN' ) )); } return $query; } add_filter('pre_get_posts', 'exclude_category');Forum: Fixing WordPress
In reply to: wp admin-bar custom icons/menu-items-disappear on-small-screensThank you. Point taken. Apologies.
Forum: Plugins
In reply to: [Admin Bar Login] Cant see the login area on mobileI think (could be incorrect) that this may have something to do with Bootstrap.
Just talking about portrait mode in tablets
Also App themes are listed here as co-author.
This problem (admin-bar-login-not showing up in window narrower than 783px) can be experienced with some of their themes – eg Vantage, ClassiPress, JobRoller
Forum: Plugins
In reply to: [Admin Bar Login] Cant see the login area on mobileMany thanks for plugin.
as per @bendproweb above
Will show up on my ipad if it’s held landscape vs portrait.
doesn’t show on portrait and messes up most themes
It would be truly excellent if some solution could be found!
Any update on this would be most welcome.
Can it be done ?
Forum: Fixing WordPress
In reply to: Return First & Last letter of blog namemany thanks
Forum: Plugins
In reply to: [BuddyPress Like] Update to 0.1.9 – something not working!Ditto – solution was as above and was also provided to me by support at the Kleo Theme, which, btw I find so far, to be a truly excellent buddypress theme.
Forum: Plugins
In reply to: [BuddyPress Like] Update to 0.1.9 – something not working!on further examination
it’s (v.0.1.9) interaction with some themes (premium say kleo buddypress theme) is currently problematic while v.0.1.8 was fine.ok with TwentyTwelve, Buddypress Default, Buddy Default (modemlooper -github)
Forum: Plugins
In reply to: [Widgets In Tabs] WIT overlapping content when loadingBrilliant.
Many Thanks
Forum: Plugins
In reply to: [Widgets In Tabs] WIT overlapping content when loadingThank you for your quick reply.
Both sites are now on v.2.0.3 but both overlap when viewed on a Mac with Safari and Chrome.
But
Both sites using v.2.0.3 when viewed with Firefox on a Mac work.
Have set up a site locally without other active plugins.
Have tried v2.0.3 with no other plugins and with the following themes
Kleo
TwentyTen
TwentyEleven
TwentyTwelve
TewntyThirteen
TwentyFourteenOn a Mac with Safari and Chrome WIT appears to overlap in 2.0.3 but not v2.0.1 which works perfectly
On a Mac with Firefox WIT v 2.0.3 works !
Perhaps they render correctly on a PC but not a Mac ??
This really is a great plugin but is there any way to get the new versions working with Safari and Chrome on a Mac ???
Forum: Plugins
In reply to: [Widgets In Tabs] WIT overlapping content when loadingHi,
Thanks again for a magnificent plugin.Up to v. 2.0.1 all was superb.
After that – the scenario outlined by the original poster on this thread, @yunlu18 appears to manifest itself (on my sites)
Online test sites
v. 2.0.1 see http://www.trulysuper.com
v. 2.0.3 see http://www.trulysuperb.com —- overlapForum: Plugins
In reply to: [Reaction Buttons] Buttons won't updateLocal install(s) multisite WP 3.9.1 Buddypress 2.0.1 (however lots of other plugins – lots)
Happens in 3.9.1 also with trunk BP version & nightlies of WP.
(screen notice on one install: one about support from a premium plugin.)
(on the nightlies additional screen notice about buddypress docs & privacy)
There is no mention of “reaction” in any of the debug.logs.
The difficulty is that this plugin works 100% if one just hits return in a text box when changing the settings.
If this little glitch is not happening for you i can only surmise that it may very well be a tiny conflict caused by another plugin installed on my installations.
Also there has only just been one other query about this which would suggest that the occurrence of this tiny glitch is not widespread and just confined to a small subset of users ??
Will keep a lookout when installing a clean install from scratch.
Cheer and thanks again for the plugin.
Forum: Plugins
In reply to: [Reaction Buttons] Buttons won't update+1
buttons at end of page are not clickable.
However – to save changes press return while the cursor is in a text box!
otherwise a great plugin- thanks
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Not working on a particular Host !!Apologies for not coming back.
I sent this thread to my host and they transferred me to a server using php version 5.4 ….
All well now – so this actually has been resolved for me plugin has resumed its work