Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Flexform › Increasing TEAM span
New Landing › How can we help? › Themeforest Theme Support › Flexform › Increasing TEAM span
- This topic has 9 replies, 2 voices, and was last updated 10 years by Mohammad – SUPPORT.
-
Posted in: Flexform
-
February 13, 2014 at 6:56 pm #48780
I’m only going to display two “team” members, I’d like them to span6 instead of each having a span3. Can’t find where to change that in any of the options.
Site URL
WP 3.8.1
Theme Version: 1.0As you can see from the link, the two teams need to be spread equally (using span6, I presume) across the page. I didn’t see a place in the theme options for this adjustment, if it needs to be done in the child theme, that’s fine, I just wanted to make sure I wasn’t missing anything!
Thanks!
February 17, 2014 at 11:44 am #49541Hi,
Its very easy to do . please open to edit team.php /wp-content/Flexform_v1.5.3/Flexform_v1.5.3/theme files/flexform/includes/page-builder/composer/lib/shortcodesFind this code at line 51 $item_class = 'span3'; Replace with $item_class = 'span6';
Hope it will help you and let me know your feedback .
Thanks
With Best Regards
Swiftideas ThemesFebruary 18, 2014 at 3:16 pm #49996This did the trick, as long as I edited the theme file… I tried to edit the child theme file and it didn’t work. I’m new to WordPress, so maybe I don’t fully understand Child Themes, but I recreated the directory structure under my flexform-child theme directory (/flexform-child/includes/page-builder/composer/lib/shortcodes/team.php) and edited the file, uploaded it and didn’t see the expected results.
Also, is there a way to ORDER the team members? Strikes me as odd that this isn’t a quick edit, but I can’t seem to find it anywhere.
Thanks for the help!
February 20, 2014 at 6:57 am #50395Hi,
Please activate your child theme and check . it should work .With Best Regards
Swiftideas ThemesFebruary 20, 2014 at 12:52 pm #50504Correct, sorry that wasn’t clear, but the child them is active. I have the style.css file and changes that I make to that style.css file do take effect. However, when I copy the file at
flexform/includes/page-builder/composer/lib/shortcodes/team.php
and paste it to
flexform-child/includes/page-builder/composer/lib/shortcodes/team.php
no changes take effect when I edit the file. It seems that it should work, but it doesn’t.
February 20, 2014 at 1:47 pm #50530Hi,
Please create functions.php inside at your child theme directory and put this code to include file at theme
define(‘SF_TEMPLATE_PATH’, get_template_directory());
define(‘SF_INCLUDES_PATH’, SF_TEMPLATE_PATH . ‘/includes’);
define(‘SF_WIDGETS_PATH’, SF_INCLUDES_PATH . ‘/widgets’);
define(‘SF_LOCAL_PATH’, get_template_directory_uri());
/* Include page builder */
include(SF_INCLUDES_PATH . ‘/page-builder/js_composer.php’);
/* Add shortcodes */
include(SF_INCLUDES_PATH . ‘/shortcodes.php’);It should work sure .
Cheers!With Best Regards
Swiftideas ThemesFebruary 20, 2014 at 1:56 pm #50538Fatal error: Call to undefined function get_category_list() in /home/unleashe/public_html/caninewp/wp-content/themes/flexform/includes/page-builder/composer/lib/shortcodes/portfolio.php on line 428
If I remove the functions.php from my child-theme… the site works. If I add it back with the code you provided, the above error occurs.
February 20, 2014 at 3:09 pm #50563Hi,
I’m afraid it’s not built into the theme and need to modified especially for you. We always ready to help you with this customization but we are only able to provide support for basic theme issues and bug fixes. We do provide support for small customizations but unfortunately this request is beyond that. Please see our general policy and guidelines for more info. You could also hire a developer to help you with your customizations.Thank you for understanding!
Cheers!
With Best Regards
Swiftideas ThemesFebruary 20, 2014 at 3:17 pm #50569OK, but you are basically telling me that I am unable to create and use a child-theme, without hiring a developer?
I was under the impression that WordPress child theme was the way to go if I needed to make customize the theme, so that any updates to the theme wouldn’t result in me losing those customizations. This is a completely clean installation of flexform, activation of the child theme and trying to customize a single page via the child-theme.
Adding the code to you suggested broke the parent theme… how does this not fall under a bug or are you saying I can’t customize the theme, except for the css and few pages in the root of the theme directory?
February 20, 2014 at 3:25 pm #50575HI,
I am very sorry that typed mistakenly You could also hire a developer to help you with your customizations. . Currently Flexform theme is not a feature to override the pagebuilder through child theme . You can just change the style through child theme . I am sorry again.Thank you for understanding!
Cheers!
With Best Regards
Swiftideas Themes -
Posted in: Flexform
You must be logged in and have valid license to reply to this topic.