Forum Replies Created
-
Mod
In reply to: Accessibility plugins don't work on graphene theme only.
April 1, 2016 at 4:39 pm #45970It is most likely a JavaScript conflict of some sort, then.
If you want or need a slider, there are lots available. You can try them out until you find one you like that doesn’t conflict with your accessibility plugin.
Mod
In reply to: graphene theme under wordpress options "size columns" and "color" suddenly stopp
March 31, 2016 at 4:47 pm #45971Try disabling all plugins to rule out a plugin issue.
Make sure that javascript is enabled in your browser.
Try using a different browser, a different user account, or even a different computer to rule out a local issue.
Mod
You marked this topic resolved. Did you get this sorted?
Mod
In reply to: How to turn off the feat. that highlights menu item on header menu of the page u are currently on?
March 27, 2016 at 6:58 pm #45967That is the
.current-menu-itemCSS class that WordPress adds to let people know which page they are on.I think if you play around with this code in your child theme:
#header-menu > li.current-menu-item {
background: /* relevant items here */
}you can get it to match the other menu items. You may also need to define a style for the
hoverpseudoclass. I would suggest using Firebug (Firefox) or Developer Tools (Chrome) to work on this, because menus can be tricky. (On the plus side, if you master styling menus, everything else is a piece of cake.)This should get you started. Let us know how it goes.
Mod
FWIW, WordPress has recently decided that any theme hosted in the wordpress.org theme repository (and this include Graphene) has to use the theme customizer, rather than its own settings page. WordPress has also moved some core functions there. So if you can’t find something and you know it used to be there, it’s probably in the customizer.
Mod
Since you are also having this issue, it’s possibly browser- or computer related.
Try making changes from a different computer (or at the very least, a different browser) and make sure that you have JavaScript enabled in your browser.
Mod
Link to page where we can see this in action?
Mod
Quote:attempting to keep the oldest page listing at the top of the home page, then planning to delete it from the home page, but keep it active on the site from another sub pageIf you are talking about a post, making it sticky will keep it at the top of the front page.
Quote:I have exhausted the menu options, and I believe there has to be a way to do this. But even when I ‘reorder’ in the menu listing, it shows it in the correct order on the menu, it’s saved and published, and then it’s still showing up out of my preferred order.Custom menus are completely separate from the display of posts and pages.
I’m not sure if you are talking about a post or a page.
Mod
Cheers!
Marking thread as resolved. You can do this yourself as well.
Mod
This might be a plugin that using up a lot of memory.
You can test this by temporarily deactivating all of your plugins. If the problem disappears, reactivate your plugins one at a time until it reappears. The last activated plugin is probably the culprit.
