brianstoiber
Forum Replies Created
-
Forum: Plugins
In reply to: [Leaflet Map] Unable to render elevation profile.OMG. I fugured it out. I wasn’t loading it over a secure connection. Changing to https fixed it.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Elevation profile configurationI found the linear gradient just before you posted. The settings seemed overwhelming in the beginning.
I never thought of just setting the height to 2px (or 0px).
Thank you for the amazingly quick response.
Forum: Plugins
In reply to: [Advanced Excerpt] Line breaks not workingI was not able to do it so I disabled the plugin and found another work around.
Go ahead and delete this. I figured it out. There was a conflict with a theme.
Forum: Fixing WordPress
In reply to: Always show Admin/Tool BarUnfortunately, it doesn’t provide any method to remove Register.
Forum: Fixing WordPress
In reply to: Always show Admin/Tool BarThis doesn’t really give the option to remove the register link though.
Forum: Fixing WordPress
In reply to: Always show Admin/Tool BarWhat would I need to do to not show the Register link in the top left corner?
Forum: Fixing WordPress
In reply to: Always show Admin/Tool BarI narrowed it down to the Membership 2 plugin. This site is a mess. They have Membership 2, BuddyPress, S2Members, and Members all running on it. Struggling to figure out what plugin they are actually using in their workflow.
But thank you for your help.
Forum: Fixing WordPress
In reply to: Always show Admin/Tool BarI have disabled all plugins (renamin the plugin directory to plugin-disbale) and it does work. Any idea on how to track it down to a single plugin without disableing each individually?
Forum: Fixing WordPress
In reply to: Always show Admin/Tool BarSo this is what I have in my functions.php file:
add_filter('show_admin_bar', '__return_true', 1000); function modify_admin_bar( $wp_admin_bar) { $wp_admin_bar->add_node( array( 'title' => __( 'Log In' ), 'href' => wp_login_url() ) ); } add_action( 'admin_bar_menu', 'modify_admin_bar' );You can also see it here: https://imgur.com/RxNKzmd
The black bar appears but nothing in it.Forum: Fixing WordPress
In reply to: Always show Admin/Tool BarThat then removes the bar:
Forum: Fixing WordPress
In reply to: Always show Admin/Tool BarIt added the bar but the login link is missing.
Wondering if there if there has been able progress on this? I am working with a client that has purchased Events Manager Pro however I am attempting to get access to their account so that I can submit a ticket with the pro support but he has not gotten back to me on that yet.
Still not seeing any change in this. Looking at other threads, it seems this might be an issue with the initial geocoding that is performed on the location. Unfortunatley trying this plugin didn’t work for me either.
https://ww.wp.xz.cn/support/topic/map-unavailable-error-new/
https://ww.wp.xz.cn/plugins/stonehenge-em-osm/I am seeing this and have been trying to troubleshoot it for the past 2 weeks.