danhimm
Forum Replies Created
-
Hey K,
Uninstalling and re-installing the slider didn’t help, but we made the change to the slider theme in the database and it worked. Not sure why the error keeps happening in the dashboard, but it is what it is.
Thanks for the help!
Hi K,
Here it is… maybe it’s a trailing slash issue? Set has a 301 but set/ returns the error?
Hi K,
I didn’t even realize the theme was the issue!
BUT, when i try to select a theme it says: “No route was found matching the URL and request method”
Any ideas? Thanks K, sorry to be a bother.
D
Hi K –
Doesn’t seem to help.
Here’s how it looks: https://imgur.com/735RtA3
Just want it to look how it does here: https://www.metaslider.com/image-slide-demo/
Thanks!
D
Forum: Fixing WordPress
In reply to: Help Order Links on my sidebari don’t mean to be a bumper, but does anyone have any ideas? My boss is getting antsy.
Forum: Fixing WordPress
In reply to: Help Order Links on my sidebarSorry, here is the code. I guess what I want to fix is the sort_column=menu order. I want it to list the names alphabetically. I didn’t design the site and I’m not familiar with WP so any help would be great.
<li class="widget"> <h2>Our Bloggers</h2> <ul> <?php wp_list_pages('exclude=6,9,12,15,33,36,64&title_li=&sort_column=menu_order' ); ?> </ul> </li>