ajaffri
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Menu] Will there be PHP 8 support in the near future?Sounds great. Thank you, Nirmal.
Forum: Plugins
In reply to: [WP Responsive Menu] Will there be PHP 8 support in the near future?Second this. The plugin is generating critical error on PHP8.0
Fatal error: Uncaught Error: array_key_exists(): Argument #2 ($array) must be of type array, stdClass given in /wp-content/plugins/wp-responsive-menu/inc/includes/class-wprmenu-sanitization.php on line 129 Call stack: wpr_of_sanitize_enum() wp-includes/class-wp-hook.php:292 WP_Hook::apply_filters() wp-includes/plugin.php:212 apply_filters() wp-content/plugins/wp-responsive-menu/inc/includes/class-wprmenu-framework-admin.php:425 WPRMenu_Framework_Admin::validate_options() wp-includes/class-wp-hook.php:294 WP_Hook::apply_filters() wp-includes/plugin.php:212 apply_filters() wp-includes/formatting.php:4907 sanitize_option() wp-includes/option.php:369 update_option() wp-admin/options.php:314Hi, is this functionality available now?
We are checking on the update on this issue. Do we have a workaround to open a specific tab and content section within the tab solution?
Forum: Plugins
In reply to: [Display Posts - Easy lists, grids, navigation, and more] List Tag(s)As mentioned in the documentation you can use following to display tags.
[display-posts category_display=”post_tag”]
You can use [display-posts category_display=”post_tag”]
Perfect! Thank you.
@dcooney … First, really great and useful plugin. Thank you.
I had same issue and was restoring 3.2.1 version to work for non-logged in users. (I will not recommend this to anymore as it is not secure)
Got sometime on hand to debug and found All In One WP Security plugin was conflicting with newer version of AJAX Load More plugin.
Particularly, option to disable Users Enumeration. I unchecked that option and posts started showing for non-logged in users.
@dcooney If this helps, stable tag 3.2.1 of AJAX Load More plugin works fine with keeping Users Enumeration checked.
Forum: Plugins
In reply to: [MyEffecto-Instant Emotion Reaction] Php Code in Loop PageThank you for your reply.
I tried custom PHP method mentioned on support page but its showing emojis only one time.
As I mentioned I am trying to use it in PHP wordpress loop and it is only showing on first post.Could you please help me with work around to that so we can see it on multiple posts on same page?
Forum: Plugins
In reply to: [MyEffecto-Instant Emotion Reaction] Php Code in Loop PageWe are testing your plugin on our different domains and we really like it. Could you please help me with following questions:
1) We sometime create PHP custom page templates and then use PHP loop in the code. How can use shortcode to show on multiple posts on same page?
2) How we can customize CSS for emoji icons. For example if we want to remove (vote and share), move total count next to icons and remove icon titles? Currently plugin is pulling CSS from your external server. Is there a way we can modify it on dashboard or we need to modify in plugin files?