katn
Forum Replies Created
-
Forum: Reviews
In reply to: [Recipe Card] not valid time markupI just made the changes suggested above and it worked for me! I had 6 validation errors in Google’s Structured Data Testing Tool while using Yumprint’s recipe card, and making the changes above fixed all of them. Like scatmax said, you have to make 6 changes in total – preptime cooktime and totaltime for both the infobar and infobox sections of code.
If I can find a bug report option for yumprint I’ll try to submit this to them.
Forum: Themes and Templates
In reply to: [Optimizer] "Edit Content" in Customizer Not WorkingI resolved this problem myself. See my post above for how I did it.
This did help, without having to re-upload the photos. https://www.flickr.com/help/forum/en-us/72157652552551381/
I’m having the same problem. The thread you link to doesn’t seem to be related, as I can see the image in flickr, and in my gallery, but not in the slideshow of your plugin.
Forum: Plugins
In reply to: [Contact Form 7] reduce space between fieldsI took a look at your site with firebug. You don’t say exactly what CSS options you tried (it would be helpful to know exactly what you’ve tried…) but I think this might be useful.
When I click on the Name section of your form and inspect it in Firebug I can see this:
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget { font-size: 0.928571rem; line-height: 1.84615; }
Turning off the line-height declaration makes all of the text and form fields very close together. I’m guessing reducing the value of the line-height will get you the look you’re going for.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Adding a Search BarThis looks like your nextgen gallery functions.php file. What you want to edit is your theme‘s functions.php. (that should be somewhere like wp-content -> themes -> “your theme name”-> functions.php)Your theme directory should also contain your search.php if you have one. Hope that helps. ?? P.S. You should prob just erase your above post if you can.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Adding a Search BarJust a heads up for anyone using Lytebox and adding this search function. I had to change the functions.php section as mentioned above from
” class=”thickbox” rel=”singlepic’.$pic[pid].'”>’ ”
to
” class=”singlepic” rel=”lytebox’.$pic[pid].'”> “
to get the lytebox to work.Not sure if that’s correct code (I can’t code I’m just using trial and error!) but it works on my site. ??
Thanks for all the help fellow wordpressers!!
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Portrait images getting resized@nightwynd: I had that problem with the white page. I went to gallery>options>effects and chose “thick box” (you can also choose “shutter”) and saved changes. This gave me the same kind of effect you were talking about but without the “next” and “pervious” buttons. Hope that helps.