Plugin Directory

Changeset 1524823


Ignore:
Timestamp:
10/30/2016 01:16:55 PM (9 years ago)
Author:
siliconthemes
Message:

update

Location:
siliconfolio/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • siliconfolio/trunk/framework/css/style.css

    r1511116 r1524823  
    33
    44Project:      SILICONFOLIO
    5 Version:      1.1.1
    6 Last change:  09 OCTOBER 2016   
     5Version:      1.1.2
     6Last change:  30 OCTOBER 2016   
    77Assigned to:  Silicon Themes
    88Primary use:  PORTFOLIO PLUGIN
  • siliconfolio/trunk/portfolio.php

    r1466724 r1524823  
    22<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
    33<?php  get_header();?>
    4 <div class="st_sf_port-hover-<?php echo $st_sf_qoon_options['portfolio-hover'];?>">
     4<div>
    55<?php if ((get_post_meta($post->ID, 'st_sf_ps', 1)!='creative') && get_post_meta($post->ID, 'st_sf_ps', 1)!='modern') {?>
    66<div class="potfolio_container_holder">
  • siliconfolio/trunk/readme.txt

    r1513952 r1524823  
    11=== SILICONFOLIO / WordPress Portfolio ===
    22Contributors: SiliconThemes
    3 Version: 1.1.1
    4 Donate link: paypal.me/SiliconThemes
     3Version: 1.1.2
     4Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A3G4HYE7HLBW2
    55Plugin URI: https://siliconthemes.com/siliconfolio-free-portfolio-plugin-for-wordpress/
    66Author URI: https://siliconthemes.com/
  • siliconfolio/trunk/siliconfolio.php

    r1513951 r1524823  
    5858                'demo' => '<a style="background: url('.plugin_dir_url( __FILE__ ).'/framework/img/arr.png); padding-left:20px; background-position:left bottom; background-repeat: no-repeat;" href="https://demo.siliconthemes.com/siliconfolio/" target="_blank">Live Demo</a>',
    5959                'questions' => '<a style="background: url('.plugin_dir_url( __FILE__ ).'/framework/img/arr.png); padding-left:20px; background-position:left bottom; background-repeat: no-repeat;" href="https://siliconthemes.com/siliconfolio-free-portfolio-plugin-for-wordpress/#comments" target="_blank">Have a questions? Ask in comments section!</a>',
    60                 'donate' => '<a style="background: url('.plugin_dir_url( __FILE__ ).'/framework/img/arr.png); padding-left:20px; background-position:left bottom; background-repeat: no-repeat;" href="paypal.me/SiliconThemes" target="_blank">Donate</a>'
     60                'donate' => '<a style="background: url('.plugin_dir_url( __FILE__ ).'/framework/img/arr.png); padding-left:20px; background-position:left bottom; background-repeat: no-repeat;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A3G4HYE7HLBW2" target="_blank">Donate</a>'
    6161                );
    6262               
     
    101101    }   
    102102}
     103
     104function st_sf__load_custom_wp_admin_style() {
     105    wp_register_style( 'qoon_custom_wp_admin_css',  plugin_dir_url( __FILE__ ) . '/framework/css/admin.css', false, '1.0.0' );
     106    wp_enqueue_style( 'qoon_custom_wp_admin_css' );
     107}
     108add_action( 'admin_enqueue_scripts', 'st_sf__load_custom_wp_admin_style' );
    103109
    104110
  • siliconfolio/trunk/single-portfolio.php

    r1466724 r1524823  
    11<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly?>
    22<?php get_header(); ?>
    3 <?php global $oi_options; ?>
    43<div class="this_page oi_page_holder">
    54    <div class="oi_sinle_portfolio_holder">
    6         <?php if ($oi_qoon_options['site-layout']=='standard'){ echo '<div class="container">';}?>       
    75        <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    86        <div class="oi_portfolio_page_holder">
     
    119       
    1210        <?php endwhile; endif;?>
    13         <?php if ($oi_qoon_options['site-layout']=='standard'){ echo '</div>';}?>
    14        
    1511    </div>
    1612</div>
Note: See TracChangeset for help on using the changeset viewer.