Anas Bin Mukim
Forum Replies Created
-
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] The plug-in stopped workingSame error here.
It shows “Failed to load resource: the server responded with a status of 502 ()”
https://www.grancanariaexcursions.eu/wp/?category=gay_boatPlease let me know and resolve ASAP.
Thanks
Hope update plugin is coming soon.
For quick solution, I’ve updated the core file
/wp-content/plugins/wp-property/core/class_core.phpIn function admin_menu()
=========================
` $all_properties = add_submenu_page( ‘edit.php?post_type=property’, $wp_properties[ ‘labels’ ][ ‘all_items’ ], $wp_properties[ ‘labels’ ][ ‘all_items’ ], ‘edit_wpp_properties’, ‘all_properties’, function () {
global $wp_properties, $screen_layout_columns;
include “ui/page_all_properties.php”;
} );`REPLACED CODE
$all_properties = add_submenu_page( 'edit.php?post_type=property', $wp_properties[ 'labels' ][ 'all_items' ], $wp_properties[ 'labels' ][ 'all_items' ], 'edit_wpp_properties', 'all_properties', create_function( '', 'global $wp_properties, $screen_layout_columns; include "ui/page_all_properties.php";' ) );
And in function add_settings_page()
====================================
`$settings_page = add_submenu_page( ‘edit.php?post_type=property’, __( ‘Settings’, ‘wpp’ ), __( ‘Settings’, ‘wpp’ ), ‘manage_wpp_settings’, ‘property_settings’, function () {
global $wp_properties;
include “ui/page_settings.php”;
} );`REPLACED CODE
$settings_page = add_submenu_page( 'edit.php?post_type=property', __( 'Settings', 'wpp' ), __( 'Settings', 'wpp' ), 'manage_wpp_settings', 'property_settings', create_function( '', 'global $wp_properties; include "ui/page_settings.php";' ) );
And now looks good to my site in updated version and latest plugin.
Hope this helps on your end also.
Thanks
Thanks for your quick response.
Yes, we are running WordPress 4.2.2 but it showed below error when latest plugin activated
Parse error: syntax error, unexpected T_FUNCTION in /wp-content/plugins/wp-property/core/class_core.php on line 456
Hi,
Which php version is compatible? it is 5.2.17 php version on our server running but still same issues. I removed and Reinstall the plugin again but no luck.. and I had to restore the previous version …Please let me know.
Hey, we also need to customize email template where downloadable file attached. How can we do that?
Please help.
Thanks
Forum: Plugins
In reply to: [Redux Framework] Fatal error: Class 'W3_ObjectCache' not foundSame error occurred to me after I updated the plugin today. Please help…
Forum: Plugins
In reply to: [BruteProtect] How can I completely uninstall BruteProtect pluginThanks for your quick replay.
is there any way to get blocked user information by using my API key? So I can use their IP address in white list accordingly.
Thanks again
~AnasForum: Plugins
In reply to: [Improved Simpler CSS] [Plugin: Improved Simpler CSS] spelling issuesYes, But after rename, plugin goes deactivate automatically. Then need to re-active and save Custom CSS again to work properly.
Forum: Plugins
In reply to: [Improved Simpler CSS] Show error for network siteAh, I see the latest version of plugin folder is wrong? imporved-simpler-css
Forum: Themes and Templates
In reply to: [Hatch] Bring back sub-menu animationHi,
I need that plugin also. Could you please help me so that this theme will not conflict with other plugins jQuery?Thanks
Forum: Themes and Templates
In reply to: [Hatch] Bring back sub-menu animationHi,
It was jQuery conflict by another plugin.Thank you
Forum: Plugins
In reply to: [Download Protect] Download Protect "File does not exist."Yes, ‘/’ is working…
Thank you