Warning: Attempt to read property "supported_until" on string in /home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line 170
Forum Replies Created
-
AuthorPosts
-
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
frankfava
Warning: Attempt to read property "supported_until" on string in /home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line 109
Let me know how you go 🙂
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
frankfava
Warning: Attempt to read property "supported_until" on string in /home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line 109
Chris
Great stuff. Do I need the Envato Toolkit installed to update?
It get stuck when the <address> is wrapped around the email address. Resizing the window from full to mobile size and back again. It gets stuck when resizing back to full. Screenshot attached. (Though it seems like you already fixed this on you live demo).
Fraid I can’t post my url as I’m developing locally. But I can post some screenshots. There are not that many changes at this moment.
Main ones are:
– Edits to theme options and the framework/compiler + styles to handle those changes.
– Changes to the top bar through a new header.php file
– Shrinking Header when it’s stickyLet me know if you want me to paste my code for any of these.
More changes will come I’m sure so I’ll keep you posted. Loving the theme. Love your work.
Frank
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
frankfava
Warning: Attempt to read property "supported_until" on string in /home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line 109
Looks like mega-menu css sheet is being called.
1. Go to Appearance > Menus, deactivate MM on the left.
2. Go to you MM settings /wp-admin/admin.php?page=maxmegamenu&tab=tools and clear the CSS cache
3. Reactivate in Appearance > Menus.
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
frankfava
Warning: Attempt to read property "supported_until" on string in /home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line 109
So here’s my compiler that I wrote along with other edited files.
The files in sd-admin-options folder in the parent theme have been edited for a FEW Redux edits.
–sd-redux-styles.css: not changed
–sd-redux-settings.php: functions such as enqueuing the above redux styles, removing the demo and adding font-awesome. Used to be included withsd-admin-options.phpbut is now included through function.php and cannot be overridden by child theme.
–sd-admin-options.php: Slimmed down version of original, by removing the css compiler (below) and other redux settings. CAN be replaced through child theme or plugin by defining a new path withSD_REDUX_OPTIONS_PATH
–sd-redux-css-compiler.php: Original comiler function but separated into own file so it CAN be replaced through child theme or plugin by defining a new path withSD_REDUX_COMPILER_PATH
–custom-styles.css: Default css file that compiler will right to.NOTE:
– Theenqueue_Stylefunction forcustom-styles.csshas be removed from parentsinc/enqueue.php fileand the default child theme functions.php file. The enqueue function is now included with the compiler script (New or original) so the css file is included on a compiler-by-compiler basis.
– The parent’sfunctions.phpcontains the functions necessary to handle all the replacing. The option name is set infunctions.phpTHE NEW COMPILER
– Theredux/redux-admin-options.phpis the child replacement. Included in child’sfunctions.php. Contains examples on how to use new compiler.
– Theredux/redux-css-compiler.phpis the new compiler replacement. Included in child’sfunctions.phpwith additional functions needed in its execution and the enqueue of the style. Look at the file for documentation. You can edit the configure the compiler with constants.
–ARC_COMPILER_CSS_MINIFYcan be set to minify or pre-format the css styles, easy to read for dev.
–ARC_COMPILER_DEBUGwill output acompiler_debug.logfile to the stylesheet directory in addition to non-minification of the css output
–ARC_COMPILER_CSS_FILEsets the base name for the css file to be compiled. Default isredux-compiled-styles.
–ARC_COMPILER_SAVE_PATHsets the path on where to save the css file. I’ve set it to acssfolder in the child theme. Default is stylesheet directory
• The Compile includes an enqueue function for the front-end include of the compiled file, dynamically changing with theARC_COMPILER_SAVE_PATHandARC_COMPILER_CSS_FILE.EXAMPLES
See the Files for more info.'compiler' => array( 'body', // Will add ALL background attribute to body 'background-color' => '.direct-match-with-a-value-from-the-field', 'border-color,background-color' => '.will-use-the-background-color-for-both', //Will use closest match '!border-color' => '.border-color-set-with-bg-color-value-and-important', 'border-color,!background-color' => '.bg-is-important-but-border-is-not', 'background-image' => '.adds-bg-image-with-url-wrap-to-this-class' ),November 22, 2015 at 2:50 am in reply to: Child Theme Custom Redux options (sd-admin-options.php) #8251
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
frankfava
Warning: Attempt to read property "supported_until" on string in /home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line 109
Thanks Chris.
Certainly did get it too work.
I’ve updated it a bit further to handle the new compiler also, I’ll send through the files over here on this post
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
frankfava
Warning: Attempt to read property "supported_until" on string in /home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line 109
Didn’t manage to find anything so I wrote my own compiler for it.
I’ll send you the files when I’m done.
November 20, 2015 at 6:29 am in reply to: Child Theme Custom Redux options (sd-admin-options.php) #8212
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in /home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line 658
frankfava
Warning: Attempt to read property "supported_until" on string in /home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line 109
Chris,
May I suggest something like this:
In digitalagency functions.php
// Include Redux Option file /* // Original Include of options file if ( ! isset( $redux_demo ) && file_exists( get_template_directory() . '/framework/admin/sd-admin-options/sd-admin-options.php' ) ) { require_once( get_template_directory() . '/framework/admin/sd-admin-options/sd-admin-options.php' ); } */ if(! isset( $redux_demo )){ // Set SD default $sd_default = get_template_directory() . '/framework/admin/sd-admin-options/sd-admin-options.php'; // Define constant with filter (allow to be defined in child theme or plugin) if(!defined('SD_REDUX_OPTIONS_PATH')) define('SD_REDUX_OPTIONS_PATH',apply_filters('sd_redux_options_path', $sd_default)); // Check file exists $options_file = (file_exists(SD_REDUX_OPTIONS_PATH)) ? SD_REDUX_OPTIONS_PATH : false; //Include File if($options_file!==false) {require_once($options_file);} }In digitalagency-child functions.php
define('SD_REDUX_OPTIONS_PATH', get_stylesheet_directory() . '/edited-admin-options.php' );I’ve added this to my own install, so I hope something like it gets added to the next update.
Frank
-
AuthorPosts