New Landing How can we help? Themeforest Theme Support Flexform Increasing TEAM span

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Flexform
  • #48780
    ClaytonDaniels
    Member
    Post count: 8

    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.0

    As 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!

    #49541
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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/shortcodes

    Find 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 Themes

    #49996
    ClaytonDaniels
    Member
    Post count: 8

    This 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!

    #50395
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please activate your child theme and check . it should work .

    With Best Regards
    Swiftideas Themes

    #50504
    ClaytonDaniels
    Member
    Post count: 8

    Correct, 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.

    #50530
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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 Themes

    #50538
    ClaytonDaniels
    Member
    Post count: 8

    Fatal 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.

    #50563
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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 Themes

    #50569
    ClaytonDaniels
    Member
    Post count: 8

    OK, 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?

    #50575
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    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

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register