Tim5280
Forum Replies Created
-
Everything is working properly with v2.0.0 after I did the roll back. My Title Toggle Boxes are now closing like they should. The “gallery settings” and “other options” are now showing up in the dashboard. I don’t feel comfortable updating to v2.0.31 so I can test all my plugins. The fact is, all my plugins are working with v2.0.0.
I rolled back to version v2.0 because I had these problems with v2.0.31.
1. gallery settings missing in dashboard
2. other options missing in dashboard.
3. all my title toggle boxes on 7 webpages remained opened and wouldn’t close.After I rolled back to v2.0 my title toggle boxes work correctly.
Tim
Thanks Tizz. I already found the code but had to put it in my main style sheet to override whatever changed? With 2.0 I didn’t have to do this so I’m not sure what changed with 2.0.30?
/* ———– Sidebar widget ————-*/
.ngg-widget,
.ngg-widget img {
border: 2px solid #A9A9A9;
margin: 0pt 2px 15px 0px;
padding:1px;
}This topic is now closed.
You can close this thread!
I found the code to remove so that my file names no longer display over my images.
Thanks.
I switched my contact form 7 to gravity forms and everything is working now. Thanks.
I turned off all that you mentioned and it still is doing the same thing?
All the Server Tweaks are enabled. The first two Header settings are enabled. All the Dashboard Tweaks are enabled. Strong password is enabled.
The first 3 options on Other Tweaks are enabled. Any suggestions?My contact form worked before installing this plug-in and now it isn’t working properly.
My clients are calling me to say the form isn’t working for them. They fill it out the form and hit submit and nothing happens. I am receiving the emails but the form doesn’t refresh and say “successfully sent”. Also, it no longer says what boxes are required. Now you can hit the submit button without filling anything in and no warnings show up?
I think the Really Simple Captcha plugin has something to do with this? The security plugin sees the constant Captcha files changing. Any thoughts about this?
Everything is centered on my site now, including portrait style photos. Put this code in your theme style sheet:
/* Gallery Fixes */
.ngg-slideshow {
width: 100% !important;
}
.ngg-slideshow * {
margin: 0 auto !important;
}
.ngg-slideshow img {
position: relative !important;
display: block;
}