Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • in reply to: Alternate menu on mobile #170980
    tomazt
    Member
    Post count: 7

    It wasn’t the version of the theme (i have the latest version on my local dev setup and it didn’t work either), but the child theme! There must be something we failed to transfer to the child theme, i’ll need to take it from here! Thank you in any case!

    in reply to: Alternate menu on mobile #170959
    tomazt
    Member
    Post count: 7

    Hi Rui,

    Thanks for the prompt reply!

    For example this one: http://www.mirovni-institut.si/enakopraven-oce/

    in reply to: Bug in custom excerpt? #160742
    tomazt
    Member
    Post count: 7

    Hi,

    I’m referring to the filter ‘sf_custom_feed_content’. The original code in Dante theme stores the metadata ‘_spb_js_status’ as a string in the DB. ‘false’ evaluates to true, and since the custom excerpt is mostly empty, the content is missing.

    I hope this clarifies it?

    Best,

    T

    in reply to: Custom widgets in child theme #122287
    tomazt
    Member
    Post count: 7

    create my own widget for show some specific content. yes, i have the knowledge. it work with default wp themes (with standard procedure of putting widget php file in wp plugin directory) but not work with dante child theme (even standard procedure with wp plugin directory not work here).
    hope that now is more clear what i trying.

    in reply to: Custom widgets in child theme #122252
    tomazt
    Member
    Post count: 7

    hi
    i need to create custom widgets visible at appearance>widgets
    i noticed that widgets are in swift-framework/widgets (i copied swift-framework to child theme) but my widget not appear on widget lists when i put it in widgets directory. so i assume that need to be called somewhere in framework or somewhere.
    hope that i explained it good enough 🙂

    in reply to: how to extend meta-box.php #121221
    tomazt
    Member
    Post count: 7

    thank you rui

    in reply to: how to extend meta-box.php #119430
    tomazt
    Member
    Post count: 7

    hi
    thank you for answer but that not helps.
    think that i found what is a problem. path to swift framework is already defined in dante theme and cannot be changed in child theme.

    these lines in functions.php from dante theme should be somehow rewriten in child theme:

    	define('SF_TEMPLATE_PATH', get_template_directory());
    	define('SF_INCLUDES_PATH', SF_TEMPLATE_PATH . '/includes');
    	define('SF_FRAMEWORK_PATH', SF_TEMPLATE_PATH . '/swift-framework');
    	define('SF_WIDGETS_PATH', SF_INCLUDES_PATH . '/widgets');
    	define('SF_LOCAL_PATH', get_template_directory_uri());

    do you have any suggestion?

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