Code96
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Easy Columns] Genesis Easy ColumnsNot a Genesis User, I have included the necessary CSS within the plugin. You can activate the optional CSS via Settings > Easy Columns or simply copy/paste into your themes style.css.
Glad it worked out for you…
Tomas,
You have CSS within your themes style.css file that is adding a 20px margin to the bottom of the columns. You would have to overwrite this in the css that targets screen widths
media="all" .five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds { float: left; margin: 0 0 20px; padding-left: 3%; @media only screen and (max-width: 600px) .five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds { padding: 0; width: 100%; }
Try adding
margin-bottom: 0px !important;
to the last statement above.Forum: Plugins
In reply to: [Genesis Easy Columns] Columns are not functioningPlease give me a live page that I can look at with the error.
Thanks
Forum: Plugins
In reply to: [Genesis Easy Columns] Clear and Clear-line not workingGenesis 2.0 no longer includes the CSS necessary for the clear and clear-line. You will need to activate the optional CSS or past the following into your themes CSS:
.clear { clear: both; } .clear-line { border-bottom: 1px solid #ddd; clear: both; margin: 0 0 25px; }
Forum: Plugins
In reply to: [Genesis Easy Columns] Clear and Clear-line not workingGenesis 2.0 no longer includes the CSS necessary for the clear and clear-line. You will need to activate the optional CSS or past the following into your themes CSS:
.clear { clear: both; } .clear-line { border-bottom: 1px solid #ddd; clear: both; margin: 0 0 25px; }
Forum: Plugins
In reply to: [Genesis Easy Columns] Changelog for 1.4 ?Removed filter to disable wpautop. Plugin will now strip all added paragraph and break tags.
Forum: Plugins
In reply to: [Genesis Easy Columns] Make center column wider?You would have to modify the CSS. The plugin does not currently support custom widths. Please keep an eye out for this feature in future releases.
Forum: Plugins
In reply to: [Genesis Easy Columns] Adds extra paragraph tags after captionsLisa,
Thanks so much for getting back to me, and I am glad to hear that everything is working properly.
Forum: Plugins
In reply to: [Genesis Easy Columns] Easy Editor Buttons Not ShowingNot at all. I am so sorry, but unfortunately that remote session slipped my mind. I am still willing to provide support on this matter. Again, I apologize. Please email me at the above address to set this up..
Forum: Plugins
In reply to: [Genesis Easy Columns] Easy Editor Buttons Not ShowingClosed
Just fixed in the new release tonight. Please let me know if you continue to experience any issues.
Thanks for the help…
Forum: Plugins
In reply to: [Genesis Easy Columns] Adds extra paragraph tags after captionsJust fixed in the new release tonight. Please let me know if you continue to experience any issues.
Forum: Plugins
In reply to: [PHP Mobile Redirect] Method of redirection?John,
Sorry for the delayed response. There is no database, this plugin uses the https://mobiledetect.net/ script to detect mobile devices.
Andy,
Thanks for the assist with the line break issue. I will get this change added and a new release pushed. I appreciate the help!