Plugin Directory

Changeset 1449188


Ignore:
Timestamp:
07/05/2016 11:50:44 AM (10 years ago)
Author:
edesac
Message:

version 1.0.4 - minor CSS changes

Location:
extra-options-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extra-options-for-woocommerce/trunk/extra-options-woocommerce.php

    r1448945 r1449188  
    33Plugin Name: OD - Extra Options for WooCommerce
    44Description: This plugin contains advance options so that you can customize your woocommerce website with no need to add programming codes.
    5 Version: 1.0.3.2
     5Version: 1.0.4
    66Author: Edesa C
    77Author URI: http://webdev-tuts.com
     
    744744        $coupon_css['bc'] = 'transparent';
    745745       
     746        $padding_primary_buttons = array('pa-pt' => 10, 'pa-pr' => 10, 'pa-pb' => 10, 'pa-pl' => 10, 'pa-mt' => 'px', 'fs' => 14, 'fs-mt' => 'px');
     747       
     748        if(!is_array($primary_buttons['normal'])) {
     749            $primary_buttons['normal'] = array();
     750        }
     751
     752        $primary_buttons['normal'] = array_merge($padding_primary_buttons, $primary_buttons['normal']);   
     753       
    746754        $css_var_input = $primary_buttons['normal'];
    747755        $css_var_input['bc'] = 'transparent';
     
    749757        //$css_var_input['boc'] = $primary_buttons['normal']['boc'];
    750758        $css_var_input['bos'] = ($primary_buttons['normal']['bos'] && $primary_buttons['normal']['bos'] != 'n') ? $primary_buttons['normal']['bos'] : 's';
    751        
    752         $padding_primary_buttons = array('pa-pt' => 10, 'pa-pr' => 10, 'pa-pb' => 10, 'pa-pl' => 10, 'pa-mt' => 'px');
    753        
    754         if(!is_array($primary_buttons['normal'])) {
    755             $primary_buttons['normal'] = array();
    756         }
    757 
    758         $primary_buttons['normal'] = array_merge($padding_primary_buttons, $primary_buttons['normal']);       
     759           
    759760
    760761        if (!$primary_buttons['normal']['bos'] || $primary_buttons['normal']['bos'] == 'n') {
  • extra-options-for-woocommerce/trunk/readme.txt

    r1448945 r1449188  
    44Requires at least: 4.3.1
    55Tested up to: 4.5.3
    6 Stable tag: 1.0.3.2
     6Stable tag: 1.0.4
    77Tags: extra options for woocommerce, woocommerce styling options, woocommerce advance customizer
    88License: GPLv2 or later
     
    9292= 1.0.3.2 =
    9393* Fix programming errors
     94
     95= 1.0.4 =
     96* Minor CSS Changes
Note: See TracChangeset for help on using the changeset viewer.