{"id":21444,"date":"2013-01-05T00:44:09","date_gmt":"2013-01-05T00:44:09","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/press-page\/"},"modified":"2013-01-05T03:57:38","modified_gmt":"2013-01-05T03:57:38","slug":"press-page","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/press-page\/","author":1130752,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1","stable_tag":"0.1","tested":"3.5.2","requires":"3.4","requires_php":"","requires_plugins":"","header_name":"Press Page","header_author":"Arcane Palette Creative Design","header_description":"","assets_banners_color":"444545","last_updated":"2013-01-05 03:57:38","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=AWM2TG3D4HYQ6","header_plugin_uri":"http:\/\/www.museumthemes.com","header_author_uri":"http:\/\/arcanepalette.com\/","rating":1,"author_block_rating":0,"active_installs":10,"downloads":3031,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"648149","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"648182","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"648182","resolution":"2","location":"assets"}},"screenshots":{"1":"<p>Press post menu<\/p>","2":"<p>Add new article page<\/p>"}},"plugin_section":[],"plugin_tags":[9842,80,611,50913],"plugin_category":[43],"plugin_contributors":[80736],"plugin_business_model":[],"class_list":["post-21444","plugin","type-plugin","status-closed","hentry","plugin_tags-press","plugin_tags-shortcode","plugin_tags-slider","plugin_tags-smoothdivscroll","plugin_category-customization","plugin_contributors-jazzs3quence","plugin_committers-jazzs3quence"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/press-page_444545.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/press-page\/assets\/screenshot-1.png?rev=648182","caption":"<p>Press post menu<\/p>"},{"src":"https:\/\/ps.w.org\/press-page\/assets\/screenshot-2.png?rev=648182","caption":"<p>Add new article page<\/p>"}],"raw_content":"<!--section=description-->\n<p>A WordPress plugin to display a custom post type for press features in a horizontal sliding scroll<\/p>\n\n<p>This plugin uses the following GitHub project:<br \/>\n<a href=\"https:\/\/github.com\/tkahn\/Smooth-Div-Scroll\">Smooth-Div-Scroll<\/a> by <a href=\"https:\/\/github.com\/tkahn\">tkahn<\/a><\/p>\n\n<p><strong><a href=\"http:\/\/museumthemes.com\/press-page\/\">Demo<\/a><\/strong><\/p>\n\n<h4>Usage<\/h4>\n\n<p>Plugin can be used out of the box with the <code>[presspage]<\/code> shortcode or the included <code>page-press.php<\/code> template. The shortcode includes two optional parameters, if left blank, default post thumbnail size will be used. The optional parameters are <code>width<\/code> and <code>height<\/code> and control the dimensions of the images used. If one is left blank, the same value will be used for both.<\/p>\n\n<p>By default, the <code>presspage.css<\/code> file defines the width to be 930px and the height to be 255px. These can be changed in  your CSS by adding your height and width to the <code>#makeMeScrollable<\/code> ID.<\/p>\n\n<h4>Examples<\/h4>\n\n<pre><code>[presspage]\n\n[presspage width=200]\n\n[presspage height=500]\n\n[presspage width=200 height=500]\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>press-page.zip<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Use the <code>[presspage]<\/code> shortcode or the included template file example in your theme.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>What can I use this for besides press?<\/dt>\n<dd><p>Anything you can think of. If you're a musician, you can use it for a scrolling discography, with links to Bandcamp or iTunes. You can use it as a photo gallery and link to full-size images. There are probably a lot of uses I'm not thinking of. There weren't any other WordPress plugins using this SmoothDivScroll javascript, but there are tons of ways to use it.<\/p><\/dd>\n<dt>I'd like to change the styling. Is that possible?<\/dt>\n<dd><p>Yes. You'll need to edit your CSS either in your theme, in a <a href=\"http:\/\/codex.wordpress.org\/Child_Themes\">Child Theme<\/a>, or through some CSS editor in your dashboard via a plugin like <a href=\"http:\/\/wordpress.org\/extend\/plugins\/jetpack\/\">Jetpack<\/a> or <a href=\"http:\/\/wordpress.org\/extend\/plugins\/my-custom-css\/\">My Custom CSS<\/a>.<\/p>\n\n<p>Here's the default CSS that is used by the plugin:<\/p>\n\n<p>`<\/p><\/dd>\n<dt>makeMeScrollable div.scrollableArea section {<\/dt>\n<dd><p>position: relative;\n        display: block;\n        float: left;\n        margin: 0;\n        padding: 0;\n        \/* If you don't want the images in the scroller to be selectable, try the following block of code. It's just a nice feature that prevent the images from accidentally becoming selected\/inverted when the user interacts with the scroller. *\/\n        -webkit-user-select: none;\n        -khtml-user-select: none;\n        -moz-user-select: none;\n        -o-user-select: none;\n        user-select: none;\n    }<\/p><\/dd>\n<dt>makeMeScrollable {<\/dt>\n<dd><p>width: 930px;\n        height: 255px;\n        position: relative;\n    }\n    .scrollWrapper {\n        width: 100%;\n        height: 100%;\n        overflow: hidden;\n    }\n    .scrollableArea {\n        position: relative;\n        height: 100%;\n    }\n    \/* Invisible left hotspot <em>\/\n    div.scrollingHotSpotLeft\n    {\n        \/<\/em> The hotspots have a minimum width of 100 pixels and if there is room the will grow and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. <em>\/\n        min-width: 75px;\n        width: 10%;\n        height: 100%;\n        position: absolute;\n        z-index: 200;\n        left: 0;\n        \/<\/em>  The first url is for Firefox and other browsers, the second is for Internet Explorer *\/\n        cursor: w-resize;\n    }<\/p>\n\n<pre><code>\/* Visible left hotspot *\/\ndiv.scrollingHotSpotLeftVisible\n{\n    background-color: #fff;\n    opacity: 0.35; \/* Standard CSS3 opacity setting *\/\n    -moz-opacity: 0.35; \/* Opacity for really old versions of Mozilla Firefox (0.9 or older) *\/\n    filter: alpha(opacity = 35); \/* Opacity for Internet Explorer. *\/\n    zoom: 1; \/* Trigger \"hasLayout\" in Internet Explorer 6 or older versions *\/\n}\n\n\/* Invisible right hotspot *\/\ndiv.scrollingHotSpotRight\n{\n    min-width: 75px;\n    width: 10%;\n    height: 100%;\n    position: absolute;\n    z-index: 200;\n    right: 0;\n    cursor: e-resize;\n}\n\n\/* Visible right hotspot *\/\ndiv.scrollingHotSpotRightVisible\n{\n    background-color: #fff;\n    opacity: 0.35;\n    filter: alpha(opacity = 35);\n    -moz-opacity: 0.35;\n    zoom: 1;\n}\n<\/code><\/pre>\n\n<p>`<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1<\/h4>\n\n<ul>\n<li>initial release<\/li>\n<\/ul>","raw_excerpt":"A WordPress plugin to display a custom post type for press features in a horizontal sliding scroll","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/21444","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=21444"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jazzs3quence"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=21444"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=21444"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=21444"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=21444"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=21444"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=21444"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}