This website will convert all kinds of visual and sound files to different formats.
I used it to convert a monochrome logo from PNG to SVG and it worked great!
https://online-converting.com/vectorize/
This website will convert all kinds of visual and sound files to different formats.
I used it to convert a monochrome logo from PNG to SVG and it worked great!
https://online-converting.com/vectorize/
From Finder select Go >Go to Folder
Open latest folder starting with the letter V
Open MailData>Sinatures
Choose and open a file with extension .mailsignature in textEdit
1. Log in to your site through FTP and open functions.php.
2. Add this code at the beginning, after the first <?php:
3. Enter a new password for the main admin user. “1” is the user ID number.
4.Remove this code or it will reset your password every time you try to log in.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
User-agent: *
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/plugins/
Disallow: /wp-content/cache/
Disallow: /wp-content/themes/
Disallow: /wp-login.php
Disallow: /wp-register.php
Not quite shortcode but, do yourself right when working with WordPress and make a
child theme before you do anything to modify your WordPress CSS. This will keep your custom CSS in a separate folder that will not be affected when you update the theme. For this illustration we will reference the Twenty Eleven theme.
If you need your WordPress gallery to display images full size use this shortcode. Change the xxx to the your desired image Attachment ID which can be found in the Media Library for each image. This works well if you have animated and / or transparent GIFs because as of WordPress 3.5 thumbnails of GIFs do not retain transparency nor will they animate.
Meow Gallery: The gallery is empty.
Meow Gallery: The gallery is empty.
Meow Gallery: The gallery is empty.
Valid values include “thumbnail”, “medium”, “large”, “full”
.home .entry-title { display: none; }
The A key toggles Automation view.
To set exact numeric values to automation such as volume use the Automation Event List.
For some reason Logic has hidden access to the Automation Event List window leaving it only accessible via key-command.
The default key is Command-Control-E.
1. More than 1 region must be selected before using Command-Control-E.
NOTE: The widow is extremely volatile and will switch to a floating List Editor if you deselect the regions.
Close the compromised window, select the regions again and applying Command-Control-E.
2. The settings are essentially MIDI events, rather than 0-100 the range is 0-127.
3. The Value for a Volume of 0db is 90.
1. Set the Locator to 0 and select the track to copy from.
2. Change to the Automation Select Tool and copy desired Automation Points.
3. Select the track you want to apply automation and paste using the Automation Select Tool.
If you set automation a part of the song that will be moved around or copied, use Region Automation.
If you are automating a fixed part of the song, perhaps a fade at the end, use Track Automation.
Track and Region automation can be moved or copied between the two by right clicking the desired region(s) and setting the Automation parameters, found near the bottom of the contextual menu list.
Note: All track Takes MUST be the same length to be effectively added to a group.
1. Open the mixer and select desired tracks to group.
2. Add tracks to an existing group or add a new group (up to 32).
3. Open Group Settings. Confirm desired group is active and select Editing (Selection).
Use Option Q to toggle between Scissors and Quick Swipe on a selected Takes folder.
The Z key will fit the selected tracks to the window or fit all tracks to the window if no tracks are selected.
Click between 2 Track Headers holding the Shift key to make all tracks the same height.
Track height is based on the Vertical Auto Zoom button on the top right.
Go to File>Import>Logic Projects… and locate the Project that has the track information you want to add to your current Project.
Select the checkbox for the settings of each track you want to import.
Click the Add button.
If Drummer is off time you may need to turn on Plug-In Latency.
Open Logic Pro>Preferences>Audio>General in the middle of the window is Plug-in Latency and confirm if Compensation is enabled.
NOTE: This is a universal preference. If you use Drummer on other songs recorded without Latency Compensation this will effect them and therefore should be turned off until adjustments are made to the audio placement.
Clients and friends alike regularly ask me to help them superimpose the image of a person onto another background.
The first problem is hair and the opacity between the hairs. Adobe Photoshop offers a tool called the “magic wand”. While this tool can get you a quick idea of the composition, you will soon realize the selection is rarely perfect, even if you “feather” the selection to soften the edges.
This tutorial will get you terrific results using alpha channels that have been available in Photoshop since it’s earliest days.
Thanks to Ed Layne for putting this together for me.
Good luck and good imaging!
1. Select the Blue Channel (channel with the highest contrast).
2. With the magic wand tool select the background.
3. Invert the selection (command+shift+i).
4. With the marquee tool, hold down the option key to remove the edges of the hair from your selection.
5. From the Paths window pull-down menu, select Make Work Path… and deselect the Work Path.
6. With the marquee tool, select the area to be masked, loose hair around head.
7. Select the Blue Channel and copy the selected area.
8. Create a new alpha channel and paste your selection into the new alpha channel.
9. Choose the Burn Tool to darken the hair to nearly black (set shadows with exposure less than 18% in the adjustment palette).
10. Choose the Dodge Tool to lighten the background to white, careful to allow loose hair to remain grey.
11. Invert your selection (command+i) and deselect (command+d).
12. Turn on your Work Path, select the path, Load Path As Selection and fill with white.
13. Paint areas of face and hair that were not burned to white.
14. Load your alpha channel as a selection.
15. Select your RGB channel and extract your image.
16. Once your image is placed into your new image temporarily turn on the stroke in your adjustment layers palette to find and erase any ghost pixels.
The ID selector specifies a style for a unique element, defined with a “#”. Do not start an ID with a number!
The Class selector specifies a style for a group of elements, defined with a “.”
Put the offending style into brackets [ ].
[.stylename] {font-size: 12px;}
[.nav-menu .navmenu] {
overflow: none !important;
}
pointer-events: none !important;
cursor: default !important;
Options +Indexes
IndexOptions FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=*
a:link {text-decoration: none; color: #000;}
a:visited {text-decoration: none; color: #000;}
a:hover {text-decoration: none; color: #777;}
a:active {text-decoration: none; color: #777;}
a.alt:link {text-decoration: none; color: #000; font-weight:bold;}
a.alt:visited {text-decoration: none; color: #000; font-weight:bold;}
a.alt:hover {text-decoration: none; color: #777; font-weight:bold;}
a.alt:active {text-decoration: none; color: #777; font-weight:bold;}
and the HTML is:
<a href=”yourlink.html” class=”alt”>link</a>
<a href=”mailto:johndoe@website.com”>Contact John</a>
<div style=”margin-left:50px;”></div>
or add a style to any tag
<p style=”margin-left:50px;”></p>
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #000;
letter-spacing: 0px;
line-height: 0px;
text-transform:uppercase;
text-transform:capitalize;
text-transform:lowercase;
or
<p> </p>
hr {background:#000; width:100px; height: 1px;}
<div align=”center”></div>
<span class=“xxx”></span>
rgba is: red (0-255), green (0-255), blue (0-255), alpha (0.0-1)
The 3 positions (shown as px) are: X axis for centering left and right, Y axis for centering top and bottom, and the amount of blur. You can use negative numbers for the position and even apply multiple shadows at different positions and opacity for effect!
text-shadow: 1px 1px .5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 3px 3px 4px #444;
-webkit-box-shadow: 3px 3px 4px #444;
box-shadow: 3px 3px 4px #444;
-ms-filter: “progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#444444′)”;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#444444′);
-moz-box-shadow: 0px 0px 0px #444 !important;
-webkit-box-shadow: 0px 0px 0px #444 !important;
box-shadow: 0px 0px 0px #444 !important;
-ms-filter: “progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=’#444444′)” !important;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=’#444444′) !important;
/* Enclosing a reminder about your CSS code within a /* */ comment is a great idea */
<!– Enclosing a reminder about your CSS code within a <!– –> comment is a great idea –>
!important
display: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
word-wrap: normal;
background: rgb(110,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(110,0,0,1) 0%, rgba(176,0,16,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,0,0,1)), color-stop(100%,rgba(176,0,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(110,0,0,1) 0%,rgba(176,0,16,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(110,0,0,1) 0%,rgba(176,0,16,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(110,0,0,1) 0%,rgba(176,0,16,1) 100%); /* IE10+ */
background: linear-gradient(top bottom, rgba(110,0,0,1) 0%,rgba(176,0,16,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#6e0000′, endColorstr=’#b00010′,GradientType=0 ); /* IE6-9 */
background-image: url(‘images/logo.png’);
background-repeat: no-repeat;
If you float left or right you will generally want to clear the float so that text will wrap under the object you are floating. Unfortunately, there is still no float center.
<div style=”float:left;”> </div>
<div style=”float:right;”> </div>
<div style=”clear:left;”> </div>
<div style=”clear:right;”> </div>
<div style=”clear:both;”> </div>
border-top-left-radius:2em;
border-top-right-radius:2em;
border-bottom-right-radius:2em;
border-bottom-left-radius:2em;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
border:1px solid #fff;
::-moz-selection {
background: none repeat scroll 0% 0% #888888;
color: #fff;
}
::selection {
background: none repeat scroll 0% 0% #888888;
color: #fff;
}
Here are some vatriations you can copy and paste
Here are some vatriations you can copy and paste
.archive.post-type-archive-product.woocommerce .xxx {
background-color: pink;
}
// Increase PHP Memory as recommended by Woocommerce
define( ‘WP_MEMORY_LIMIT’, ’64M’ );
// Remove tabs from the original location
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 10 );
// Insert tabs under Product Summary
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 60 );
<?php
/**
* woocommerce_sidebar hook
* @hooked woocommerce_get_sidebar – 10
*/
do_action(‘woocommerce_sidebar’);
?>
<?php
/**
* woocommerce_sidebar hook
* @hooked woocommerce_get_sidebar – 10
*/
do_action(‘woocommerce_sidebar’);
?>
#content-woocommerce {
width:100%;
}
<?php
/**
* Change number of related products on product page
* Set your own value for ‘posts_per_page’
*/
function woo_related_products_limit() {
global $product;
$args[‘posts_per_page’] = 6;
return $args;
}
add_filter( ‘woocommerce_output_related_products_args’, ‘jk_related_products_args’ );
function jk_related_products_args( $args ) {
$args[‘posts_per_page’] = 3; // 3 related products
$args[‘columns’] = 3; // arranged in 3 columns
return $args;
}
// Woo remove checkout fields
billing_first_name
billing_last_name
billing_company
billing_country
billing_address_1
billing_address_2
billing_city
billing_state
billing_postcode
billing_phone
billing_email
Shipping Fields
shipping_first_name
shipping_last_name
shipping_company
shipping_country
shipping_address_1
shipping_address_2
shipping_city
shipping_state
shipping_postcode
Order Fields
order_comments