Jalopy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal payements not loading in SafariWe also have the same problem
Forum: Plugins
In reply to: [Max Mega Menu] 403 error when trying to save changesTom
many thanks, the hosting company eventually put error logging on and identified what was causing it but just say it is fixed and haven’t told me exactly what the issue or fix is! Needless to say without your response I would have given up on them as they had tried many options without success.
Your plugin is now working really well and I will leave you very good feedback.
Jalo Py
Forum: Plugins
In reply to: [Max Mega Menu] 403 error when trying to save changesIf I could get this problem resolved, the plugin is very good and professional.
I have tried changing htaccess file and checked the cpanel suhosin. These had no effect.
PLEASE could anyone suggest what the problem is – we have put several days of work into creating the menus and trying to track down this bug.
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Clone of AdminThanks Justin, on looking at the code he has!
function add_my_responsive_photo_gallery_admin_menu(){
$hook_suffix_r_p=add_menu_page( __( ‘Responsive Photo Gallery’), __( ‘Responsive Photo Gallery’ ), ‘administrator’, ‘responsive_photo_gallery_slider’, ‘responsive_photo_gallery_slider_admin_options’ );
$hook_suffix_r_p=add_submenu_page( ‘responsive_photo_gallery_slider’, __( ‘Slider Setting’), __( ‘Slider Setting’ ),’administrator’, ‘responsive_photo_gallery_slider’, ‘responsive_photo_gallery_slider_admin_options’ );
$hook_suffix_r_p_1=add_submenu_page( ‘responsive_photo_gallery_slider’, __( ‘Manage Images’), __( ‘Manage Images’),’administrator’, ‘responsive_photo_gallery_image_management’, ‘responsive_photo_gallery_image_management’ );
$hook_suffix_r_p_2=add_submenu_page( ‘responsive_photo_gallery_slider’, __( ‘Preview Slider’), __( ‘Preview Slider’),’administrator’, ‘responsive_photo_gallery_slider_preview’, ‘responsive_photo_gallery_slider_admin_preview’ );