fredricksoncr
Forum Replies Created
-
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] When loading large galleriesresolved the single column issue.
Forum: Fixing WordPress
In reply to: upgrade.php is 404 after update to 6.3Hey im having the same exact issues. looks like 6.3 is borked
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Plugin not changing priceI figured it out
Forum: Themes and Templates
In reply to: [Poseidon] Strange bar in footeri am thinking this is the theme because i didnt have any widgets set up at the time. this was a fresh install on a new webserver. i even examined the code offline, freshly downloaded and the datepicker call was there. its for some kind of built in wordpress calendar.
Forum: Themes and Templates
In reply to: [Poseidon] Strange bar in footerfixed it like a boss lol. so in the datepicker.min.us there was a line of code that created an empty div class. it called the datepicker class and created its own new section. i deleted the <div id='”+this._mainDivId+”‘ class=’ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all’></div> line making sure to leave the a(“”) in its place and that eliminated the strange div bar that was appearing in the footer. this was about 20 lines down in the code. im not really sure why this theme is calling a dead widget but whatever.
Forum: Themes and Templates
In reply to: [Poseidon] Strange bar in footerso i traced it down, looks like it is being called by a js function titled datepicker.min.us inside of wp-includes/js/jquery/ui. this seems to be attached to the way the header resizes when scrolling down. i am not a js coder, and i am unable to trace why this is happening. if you change the file name to .old, it goes away, but so does the responsive header.
halp!