Skip to content

Instantly share code, notes, and snippets.

View xavortm's full-sized avatar
👋

Alexander Dimitrov xavortm

👋
View GitHub Profile
/**
* Sticky area - stick date titles to top
* @param stickies
*/
function stickyTitles(stickies) {
var self = this,
isLoaded = false;
console.log(stickies);
/*
Theme Name: PixelPress
Theme URI: http://www.woothemes.com/
Version: 1.4
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes
Copyright: (c) 2009-2011 WooThemes.
<ul class="nav navbar-nav navbar-right">
<form role="search" method="get" id="searchform" class="searchform navbar-form navbar-right" action="<?php esc_url( home_url( '/' )); ?>">
<div class="form-group">
<input type="text" class='form-control' placeholder="<?php _e("Search:", "studiox") ?>" value="<?php get_search_query(); ?>" name="s" id="s" />
</div>
<input type="submit" id="searchsubmit" value="<?php esc_attr_x( 'Search', 'submit button' ); ?>" />
</form>
<li class='search-icon'><a href="#"><i class="fa fa-search"></i></a></li>
</ul>
#primary-navigation .searchform {
display: none;
}
#primary-navigation .navbar-nav > li.search-icon > a {
padding: 15px;
margin-right: 0;
}
#primary-navigation .searchform label,
[section_title title="Testimonials from our users" subtitle="WordPress development" class='testimonials-title']
[row class=testimonials]
[one_third]
[testimonial author=Alex title=Designer]We do provide high quality engineering services for international clients. Our staff profiles in different technology stacks in depth. DevriX reduces the effort of exploring a new technology [/testimonial]
[/one_third]
[one_third]
[testimonial author=Alex title=Designer]We do provide high quality engineering services for international clients. Our staff profiles in different technology stacks in depth. DevriX reduces the effort of exploring a new technology [/testimonial]
[/one_third]
[fullwidth_section class=slider]
<h1>High end WordPress Engineering services for international clients.</h1>
DevriX Ltd is a modern company that specializes in WordPress architecture, development and technical consulting. <a class="big-button animated" href="http://devrix.com/request-website/">Request a site!</a> [/fullwidth_section] [container][section_title title="WordPress Development" subtitle="WordPress development"] [row class=features-wrapper] [one_third class=features] <img class="aligncenter wp-image-12406 size-full" src="http://demo.xavortm.com/wp-content/uploads/2014/06/icon-consulting.png" alt="" width="128" height="128" />
<h3>WordPress Engineering</h3>
<a href="#">Our team</a> has in-depth experience with over a hundred WordPress projects. We value the code quality and strive for higher technical standards, building technical solutions compatible with the latest WordPress standards. [/one_third][one_third class=features] <img class="aligncenter wp-image-12407 size-full" src="http://demo.xavortm.
// ------------------------------------------------------------------------
// Name: Photoshop projects naming and orgazniation guide.
// Author: Alex Dimitrov.
// License: (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
// ------------------------------------------------------------------------
Inside project name flder:
==========================
PSD
| - index.psd
array(
'id' => 'color-main',
'type' => 'color',
'title' => __('Main theme color', 'studiox'),
'subtitle' => __('Select the main theme color', 'studiox'),
'default' => '#4fb509',
'output' => array(
'color' => 'a',
'color' => '.entry .entry-title a:hover',
'background-color' => '#site-branding'
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Not teh urn... :(</title>
<style>
* html, html, body { height:100%; overflow:hidden; margin:0; padding:0; background-color:black; }
#videoWrapper {
width: 100%;
@xavortm
xavortm / style.css
Created September 22, 2014 13:00
Add in the end of style.css
/*--------------------------------------------------------------
9.0 - Facelift
--------------------------------------------------------------*/
.entry-content .wpv-filter-form { float: left;fisplay:block; }
.entry-content .clearfix > div:first-child {float:right;}
.entry-content .clearfix .team-map-view { clear: both; border-top: 1px solid #f0f0f0; padding-top: 20px; margin: 0;}
.entry-content .clearfix .team-map-view li { list-style: none; margin: 0; width: 50%; float: left; min-height: 300px; height: auto; display: inline-block; }
.team-center-marker { display: block; overflow: hidden; float: left; position: relative; }
.team-center-marker p > img { position:absolute; left: 20px; }
.team-infoWin > img { display: block; margin-bottom: 5px;}