{"id":34437,"date":"2015-03-28T20:10:19","date_gmt":"2015-03-28T20:10:19","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/energ1zer\/"},"modified":"2023-10-21T16:23:29","modified_gmt":"2023-10-21T16:23:29","slug":"energ1zer","status":"publish","type":"plugin","link":"https:\/\/cs.wordpress.org\/plugins\/energ1zer\/","author":13504836,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.3","stable_tag":"trunk","tested":"6.3.8","requires":"3.5.1","requires_php":"","requires_plugins":null,"header_name":"Energ1zer","header_author":"Francois Oligny-Lemieux","header_description":"","assets_banners_color":"","last_updated":"2023-10-21 16:23:29","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/yipp.ca","header_plugin_uri":"http:\/\/websitedesigncontracts.com\/wordpress-plugins\/energ1zer","header_author_uri":"http:\/\/oligny.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1075,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[27213],"plugin_category":[],"plugin_contributors":[130100],"plugin_business_model":[],"class_list":["post-34437","plugin","type-plugin","status-publish","hentry","plugin_tags-shortcode-rich-text-edit-layout-responsive-design-thumbnails-rounded","plugin_contributors-frankquebec","plugin_committers-frankquebec"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/energ1zer.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>By Activating this plugin you get automatically these Features turned on:<\/p>\n\n<ul>\n<li>permanent line breaks in pages using [br] shortcode so your design doesn't break<\/li>\n<li>wordpress wont add &lt;p&gt;&lt;\/p&gt; and &lt;br\/&gt; automatically when you add line-feeds (configurable)<\/li>\n<li>new pages options added at bottom of page<\/li>\n<\/ul>\n\n<p>You can quickly generate these with [energ1zer markups]:<\/p>\n\n<ul>\n<li>automatic rounded pictures thumbnails (bubbles)<\/li>\n<li>rounded thumbnails (bubbles) can be made grayscale<\/li>\n<li>insert an horizontal line: [energ1zer liner=&quot;2&quot; color=&quot;#909090&quot; width=&quot;400px&quot;]<\/li>\n<li>insert &lt;br\/&gt;: [br]<\/li>\n<li>age in year since a date: [age since=\"01-Jan-1996\"]<\/li>\n<li>image galleries<\/li>\n<\/ul>\n\n<p>When you do a nice design for a client, you want this design to stay in place. \nThis plugin allows to insert shortcodes such as [br] to have permanent line breaks in your post.<\/p>\n\n<p>For untranslatable content (like sliders or other widget), energ1zer will append classes to your body element and this CSS to your pages:<\/p>\n\n<p>body.en .show-fr,\nbody.en_US .show-fr {\n    display:none;\n}\nbody.fr .show-en,\nbody.fr_FR .show-en,\nbody.fr_CA .show-en {\n    display:none;\n}<\/p>\n\n<p>Then you have to add the local to your body class. Hint: in PHP it is with: get_locale()<\/p>\n\n<p>For example in 7host theme you would edit header.php like this :<\/p>\n\n<pre><code>$class = shost_body_classes();\n<\/code><\/pre>\n\n<p>+   $class[] = get_locale();\n    $img = shost_bg_img();\n    ?&gt;\n    &lt;body id=\"top\" &lt;?php body_class( $class ); ?&gt; data-image=\"&lt;?php echo $img ?&gt;\"&gt;<\/p>\n\n<p>You can now do conditional content like this<\/p>\n\n<p>&lt;div class=&quot;show-en&quot;&gt;How are you doing?&lt;\/div&gt;\n&lt;div class=&quot;show-fr&quot;&gt;Comment allez-vous?&lt;\/div&gt;<\/p>\n\n<p>[energ1zer post=\"1620\" display=\"all\"]<\/p>\n\n<h3>Usage<\/h3>\n\n<p>To create a full-width banner like on http:\/\/yipp.ca\/<\/p>\n\n<p>1) Upload a large image using the standard wordpress upload.\n2) Get the link of the image, for example http:\/\/yipp.ca\/wp-content\/uploads\/2016\/12\/banner-15deg.jpg\n3) Insert this code in your post:\n&lt;div class=\"fullwidth energ1zerFullWidth\"&gt;[energ1zer-imgcover img=\"http:\/\/yipp.ca\/wp-content\/uploads\/2016\/12\/banner-15deg.jpg\" height=\"400\" position=\"left 30%\"]&lt;\/div&gt;\nInfo: The division makes your banner that breaks out of your page layout and margins. You might or might not need it depending on your theme. The [energ1zer-imgcover img=\"...\" height=\"...\" position=\"...\"] shortcode will render the banner with correct CSS style. Modify the \"height\" and \"position\" attributes to your need.<\/p>\n\n<p>To create a round picture on any page from a post's featured image<\/p>\n\n<p>[energ1zer liner=\"#76a6e3\" height=\"8\" margin=\"0 0 20px 0\"][energ1zer_bubble postID=\"972\" float=\"left\" margin=\"10px 30px 60px 0\"]<\/p>\n\n<a title=\"Na?tre et grandir en harmonie\" href=\"\/conference\/naitre-grandir-en-harmonie\/\">Na?tre et grandir en harmonie<\/a>\n\n<p>[br]\nLa voix et la musique sont des atouts majeurs dans le d?veloppement de l??tre d?s la p?riode pr?natale. Comment la voix, cet outil accessible ? tous, peut-elle permettre ? l'enfant d?s son plus jeune ?ge, voire d?s sa conception, un d?veloppement optimal qui l'accompagnera tout au long de sa vie ?[br][br]<\/p>\n\n<h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'energ1zer'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>energ1zer.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>energ1zer.zip<\/code><\/li>\n<li>Extract the <code>energ1zer<\/code> directory to your computer<\/li>\n<li>Upload the energ1zer<code>directory to the<\/code>\/wp-content\/plugins\/` directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h3>Support<\/h3>\n\n<h4>How to create masonry ?<\/h4>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>See the Support section for howtos.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='what%20about%20the%20rounded%20thumbnails%2C%20how%20does%20it%20works%3F%20do%20i%20have%20to%20do%20some%20processing%20to%20my%20images%20before%20uploading%3F'><h3>What about the rounded thumbnails, how does it works? Do I have to do some processing to my images before uploading?<\/h3><\/dt>\n<dd><p>There is no special processing needed. If you want to re-center the part that is in the circle - that is re-position it - you can use Wordpress built-in function to re-position the thumbnail.<\/p><\/dd>\n<dt id='why%20are%20you%20so%20awesome%20at%20making%20plugins'><h3>Why are you so awesome at making plugins<\/h3><\/dt>\n<dd><p>Thank you. It is just something you get born with. ... seriously I appologize for the early version and poor documentation of this plugin it is just a side-project but with time I hope it will become a swiss army knife for wordpress development and reducing the amount of plugin needed to create interesting pages for both developers and users.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<p>Added galleries<\/p>\n\n<h4>1.0<\/h4>\n\n<p>First version<\/p>","raw_excerpt":"Energ1zer allows you to render elements from posts\/pages to dynamic elements in other pages, such as the featured images. It also brings shortcodes to &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/34437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=34437"}],"author":[{"embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/frankquebec"}],"wp:attachment":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=34437"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=34437"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=34437"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=34437"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=34437"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=34437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}