epgb101
Forum Replies Created
-
Forum: Plugins
In reply to: [Lock User Account] Locking Stopped WorkingHey there…
I didn’t know that – that is extremely helpful of you to post. I want to say this is a great plugin. I’ll get on to that straight away.
Ed.
Forum: Plugins
In reply to: [Lock User Account] 302 Redirect, cannot lockSame here – locking no longer works for me.
Hello Thomas..
I can probably give you admin login and you can check my settings yourself. I need a little time to get a new 2nd Admin one (not done that before).For now I installed;
OCEANWP theme (popular and free, appears well supported)
Ocean extra< plugin
Left and right sidebars set to ON for all pages.
I enabled >>Recent Posts Widget (not Std WP Posts widget) on L and R sidebars, with 5 posts showing 1 side, 3 on other.
In theme I enabled << YOU MIGHT ALSO LIKE >> article thumbs to show at end of post text in centre of page.
A couple HTML widgets with Adsense code only – 1 on each sidebar.
On Fixed Widget I set 90 top / 1000 bottom (bet my setting here has something to do with it ??
All of above widgets set to [X] Fixed.It’s overall great but odd things happens with widgets when I scroll to bottom on iPhone – probably theme or Safari.
Thanks
Ed.Thanks for response..
Actually it was just that I couldn’t get the right or left sidebar widgets staying still on that one site’s homepage (which is a Page) – but on all posts on my sites seemed to work really well.
I decided to ignore it as overall the plugin worked brilliantly. But then I found viewing on MOBILE a widget in the centre of post just above footer (< YOU MIGHT ALSO LIKE >) was getting mixed up with Recent Posts widget in sidebar – so I had to disable plugin.
This could well be a prob with OCEANWP rather than your plugin. I don’t want to waste your time. But that’s what happened. I will try again later ??
ps – its a GREAT plugin but I have noticed it seems to prefer posts to pages on my sites when it comes to sticking the left and right navs.
Forum: Developing with WordPress
In reply to: Add custom link to WP mobile admin barps the WP toolbar, and Login and Register links show fine on the mobile browser – but not the new icon I added with your code. It only shows on PC browser when I squeeze with to mobile-like size.
Forum: Developing with WordPress
In reply to: Add custom link to WP mobile admin barHi – I added your code below to a snippet and it works great (icon shows) when I squeeze browser width on PC. But icon still does not show on mobile phone browser. Can you help me solve this? Wanting to solve this a year but nothing on the Internet for beginners like me. Thank you.
function add_circolari_to_adminbar( $wp_admin_bar ) {
$args = array(
‘id’ => ‘pagina-circolari-liceo’,
‘title’ => ‘<span class=”ab-icon dashicons dashicons-welcome-write-blog”></span><span class=”ab-label”>’ . __( ‘Circolari’, ‘some-textdomain’ ) . ‘</span>’,
‘href’ => esc_url( admin_url( ‘edit.php?post_type=circolare_liceo’ ) ),
‘meta’ => false
);
$wp_admin_bar->add_node( $args );
}add_action( ‘admin_bar_menu’, ‘add_circolari_to_adminbar’, 999 );
add_action( ‘wp_enqueue_scripts’,
function () {
$admin_css = <<<EOT
@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-pagina-circolari-liceo {
display: block;
}
}
EOT;
wp_add_inline_style( ‘admin-bar’, $admin_css );
}
);`When I set it to show all BuddyPress pages and features to members I get ‘Content Restricted’ page. I can remove this temporarily by clearing browser cache but its right back the next time I login. Unusable. I have no cache plugin installed and only the plugins required. Any ideas what I may be doing wrong? Or does it simply just not work as seems to be echoed by several others in this support forum?
Im not using any chache and Ive tried on multiple themes including twenty twently.
Update – Ive given up with PMPro and buddypress now. Ive spent 1 week a couple of years back trying to fix it and now another 2 days hoping it would be debugged.
I really think Buddypress doesn’t work with PMPro + the BP/PMPro add-on – the BP pages remain restricted even after registering and logging in.
I guess BP and PMPro is not high priority as most folks probably dont need to use the 2 together. If anyone DOES know what Im doing wrong PLEASE let me know as PMPro looks so awesome as a general plugin! ??
Forum: Plugins
In reply to: [LH Buddypress Group Redirect] Issue with redirect?Hi – this works perfectly.
I thought it was login redirect to group, but it’s /groups/ to group (apologies as you state this clearly). I confirm it works well with Subscriber or Author User Roles and I assume all others. Just what I wanted – thank you.Ed
Forum: Plugins
In reply to: [LH Buddypress Group Redirect] Issue with redirect?Thank you:)
Forum: Reviews
In reply to: [WPS Hide Login] 404Try delete browser cache
OK great – at least I know. Is that button graphic stored in your package in some folder?
Ben – I see an arrow -> on the block – but on other sites I see a red circle with line through it I prefer. How do I get that red circle on Block?
Thanks
Ed.