Vicki_B
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Link Advanced OptionsI agree that there are too many clicks to get to the link advanced options. What happened? It was really helpful to have the “open in new tab” checkbox show up automatically when you create a link. This is a lot of extra work for me as I enter site content.
Forum: Plugins
In reply to: [Max Mega Menu] Breakpoint has no effectSo how do I get it to break sooner? Or is that not part of the plug-in?
I wonder if this has something to do with the Ultimate Posts Widget plug-in which I am using to specify widget visibility by device.
Forum: Plugins
In reply to: [Max Mega Menu] Breakpoint has no effectI only have one theme – the default – left and right sidebar – and that’s all that I see in the drop-down menu for “Select theme to edit” under mobile menu. I just changed it to 768px with no noticeable effect, so I tried 1000. I’ll leave it there until you’re able to look at it. I appreciate your reply!
Forum: Themes and Templates
In reply to: [Pure & Simple] How to create an accordionI am using Pure & Simple Pro and I have entered the license key. But I don’t know how to implement the accordion. Can you provide a sample of the html snippets?
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove all padding around headerThe complete css, in case anyone wants to remove all padding around their header, is:
.header-bg {
padding-top: 0px;
padding-bottom: 0px;
}#masthead .header-inner {
padding: 0px!important;
}
.header-inner .logo {
display: inline;
}Forum: Themes and Templates
In reply to: [Pure & Simple] Remove all padding around headerYes, that’s perfect! Thank you!
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove all padding around headerOK, now the image is 2560x260px. Now the width is fine but there is still white space above and below.
My custom CSS is:
.header-bg {
padding-top: 0px;
padding-bottom: 0px;
}I tried the same code for .header-inner but it doesn’t have any effect.
Forum: Themes and Templates
In reply to: [Pure & Simple] Banner and widgets showing on every pageI have the Jetpack plugin activated and use the Visibility settings which can be applied to any widget. Gives you lots of control over what appears where. You can also enable other Jetpack features.
Forum: Themes and Templates
In reply to: [Pure & Simple] How to style sub-menuThank you, this worked very well, and I was able to change the background-color, too.
Forum: Themes and Templates
In reply to: [Pure & Simple] How to style sub-menuStill waiting to hear from you, need to know the element for submenus. Thank you much.
Forum: Themes and Templates
In reply to: [Pure & Simple] How to style sub-menuNo, my css does not work for the sub-menu, only the main menu. What is the selector for sub-menus?
Forum: Themes and Templates
In reply to: [Pure & Simple] Hide author from posts and post pagesYes, this works. Thank you!
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove padding above headerYes, this works. Thank you!
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove padding above headerThis didn’t work for me. I tried adding the css to the theme customization css as well as the WP editor (child theme, of course)
I tried this:
.header-bg {
padding-top: 0px;
}and I tried this:
.header-bg {
padding: 0rem 0;
}Please see schoolmentalhealthwisconsin.org.