Plugin Directory

Changeset 1535731


Ignore:
Timestamp:
11/17/2016 03:12:34 PM (9 years ago)
Author:
netfxs
Message:

Display option

Location:
awesome-designer/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • awesome-designer/trunk/awesome-designer.php

    r1526144 r1535731  
    22/**
    33 * @package AWESOME DESIGNER
    4  * @version 1.3.5
     4 * @version 1.3.6
    55 */
    66/*
     
    99Description: The first real web to print product designer plugin
    1010Author: netfxs
    11 Version: 1.3.5
     11Version: 1.3.6
    1212Author URI: http://www.theawesomedesigner.com/
    1313*/
  • awesome-designer/trunk/includes/front/awesome-master.php

    r1526144 r1535731  
    336336       
    337337        <div id="div_rendu"  style="width:100%;margin:auto;margin-top:20px;z-index:10000000;opacity:1;display:none;text-align:center;" >
    338             <div id="div_rendu_img"  style="height:<?php if (!$is_mobile) echo '600'; else echo '250'; ?>px;width:50%;margin:auto;margin-top:0px;z-index:10000000;opacity:1;background-repeat:no-repeat;background-size:contain;background-position:center;" >
     338            <div id="div_rendu_img"  style="top: 0;bottom: 100px;position: absolute;display: block;width: 100%; margin:auto;margin-top:0px;z-index:10000000;opacity:1;background-repeat:no-repeat;background-size:contain;background-position:center;" >
    339339           
    340340            </div>
    341             <div style="width:100%;margin:auto;text-align:center;margin-top:20px;z-index:10000000;opacity:1;" >
     341            <div style="position: absolute; bottom: 0;height: 90px; width: 100%;text-align:center;z-index:10000000;opacity:1;" >
    342342                <a href="#" class="greenbutton" onclick="javascript:reload_all();"><?php  _e( 'CHANGE', 'woocommerce-awesome-designer');?></a> &nbsp; &nbsp;<a href="#" class="greenbutton" onclick="groovefx();"><?php  _e( 'CONFIRM', 'woocommerce-awesome-designer');?></a>
    343343            </div>
  • awesome-designer/trunk/readme.txt

    r1526144 r1535731  
    55Requires at least: 3.0.1
    66Tested up to: 4.6
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172= 1.3.5 =
    173173* Bug correction in js for large image product creation
     174= 1.3.6 =
     175* Optimize render display
Note: See TracChangeset for help on using the changeset viewer.