Dan Bollinger
Forum Replies Created
-
Thanks!
Forum: Fixing WordPress
In reply to: How to Hide Drop Down Menu Items?The support I want is for the standard, default WP menu and not related to a theme.
Forum: Plugins
In reply to: [NGG Smart Image Search] Search Box and Results are not displaying on page.I could not. I did a work around. On my home page I put a hyperlink to my main products page which displays my only album. They can browse the galleries, or use the NGG search widget on the sidebar. I still hope to see this integrated with the WP search feature.
The CSS works great. I want the description for each image so that it appears on the simple lightbox.
Forum: Plugins
In reply to: [NGG Smart Image Search] Search Box and Results are not displaying on page.OK, That’s helpful. I have the search field working. Now, how to do this:
1. Send the results to your auto-generated search results page, and/or
2. Limit the results to displaying only image_title, description, and gallery title?Thanks!
- This reply was modified 5 years, 8 months ago by Dan Bollinger.
Forum: Plugins
In reply to: [NGG Smart Image Search] Search Box and Results are not displaying on page.Oh, I see. Good to know. Silly me. So that brings up another question. How to put the search box on a page?
What Shamim suggested worked for me and that’s why I marked this as resolved. To fix the issue permanently, I unchecked LOGIN from the list. The issue has not recurred.
Forum: Plugins
In reply to: [Modern Footnotes] How to style the tooltips with CSSI think I might have the answer. WP will strip out what it thinks is unnecessary coding when you switch from Text to Visual. I’ve seen this happen before even in just regular pages with the Classic WP editor. If you want to keep your special formatting, do it in Text and then Update, but don’t switch back to Visual.
When I add a <br> in the popup using Text, it works just fine. But when I switch to Visual the <br> is stripped and WP inserts a hard return, which works, too. Strange, but true.
Forum: Plugins
In reply to: [Modern Footnotes] How to style the tooltips with CSSI am running Divi, too and do not see the option to switch between the two WP editors. I believe that Divi makes you chose. Mine is set, by default, to the Classic WP editor. You can change that. Goto; Divi/Divi Theme Options/Builder/ enable or disable Classic Editor.
Personally, I don’t want to risk a compatibility issue by running two block editors in tandem. Plus, the classic editor is fine for anything that doesn’t require the superior Divi Builder.
Forum: Plugins
In reply to: [Modern Footnotes] How to style the tooltips with CSSInserting <br> works for me.
Forum: Plugins
In reply to: [Modern Footnotes] How to style the tooltips with CSSThe only styling I’m seeing in that example are hyperlinks. You can do that now with html like this: [mfn]Your typical text. [Hyperlink text][/mfn].
Forum: Plugins
In reply to: [Modern Footnotes] Create box around number before clickingWorked great! Thanks bunches! I used your code as the basis for my formating tweaks. I wanted the typeface to be a little larger, yours seems to be at 70%. The left margin moved it away from the last letter in the sentence to avoid crowding.
.modern-footnotes-footnote {
font-size: 75%;
border-radius: 3px;
border: 1px solid #666;
padding: 1px 2px 2px 2px;
margin-left: 2px;
background: lightyellow;
}Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] Multiple TimelinesWe now have need for 4 timelines on our website. We want to add an obituary for activists and supporters who have died.
I think pofex’s suggestion of adding categories is a good solution. Each timeline could then filter by category.
Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] Multiple TimelinesI’ve installed Cool Timeline on a website I’m building. It looks great! For our site I have need for three timelines. We hope to launch mid-May.
Anything you can do to make this happen would be great.
Q: Would a work-around be to add the plugin into other folders labeled, /cool-timeline-2 and /cool-timeline3 ? I suspect some code might have to be changed to reflect this so that each version doesn’t draw from the others’ database. Of course the shortcode needs attention, too.
I am amenable to this being a “PRO” version and to pay for the privilege.
I had the same issue. In v1.9.X I set my thumbnail size in nggallery.css by using:
.ngg-album-compactbox .Thumb {
border:1px solid #A9A9A9;
margin:0px !important;
padding:0px !important;
width:125px;
height:125px;But v2.0 doesn’t read this, so I made the fix that Toad75 suggested and it worked. Problem is, updates will overide this.