justravis
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Enormous amount of calls on dashboardYou issue sounds similar to the previous thread.
@jeanabarquez with plugin support posted this:
To help you with your issue, please try adding the following code snippet to the bottom of the event-tickets.php file (in wp-content/plugins/event-tickets/)
add_action( 'plugins_loaded', function () { tribe_singleton( TEC\Tickets\Admin\Glance_Items::class, TEC\Tickets\Admin\Glance_Items::class); }, 1 ); add_action( 'admin_init', function() { remove_filter( 'dashboard_glance_items', [ tribe( TEC\Tickets\Admin\Glance_Items::class ), 'custom_glance_items_attendees' ], 10 ); }, 20 );
- This reply was modified 1 year, 11 months ago by justravis.
@jeanabarquez Last night, I suddenly had the same issue. Adding your code, fixed it.
Will you update the plugin to address this issue more permanently?
- This reply was modified 1 year, 11 months ago by justravis.
It helps visitors find content and increases SEO.
Forum: Fixing WordPress
In reply to: Internal Page CSS Changes Column Layout In GutenbergIssue was caused by the Oxygen Gutenberg Integration plugin.
I found another SEO plugin that generates a HTML sitemap, but I’m not sure about the noindex portion of your question.
For me, this is the only crucial feature Rank Math is missing.
Where can we vote for this feature to be introduced?
Hi @wpmudevsupport13,
I appreciate you joining the discussion. Changing the value of the open select menu did not resolve the issue.The z-index of the closed select menus turned out to be the problem.
.select2-container { z-index: 99999999; }
This code resolved that problem:
.forminator-select.select2-container { z-index: initial; }
I figured out why menus sometimes slide up instead of down too.
THANKS!
Hi @wpmudevsupport14,
The given selector did not seem to apply. Below is a selector that technically applied, but it did not bring the open select boxes to the top..forminator-select.select2-container--open { z-index: 999999 !important; }
Suggestions?
HAPPY NEW YEAR,
Travis
How do I add the LD-JSON BreadcrumbList schema markup code?
Forum: Plugins
In reply to: [Autoptimize] S&O: 500 Error?Thanks again for the PROMPT response!
Best plugin support experience ever!
Forum: Plugins
In reply to: [Autoptimize] S&O: 500 Error?Unticking the “minimize non-aggregated CSS/ JS files” option did the trick!
Should I undo what you suggested in your first post?
Forum: Plugins
In reply to: [Autoptimize] S&O: 500 Error?I appreciate the QUICK response.
I do not have “aggregate inline JS” ticked.
I tried excluding those directories 1 by 1, but it did not make a difference.
Next steps?
THANK YOU!
Server API: Apache 2.0 Handler
Recommended: Apache + mod_phpSuggestions?
THANKS!
Again, to make sure I understand correctly – if the child theme overwrites templates, such as header.php, but NOT any WOOCOMMERCE templates, your plugin should work?
THANK YOU!