jlbrown1
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Add Multiple Slides?One slideshow on one page with 250+ slides. We have owned our horse farm for a year and want to post a year in review Photo Gallery slideshow.
Thanks!
Jason
Forum: Plugins
In reply to: [WP RSS Multi Importer] Beta Testing / IssueOk, latest version installed and once again beta testing…
🙂
Forum: Plugins
In reply to: [WP RSS Multi Importer] Beta Testing / IssueScreencast link above is broken. Also tried it from http://www.wprssimporter.com/multi-importer-beta/.
Same error.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Beta Testing / IssueForgive me, but what is the best way to upgrade the beta to the new beta? I don’t want to lose my settings etc as part of the upgrade if possible.
Thanks!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Beta Testing / IssueI will try that later this evening. And I would be happy to beta test with you in the future.
🙂
Forum: Plugins
In reply to: [WP RSS Multi Importer] Beta Testing / IssueJuly 20th is when it was downloaded/installed. Subsequently removed on Wednesday of that week after working with hosting provider to determine how files and database records were getting deleted.
I had to restore my website from backup 3 days in a row. 🙂
Just haven’t had time to reach out to you.
Forum: Fixing WordPress
In reply to: Modifying space between entries after the close footer tagSorry, I didn’t realize I was asking for support on the theme. They have been very good to support my theme and very responsive. I apologize for wasting your time.
Regards!
Forum: Fixing WordPress
In reply to: Modifying space between entries after the close footer tagEquestrian Theme 3.0.1 from ThemeForest written by Curly Themes.
The issue doesn’t appear to be with my theme. I removed the entry from my themes custom CSS section and edited the style.css directly. Specifically, I added:
p.wp_wundergound {
margin-bottom: 15px;
}This is because I posted my question to CSS-tricks forum also in case it was a CSS issue. I was told over there that my theme is apply a generic margin-bottom to all <p> tags and this is being inherited by the Weather Underground Plugin. When they insert their tagline after the </footer> tag, it is picking up that generic style for <p> and getting the margin-bottom. They told me to override that just in the case of the wp_wunderground. I have made that change to my style.css you see above, but I do not see a change on the page itself.