Plugin Directory

Changeset 1409705


Ignore:
Timestamp:
05/03/2016 03:24:15 PM (10 years ago)
Author:
firmansyahm
Message:

add single template

Location:
simple-portfoliox/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • simple-portfoliox/trunk/css/style.css

    r1386078 r1409705  
    4040    width: 100%;
    4141    left: 0px;
    42     top: calc(50% - 70px);
     42    top: calc(50% - 50px);
    4343}
    4444
     
    126126    bottom: 0;
    127127    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;
    128140    }
     141    #content .main-shot .screenshot-info-wrapper .screenshot-meta .tags-section .meta-head {
     142        line-height: 20px;
     143    }
     144}
     145h1.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}
    129198
    130199   
  • simple-portfoliox/trunk/readme.txt

    r1382420 r1409705  
    11=== Simple PortfolioX ===
    2 Contributors: firmansyahm, atkia
     2Contributors: firmansyah, ihsan
    33Tags: portfolio, gallery, shortcode,
    44Requires at least: 4.4
     
    1111== Description ==
    1212
    13 Simple PortfolioX is plugin for create a portfolio page with shortcode, you can add the portfolio list in everywhere
     13PortfolioX is plugin for create a portfolio page with shortcode, you can add the portfolio list in everywhere
    1414
    15 Using The Shortcode
     15== Installation ==
    1616
    17 - add your portfolio in Portolio Post like other Post
     17Upload the Portfoliox plugin to your blog, Activate it,
     18
     19- add your portfolio in Portolio Post like other Post
    1820- create new page and add this shortcode
    1921
    20 [portfoliox_shortcode limit='' order_by='' style='' order='']
     22[ portfoliox_shortcode limit='' order_by='' style='' order='']
    2123
    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
     24Order and orderby parametes
     25    https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
    2526
    2627Style : 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-plugin
    31 == Installation ==
    32 
    33 1. Go to Plugin/ New Plugin
    34 2. Search Simple PortfolioX
    35 3. Install Plugin
    36 
    37 or
    38 
    39 1. Download the Plugin
    40 2. Ekstrak the zip file
    41 3. Upload the plugin folder to the /wp-content/plugins/ directory.
    42 4. the plugin available in your dashboard
    43 
    44 == Screenshots ==
    45 
    46 1. Style 1
    47 2. Style 2
    48 3. Style 3
    49 4. Style 4
    50 5. Style 5
    51 6. Style 6
    52 7. Style 7
    5328
    5429== Changelog ==
    5530
    56311.0 : Initial Release 28-08-2015
    57 
Note: See TracChangeset for help on using the changeset viewer.