teeboy4real
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Login Page] Plugin is not workingI can’t still login with your plugin
Forum: Plugins
In reply to: [LH Login Page] Plugin is not workingHello,
I recently activated your plugin now and I received a mail stating some errors with your plugin.
Also does your plugin support buddypress
Error Details
=============
An error of type E_ERROR was caused in line 44 of the file /home/site/public_html/wp-content/plugins/lh-login-page/partials/option-settings.php. Error message: Uncaught Error: Class ‘LH_Email_queue_plugin’ not found in /home/site/public_html/wp-content/plugins/lh-login-page/partials/option-settings.php:44
Stack trace:
#0 /home/site/public_html/wp-content/plugins/lh-login-page/lh-login-page.php(309): include()
#1 /home/site/public_html/wp-includes/class-wp-hook.php(286): LH_login_page_plugin->plugin_options(”)
#2 /home/site/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
#3 /home/site/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#4 /home/site/public_html/wp-admin/admin.php(253): do_action(‘settings_page_l…’)
#5 /home/site/public_html/wp-admin/options-general.php(10): require_once(‘/home/site/…’)
#6 {main}
thrownThanks
Forum: Plugins
In reply to: [BuddyPress Global Search] How to add custom css class to the search itemsHello,
Thanks for the code but where exactly do I add the code, I don’t really know much about coding.
Thanks
Forum: Plugins
In reply to: [WPS Hide Login] Default login errors not showingHello,
I have installed it but only the message (4 attempts remaining.) is showing while the main error message (Incorrect Email Address or Password) Please note that I only use email and password to login to my site I do not use username so the login error message should not be (Incorrect Username or Password), It should be (Incorrect Email Address or Password) since I only use email address for login authentication.
Thanks
Forum: Plugins
In reply to: [Simple BuddyPress Profile Privacy] Support for buddypress follow pluginHello,
Thanks for the feedback. I starting thinking deeply about my suggestion and I realized that you can only enable privacy option for only(FOLLOWINGS) and not (FOLLOWERS) because
1. Only the users that I decide to follow will be able to view my profile, indirectly i’m saying that you can view my profile only if i’m interested in you.
2. If I decide to use the (FOLLOWERS) option, how will new users follow me in the first place since they can’t view my profile.
This feature will be very useful for users of people that really need privacy like celebrities, politicians etc
Thanks
Forum: Plugins
In reply to: [Autoptimize] Autoptimize breaks frontend editorsit worked thank you very very much
Forum: Plugins
In reply to: [Autoptimize] Autoptimize breaks frontend editorsthe post editor formatting buttons don’t show when optimize javascript code option is enabled.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize breaks frontend editorsThis are two screenshots
One optimize JavaScript is enabled
The other it is disabledForum: Plugins
In reply to: [Autoptimize] Autoptimize breaks frontend editorsHello,
I did as instructed I added this below to be excluded
seal.js, js/jquery/jquery.js/, nanobar.js, accesspress-anonymous-post-pro/js/
After adding I cleared all my cache but it did not workForum: Plugins
In reply to: [Menu Cart for WooCommerce] Support for php 7.3Hello,
I am still getting 504 Gateway Timeout
The gateway did not receive a timely response from the upstream server or application.
This only appears when I click on the menu cart but other site pages are loading perfectly.I checked my error log file and I found this I don’t really know what it means.
[24-Dec-2018 11:31:18 UTC] id was called incorrectly. Product properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘wp_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Cart_Session->get_cart_from_session, WC_Product->is_purchasable, apply_filters(‘woocommerce_is_purchasable’), WP_Hook->apply_filters, sv_disable_repeat_purchase, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Hide menu cart for logged out users completelyHello,
I found a solution in previous support topics with this code you provided.
add_filter( ‘wpmenucart_menu_item_wrapper’, ‘wpmenucart_hide_for_visitors’, 10, 1 );
function wpmenucart_hide_for_visitors( $menu_item_li ) {
if ( is_user_logged_in() ) {
return $menu_item_li;
} else {
return;
}
}Thanks
Forum: Plugins
In reply to: [Age Gate] Feature RequestsHello,
Please can you enable your plugin to support buddypress registration.
I am using the YES/NO option in settings,
I want the yes/no option to popup first and before a user can register.1. Users accepting the (YES) option can proceed to complete buddypress registration.
2. Users accepting the (NO) option will be redirected back to the site home page.Thank you
Forum: Plugins
In reply to: [BuddyProfileMessageUX Free] Attachment and limit public message lenghtSir I’m really looking forward to this update better still this feature can be added to the premium version
Hello,
please can this feature be created as an addon to this plugin, if possible what will it cost. I really really need this because I use woocommerce membership to limit access to the form for 1 day but for that single day users can post unlimited articles but I want this to be restricted to only one post per day, This should be possible because the form is only accessible to logged in users using buddypress. Thank you