Changeset 1409705
- Timestamp:
- 05/03/2016 03:24:15 PM (10 years ago)
- Location:
- simple-portfoliox/trunk
- Files:
-
- 4 added
- 2 edited
-
README.md (added)
-
css/style.css (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
simple_portfolioX.php (added)
-
templates (added)
-
templates/single-portfolio.php (added)
Legend:
- Unmodified
- Added
- Removed
-
simple-portfoliox/trunk/css/style.css
r1386078 r1409705 40 40 width: 100%; 41 41 left: 0px; 42 top: calc(50% - 70px);42 top: calc(50% - 50px); 43 43 } 44 44 … … 126 126 bottom: 0; 127 127 left: 0; 128 } 129 130 .main-shot { 131 display: flex; 132 flex-direction: row; 133 align-items: stretch; 134 font-family: Poppins, "Helvetica Neue", arial, sans-serif; 135 } 136 137 @media(max-width: 670px) { 138 .main-shot { 139 display: block; 128 140 } 141 #content .main-shot .screenshot-info-wrapper .screenshot-meta .tags-section .meta-head { 142 line-height: 20px; 143 } 144 } 145 h1.title-single { 146 padding: 20px; 147 font-size: 30px; 148 } 149 .main-shot .the-shot , 150 .main-shot .screenshot-info-wrapper { 151 width: 100%; 152 padding: 10px; 153 } 154 155 156 .main-shot .single .single-grid { 157 padding: 20px; 158 background: #fff; 159 border-radius: 4px; 160 } 161 .main-shot .screenshot-info-wrapper .screenshot-conversation .shot-desc{ 162 font-size: 16px; 163 line-height: 24px; 164 color: #333; 165 } 166 .main-shot .screenshot-info-wrapper .screenshot-meta { 167 display: inline-block; 168 margin-top: 20px; 169 padding-right: 100px; 170 } 171 172 .main-shot .screenshot-info-wrapper .screenshot-meta .tags-section { 173 display: inline-block; 174 border-bottom: 1px solid #ddd; 175 width: 100%; 176 } 177 .main-shot .screenshot-info-wrapper .screenshot-meta .tags-section .meta-head{ 178 float: left; 179 padding-right: 10px; 180 font-weight: 400; 181 font-size: 16px; 182 line-height: 31px; 183 // border-bottom: 1px solid #ddd; 184 } 185 186 .main-shot .screenshot-info-wrapper .screenshot-meta .tags-section .popular-tags{ 187 margin: 0px; 188 float: left; 189 // border-bottom: 1px solid #ddd; 190 } 191 .main-shot .screenshot-info-wrapper .screenshot-meta .tags-section .popular-tags li{ 192 display: inline-block; 193 font-size: 14px; 194 color: #727b81; 195 margin-right: 10px; 196 197 } 129 198 130 199 -
simple-portfoliox/trunk/readme.txt
r1382420 r1409705 1 1 === Simple PortfolioX === 2 Contributors: firmansyah m, atkia2 Contributors: firmansyah, ihsan 3 3 Tags: portfolio, gallery, shortcode, 4 4 Requires at least: 4.4 … … 11 11 == Description == 12 12 13 SimplePortfolioX is plugin for create a portfolio page with shortcode, you can add the portfolio list in everywhere13 PortfolioX is plugin for create a portfolio page with shortcode, you can add the portfolio list in everywhere 14 14 15 Using The Shortcode 15 == Installation == 16 16 17 - add your portfolio in Portolio Post like other Post 17 Upload the Portfoliox plugin to your blog, Activate it, 18 19 - add your portfolio in Portolio Post like other Post 18 20 - create new page and add this shortcode 19 21 20 [ portfoliox_shortcode limit='' order_by='' style='' order='']22 [ portfoliox_shortcode limit='' order_by='' style='' order=''] 21 23 22 Limit : 1 ,2 ,3 , etc 23 24 Order and orderby parametes see in this link https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters 24 Order and orderby parametes 25 https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters 25 26 26 27 Style : cs-style-1, cs-style-2, cs-style-3, cs-style-4, cs-style-5, cs-style-6, cs-style-7 27 28 See Demo http://firmansyahmaulana.com/portfolioX/29 30 if you want to contribute check https://github.com/firmansyahm/simple-portfolioX-plugin31 == Installation ==32 33 1. Go to Plugin/ New Plugin34 2. Search Simple PortfolioX35 3. Install Plugin36 37 or38 39 1. Download the Plugin40 2. Ekstrak the zip file41 3. Upload the plugin folder to the /wp-content/plugins/ directory.42 4. the plugin available in your dashboard43 44 == Screenshots ==45 46 1. Style 147 2. Style 248 3. Style 349 4. Style 450 5. Style 551 6. Style 652 7. Style 753 28 54 29 == Changelog == 55 30 56 31 1.0 : Initial Release 28-08-2015 57
Note: See TracChangeset
for help on using the changeset viewer.