melanie bund
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove ↓ from commentshi – thank you the arrow has disappeared with your css help!!! With the gravatar – avatar? i used css display none – .avatar{display:none;} and also in admin disabled the avatar
here is test site page
https://photohunters.org/photohunters-test/photoshop
thank you
MelanieHi Nirmal – i deactivated nav menu roles plugin on the test site and have the same issue which is strange
https://clivemabey.me.uk/Seals/
Melanie
Hi
wp responsive menu displaying a weird main menu, only 2 links, log out and one doesnt actually exist? Am also using plugin Nav Menu Roles (Hide custom menu items based on user roles), but i have another site and your plugin and the above work perfectly well
site
https://s565478181.websitehome.co.uk/Help would be greatly appreciated
Thnk you
MelanieForum: Fixing WordPress
In reply to: view profile form that cant be editedHi I have created a profile form for users to fill in, i would like other users to see but not be able to edit, how is it possible to do that, do i have create a new template and somehow echo the info?
thank you
melanieForum: Hacks
In reply to: redirect user by rolethank you bcworkz, will have a go, Melanie
Forum: Hacks
In reply to: redirect user by roleHi bcworkz, that is my point, the “editor” is only able to go to this page and has to log out once his job is finished, only he/she can enter this page as if someone without “editor” role enters they are sent away. the permalink is correct the page is called “add-star”, but it doesnt work, they get directed to the homepage???
thanks
MelanieForum: Hacks
In reply to: redirect user by roleHi Am trying various scripts but end up on home page
here is latest// redirect editor function editor_redirect( $redirect, $user ){ $role = $user->roles[0]; $addstar = get_permalink( get_page_id( '/add-star/' ) ); if( $role == 'editor' ) $redirect = $addstar;}
still no joy
does anyone have a ny ideas?Forum: Hacks
In reply to: redirect user by rolestill not working – both redirected to homepage
// Redirect editor function wp_redirect_users_by_role() { $current_user = wp_get_current_user(); $role_name = $current_user->roles[0]; if ( 'editor' === $role_name ) { wp_redirect( 'https://photohunters.org/add-star' ); } // if if ( 'administrator' === $role_name ) { wp_redirect( 'https://photohunters.org/wp-admin' ); } } // wp_redirect_users_by_role add_action( 'admin_init', 'wp_redirect_users_by_role' );
Hi So nothing can be customised, it can only be used out of the package?
melanieForum: Hacks
In reply to: redirect user by rolethank you! bdbrown
Melanie ??Forum: Fixing WordPress
In reply to: facebook likes not workingthank you so much for your time and help
melanieForum: Fixing WordPress
In reply to: facebook likes not workingyes the likes button is working but i have lost 300 – which looked great and not too sure if the users will relike – my problem is how can i have lost those likes
melanieForum: Fixing WordPress
In reply to: facebook likes not workingi cant do that as we have people uploading photos all the time as users/photographers are worldwide, so different time zones, we went live a monday and all was working great till yesterday, the only thing i have added is an ajax chat – in chat – where i presume if any script is involved it goes in the header or footer, that i actually cant see (am ignorant on how that works) when i download the files to dreamweaver, no extra script appears..
not sure if this info helps?
thanks
melanieForum: Fixing WordPress
In reply to: facebook likes not workingyou have to go into browser setting, view page source as right click has been disabled
Forum: Fixing WordPress
In reply to: facebook likes not workingHi Andrew
limk below
https://photohunters.org/
thank you
melanie