Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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!
Hi Rui,
Thanks for the prompt reply!
For example this one: http://www.mirovni-institut.si/enakopraven-oce/
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
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.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 🙂thank you rui
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?
-
Posted in: We hit Power Elite.