andrewcking
Forum Replies Created
-
Forum: Plugins
In reply to: [BU Navigation] Renaming pages does not show up in the "move page" windowWhen I started using this plugin I initially thought this might be a problem, but you are able to update the the label under the “Placement in Navigation” metabox. You can change the label to anything you like and you can update it if you change the title of a page as well.
Forum: Fixing WordPress
In reply to: Add a custom Color SchemeYou need to modify the CSS. Are you using a theme or did you build your own? If you are using a theme they often have a place to change the theme color (look in appearance menu for some sort of options page).
If you have a custom theme or built your own you can go into appearance>editor (make sure you are on style.css) and do a find and replace of #FF0000 to #d31145.
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] Interval setting ineffectiveSo I am not exactly sure what I did but I tried it again yesterday after cleaning up some of my template markup and I got it working without problems. Sorry for the trouble, thank you for a great plugin!
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] Interval setting ineffectiveUnfortunately it still seems to be ineffective on my end still. I am on WordPress 3.7 and using the latest version of this plugin (1.4). I also have bootstrap and jquery included in the header (jquery first). The javascript at the end of the plugin does not seem to be affecting the carousel – even when i remove it. If I change the default interval in the array within the plugin that also makes no difference in the interval time. Any ideas?
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Start level from 0I was able to get this using these settings:
Filter
children of: current root item
starting level: 1
Fallbacks
If “Children of” is Current Root / Parent Item, and no ancestor exists :
Switch to Current Item: checked
Include Parent: checked
with Siblings: unchecked
Output
Include Parent: checked
with Siblings: unchecked
Include Ancestors: checkedI am not sure exactly which of these are necessary and which are not, but it will give you something to play around with. One thing I have noticed with these settings however is that if you are in a top-level item and it has no children, nothing will display, not even the top level item.