MickeyKay
14bd2f6ca3
Merge branch 'master' into fix/beaver-builder
2015-11-12 08:38:03 -08:00
MickeyKay
26df40ef61
Fix Beaver Builder conflict.
...
Previously, the trestle_tiny_mce_before_init filter was causing a fatal
error when it was trying to call get_current_screen() on the front-end,
which isn't availably unless /wp-admin/includes/screen.php is included,
which it isn't on the front end. This patch switches from checking the
current screen to simply checking if the post object exists. Not sure if
there are any edge cases where the current screen check does something
the post check doesn't - I'll leave that to you @braad to decide as I
think you added this code.
2015-11-12 08:34:46 -08:00
Mickey Kay
b3fb251520
Remove My Page Order plugin from required plugins list.
2015-09-15 16:19:37 -07:00
Braad
5c921b8ee4
Formatting
2015-09-15 11:54:15 -07:00
Braad
0c00435d9c
Formatting
2015-09-15 11:52:33 -07:00
Braad
b036dd3623
Add an extra check to prevent a PHP notice
2015-08-11 12:47:35 -07:00
MickeyKay
20e9f40b57
Convert spaces to tabs.
2015-07-24 16:09:46 -07:00
MickeyKay
7d004ef9f0
Add helper function to check if post is current or descendent.
2015-07-24 16:01:24 -07:00
Mickey Kay
51c177d85a
Merge pull request #34 from MIGHTYminnow/fix/mobile-menu-jquery
...
Update jQuery to add +/- signs to mobile menu. Fixes #33 .
2015-07-20 13:52:37 -05:00
MickeyKay
b52e7e3387
Add empty line at file end.
2015-07-20 11:31:19 -07:00
MickeyKay
59ec252bc4
Update comment
2015-07-20 11:27:49 -07:00
MickeyKay
331fd2e271
Add helper function to check if img has size.
2015-07-20 11:26:36 -07:00
Braad Martin
2b50585a14
Fix detection of logo for body class
2015-07-12 10:38:17 -07:00
Braad
4d104ab1f2
Add a class "logos" to the anchors that wrap the logos
2015-07-06 16:36:30 -07:00
MickeyKay
a6b0a37771
Update jQuery to add +/- signs to mobile menu. Fixes #33 .
2015-07-06 11:59:03 -07:00
Braad Martin
81b17fd9b7
Add RICG Responsive Images to our recommended plugins list
2015-06-30 20:53:35 -07:00
Braad Martin
3e6432dc8d
Add a mime type check, add an extra check on post revision number, and cleanup formatting
2015-06-30 20:37:00 -07:00
Braad Martin
8cd6b7ae9b
Switch to storing logos by image ID and outputting them properly
2015-06-30 20:19:35 -07:00
Braad
e437b1dd68
Use trailingslashit()
2015-06-23 16:56:54 -07:00
Braad
4341f49977
Move BFAL require to allow plugin's files the change to load first
2015-06-23 16:54:05 -07:00
Braad
4a763ee628
Merge pull request #15 from BraadMartin/dev
...
Add post-id-xx or page-id-xx class to TinyMCE previews on post/page edit screens
2015-06-23 12:32:55 -07:00
Braad
2199c0709a
Update @since to 2.2.0
2015-06-23 12:32:11 -07:00
Braad
77deddd2b8
Introduce trestle_post_classes to add custom classes to posts in certain situations
2015-06-22 13:14:21 -07:00
MickeyKay
ddef43a7a5
Fix whitespace.
2015-06-08 17:08:35 -07:00
MickeyKay
c8b594d747
Remove extract() calls from shortcodes. Fixes #16 .
2015-06-08 17:00:11 -07:00
MickeyKay
d369ef6853
Update TGM Plugin Class list. Fixes #23 .
2015-06-08 16:43:53 -07:00
MickeyKay
7a5acbbe9a
Move TGM Plugin Activation class into /lib and correct include paths for TGM and utilities.php
2015-06-08 16:15:52 -07:00
MickeyKay
88a3261cfd
Update utilities.php location, include, and header.
2015-06-08 16:08:48 -07:00
Braad
e45223311a
Add new utilities.php with a custom logging function
2015-06-02 14:05:59 -07:00
Braad
68aa66d549
Move CSS enqueue to a later hook to come after plugins
2015-06-01 11:29:37 -07:00
Braad
119078fc26
Add post-id-xx or page-id-xx class to TinyMCE previews
2015-05-27 14:38:05 -07:00
Braad
03de45dadd
Switch to using var to avoid hitting the DOM
2015-05-22 12:41:35 -07:00
Braad
54eb9ab02c
Add option for mobile nav toggle style
2015-05-22 12:19:57 -07:00
Braad
ea717c00ff
Include Lato in the editor
2015-05-14 00:58:14 -07:00
MickeyKay
1bb6537455
Complete switch over to Trestle settings.
2015-05-11 17:09:22 -07:00
Braad
7d1b5573a1
Fix control name for search_in_nav
2015-04-30 15:11:54 -07:00
Braad
3dae9f0443
Formatting
2015-04-30 14:52:22 -07:00
Braad
c8667ce065
Better sanitization of options in the Customizer, other fixes
2015-04-30 14:49:46 -07:00
Braad
335594dbd2
Fix saving of default options
2015-04-30 13:00:21 -07:00
Braad
d77a0a7440
First pass at switching to trestle-settings and some inline documentation cleanup
2015-04-30 12:24:30 -07:00
Braad
39a1e729dd
Fix bug in the date shortcode and minor formatting improvements to shortcodes.php
2015-04-29 14:06:10 -07:00
Braad
051fdfb0d1
Fix bug in the date shortcode and minor formatting improvements to shortcodes.php
2015-04-29 13:48:50 -07:00
Braad
6d34078f94
Syncing with dev branch
2015-04-21 12:05:22 -07:00
MickeyKay
f8bd7fc700
Add equal height columns to plugin list.
2015-04-03 09:39:36 -07:00
MickeyKay
0b06acc857
Switch recommended FancyBox plugin.
2015-03-31 12:24:48 -07:00
MickeyKay
ade79de867
Update responsive header/full menu behavior.
2015-03-23 15:47:56 -07:00
MickeyKay
8a097c4be2
Fix mobile nav CSS and jQuery
2015-03-23 13:32:00 -07:00
MickeyKay
c8861270e1
Remove nav functionality that now lives in Auto Menu From Pages plugin.
2015-03-23 12:53:21 -07:00
MickeyKay
189b5fe995
Re-add favicon functionality.
2015-03-23 12:33:33 -07:00
MickeyKay
8890f6e413
Fix merge conflict causing PHP error.
2015-03-23 12:19:09 -07:00