Tyler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Issues Updating to 4.9.6It actually looks like everything is back up and running now. I think it may have been our GoDaddy file limit being met. Thank you for the help!
Forum: Fixing WordPress
In reply to: Issues Updating to 4.9.6Ran the manual install and got everything working, however now all links are broken on the site and are returning a 404. Do I need to go rebuild the links to all pages or did I miss a file on my upload?
- This reply was modified 7 years, 11 months ago by Tyler.
Forum: Plugins
In reply to: [WooCommerce] Products categories not workingI’m having the same issue on multiple sites.
As you can see from the second image, no product categories are displayed. The only time I can find any of my product categories is when I manually search for them like in the first image.
Also, the ‘Screen Options’ and ‘Help’ buttons on the top to sort don’t work either, but only in the WooCommerce category page, they work in other parts of the admin menu.
Not only that, but I am unable to add product categories through Appearance > Menu as they don’t even show up. This has happened to me on two different sites already and it seemed to have started with the new update. I’ve already disabled all plugins and nothing changes, it’s an obvious problem with WooCommerce. Looking forward to a solution so I can actually start working.
- This reply was modified 8 years ago by Tyler.
Forum: Plugins
In reply to: [Better Font Awesome] Icons Stopped Working RandomlyThe shortcodes worked fine, but they randomly stopped working suddenly and changed from the icon to the shortcode after I was doing some editing. The icons I was using in the top bar were the only icons I used through the plugin, the other FontAwesome icons I have come with the Storefront theme, but those work okay.
Forum: Themes and Templates
In reply to: [Allegiant] Change Breadcrumb ContentWhen I edited the file through FTP, it did change the home breadcrumb to the house icon, but only on certain pages, other pages did not change along with it.
$result = '<a class="breadcrumb-link" href="' . home_url() . '">' . __( 'Home', 'allegiant' ) . '</a>' . $result;This is the line of code I changed, where I replaced ‘Home’ with the house icon from font awesome. It worked, but only on certain pages, other pages still only said ‘Home.’
Forum: Themes and Templates
In reply to: [Allegiant] Change Breadcrumb ContentI found the file in the theme editor where I can change the content, but however now it just never stops loading and won’t update.
- This reply was modified 8 years, 2 months ago by Tyler.