Jason75
Forum Replies Created
-
Forum: Plugins
In reply to: [File Away] Flightbox not displaying…Hi Fileaway – figured it out. I didn’t have the Default Editor Toggle Toolbar open to view the FA shortcode. Works and looks great now.
Forum: Fixing WordPress
In reply to: Flightbox not displaying…Great thank you – just did now…
Forum: Plugins
In reply to: [File Away] Chrome displays the pdf viewer/flightbox underneath the main pageHello – just to add, does it have something to do with the File Away options: Modal Access. It is set at default edit_posts. I changed it to a different setting but made no difference.
According to this article: http://tidyrepo.com/file-away/ once you select Directory or File upload, a whole list of parameters appear. In my case nothing happens – no parameters appear when I select either option… Please help. Thank youForum: Plugins
In reply to: [File Away] Chrome displays the pdf viewer/flightbox underneath the main pageHi Thomstark – great plugin, but for the life of me I do not know how to enable Flightbox. I have checked every option and cannot find a simple on/off or enable/disable button. How do I enable it? At the moment all my pdf’s download. I would like them read in Flightbox. Thank you
Forum: Plugins
In reply to: [WP Easy Columns] Make this plugin responsiveSorry, not to sure. I copied the easy-columns/css/wp-ez-columns.css style contents and placed it at the bottom of the style.css sheet, directly underneath the above @media css style.
Give it a try
Cheers
Forum: Plugins
In reply to: [WP Easy Columns] Make this plugin responsiveHavent tested on browsers Chrome and Firefox. Please test, let me know:
http://www.hairhelp.com.au/price-list/Forum: Plugins
In reply to: [WP Easy Columns] Make this plugin responsiveIf you add !important; to the width (width: 100% !important;) this will work. To make sure that a property is always applied, add the !important property to the tag.
My CSS:
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.wpcol-one-third {
width: 100% !important;
}
}Displays beautifully as 1 column in Safari on iPhone 5