rmcfadden
Forum Replies Created
-
I also added the filter that alexisj mentioned and I am seeing no change.
I also have all of my sites set up with define(‘FORCE_SSL_ADMIN’, true);
Forum: Plugins
In reply to: [The Events Calendar] add new venue button is missingThis is broken on all of my sites with this error. I have at least 10-15 sites with this issue & they are not multisites.
I deactivated all plugins and switched to 2016 with no fix. I turned on debug and on a single events page I get:
Notice: /home/raehaz/public_html/petsonwheels/wp-content/plugins/the-events-calendar/src/deprecated/TribeDateUtils.php is deprecated since version 3.10! Use Tribe__Date_Utils instead. in /home/raehaz/public_html/petsonwheels/wp-includes/functions.php on line 3831
Notice: tribe_get_meta is deprecated since version 4.3 with no alternative available. in /home/raehaz/public_html/petsonwheels/wp-includes/functions.php on line 3709
Notice: /home/raehaz/public_html/petsonwheels/wp-content/plugins/the-events-calendar/src/deprecated/Tribe__Events__Meta_Factory.php is deprecated since version 4.3 with no alternative available. in /home/raehaz/public_html/petsonwheels/wp-includes/functions.php on line 3833
Notice: tribe_events_the_notices is deprecated since version 4.0! Use tribe_the_notices instead. in /home/raehaz/public_html/petsonwheels/wp-includes/functions.php on line 3707
I am having the same issue on all of my sites with this plugin. I already tried to deactivate all plugins assuming there was a conflict, but that did not fix anything.
I’m seeing the same issue!! any fix??
Forum: Plugins
In reply to: [Opening Hours] Shortcodes brokenThank you!
Me too!!
- This reply was modified 9 years, 7 months ago by rmcfadden.
Forum: Plugins
In reply to: [Advanced Sidebar Menu] accordian style helpSo I just noticed one more issue. The client has added additional tiers for the menu items. Now those are behaving funny with the drop down. You can see that here: http://www.justaskpublications.driostudio.com/just-ask-resource-center/e-newsletters/mccca/
With the e-newsletters sometimes the submenus here open and sometimes they don’t, can’t quite figure out what is triggering this.
Thanks!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] accordian style helpok I seem to be having an issue when the drop down item is in between other items it is not pushing those items down and it is also pulling one other page link next to it. You can see it here: http://justaskpublications.driostudio.com/consulting_services/
and here:
http://justaskpublications.driostudio.com/customer-service/my-account/
Forum: Plugins
In reply to: [Advanced Sidebar Menu] accordian style helpThank you, that seems to have done it!!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] accordian style helpGreat!
I am currently using:
jQuery(document).ready( function($) { //Adds a class to keep track if we are on a parent of child page $('.current_page_item').next().addClass('sidebar-menu-hover'); //Make the menu open and close by hovering when on a parent page $(".child-sidebar-menu.sidebar-menu-hover > li > a").hover(function(){ //Slides open and closed the grandchild menu $(this).parent().find('ul').slideToggle(400); return false; }, function(){ return false; }); //Make the menu open and close by clicking if on a child or grandchild page $(".child-sidebar-menu > li > a").not(".child-sidebar-menu.sidebar-menu-hover > li > a").click(function(){ //If there all no children link the link return Otherwise stop the link if( $(this).parent().find('ul').slideToggle(400).length > 0 ){ return false; } else { return true; } }); //Initially hides the grandchild menu $('.child-sidebar-menu ul').hide(); //Initially show the grandchild menu if on a grandchild or child pages $('.child-sidebar-menu ul li.current_page_item').parent().show(); $('.child-sidebar-menu ul li.current_page_item ul').show(); $('.child-sidebar-menu li.current_page_item ul').show(); });Forum: Plugins
In reply to: [Advanced Sidebar Menu] accordian style helpMat, thanks I got it figured out. I don’t think I need the pro version, but if you have a few extra minutes I do need help with one item:
The parent menu that becomes the new dropdown is not clickable itslef. Could you offer help in modifying the js file to make this clickable. For example, on this page: http://justaskpublications.driostudio.com/consulting_services/ The Workshops page is not clickable…only the link below it.
Thanks again!
Rachel
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Installed Premium versionNevermind. It was Jetpack interfering.
Were you able to get the responsive look working? I could deal with just stacking all of the portfolio items.