vaacum
Forum Replies Created
-
Forum: Plugins
In reply to: [Theater for WordPress] No communication Stager and pluginNice!
Forum: Plugins
In reply to: [Theater for WordPress] No communication Stager and pluginForum: Plugins
In reply to: [White Label CMS] “Profile” doesn’t disappearcorrect
Forum: Plugins
In reply to: [White Label CMS] “Profile” doesn’t disappearI came across this one, works a lot better:
<?php
add_action( ‘admin_menu’, ‘stop_access_profile’ );
function stop_access_profile() {
remove_menu_page( ‘profile.php’ );
remove_submenu_page( ‘users.php’, ‘profile.php’ );
if(IS_PROFILE_PAGE === true) {
wp_die( ‘It is not allowed to change or view this profile information.’ );
}
}
?>Forum: Plugins
In reply to: [White Label CMS] “Profile” doesn’t disappearHe, thanks for your answer, and sorry for the late reaction.
When pasting this code I get a error,
“Your changes to the PHP code were rolled back due to an error on line 7 in the wp-content/themes/child/functions.php file. Fix this and try saving again.syntax error, unexpected ‘}’, expecting end of file
Thanks
Forum: Plugins
In reply to: [White Label CMS] “Profile” doesn’t disappearForum: Plugins
In reply to: [Theater for WordPress] Old events no longer disappearYes, thanks!
Forum: Plugins
In reply to: [Theater for WordPress] Old events no longer disappearThanks I will try it
Forum: Plugins
In reply to: [Theater for WordPress] Old events no longer disappearOk, it seems like this [wpt_events start=”today”] is not working anymore, “now” is working fine. Is there another solution to let the event dissapear from the agenda at the end of the day or end time event?
Forum: Plugins
In reply to: [Theater for WordPress] Old events no longer disappearIn the admin dashboard the old events are gone, only on the website they are still visible.
Thank you very much.
- This reply was modified 6 years, 1 month ago by vaacum.
Forum: Plugins
In reply to: [Theater for WordPress] Event disappearance delayIt works very well, thank you!
Forum: Plugins
In reply to: [Theater for WordPress] div with class wp_theatre_event clickableHi,
Would it be possible to only insert the “starting time” beneath the ticket button with an additional text field.
To create for example, “doors open from {{time (H)}}”.
Thanks, Rob
Forum: Plugins
In reply to: [Theater for WordPress] div with class wp_theatre_event clickableAwesome, thanks a lot.
Forum: Plugins
In reply to: [Theater for WordPress] div with class wp_theatre_event clickableSorry, does NOT make the whole div with class ‘wp_theatre_event’ clickable.
Forum: Plugins
In reply to: [Theater for WordPress] div with class wp_theatre_event clickableHi,
I added the script, but it still does not function as expected.
It combines the ‘links’ as a block, but it does make the whole div with class ‘wp_theatre_event’ clickable.
Thanks, Rob