aidin3000
Forum Replies Created
-
Figured out the issue. Rocket Loader from Cloudflare was loading js out of order causing issues. Disabled it and works fine.
I’m not trying to shuffle the images in the slideshow, but when someone refreshes the page, the images are sorted randomly.
This code is not displaying the images in random order upon refresh.
One more thing, it says:
The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.
could that be the issue?
Unfortunately not =/ It’s the menu code css that isnt being altered while the blog parent css gets current_page_parent
I have tried adding it as a custom menu item and as a regular page, and still the same thing.
<li id="menu-item-92" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-92"> <a href="/events/">Events</a> </li> <li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"> <a href="/gallery/">Gallery</a> </li> <li id="menu-item-57" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-57"> <a href="/blog/">Blog</a> </li>
Unfortunately not…I apologize for not articulating it well enough.
The issue can be seen here: site
As you can see both the events and blog links are on. When you click on Events List, Events is off, and it’s also off when you click on Event Title.
What I need: Events to be on if you are in the events section of the site (/events, /events/month, /events/upcoming, and /event/Event-Name) and Blog to be off.
Does that help?
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Change start of week dayAll good. That did it. Thank you.