Forum Replies Created
-
Author
-
k3mParticipant
Hi,
I have to get back to this subject. Unfortunately the filters squeen-opts-sections- … defined in defaults.php do not seem to work. Could you please have a look what is the issue.
My source code is as follows:
“wp-content/themes/sweetdate/framework/options/defaults.php” contains the following line:
$this->sections = apply_filters(‘squeen-opts-sections-‘ . $this->args[‘opt_name’], $sections);My filter is defined as below:
function set_sweetdate_options_sections($sections){
echo “test”;
return $sections;
}
add_filter( ‘squeen-opts-sections-sweetdate’, ‘set_sweetdate_options_sections’ );I’ve also tried to change apply_filters to apply_filters_ref_array in defaults.php but it still does not work.
Thank you
k3mParticipantonly child theme app.js is loaded but as I mentioned before they are basically the same with only difference in one function
k3mParticipantno worries, fixed it, all good
k3mParticipantHi, what’s the estimated time for the response to that ticket? It starts to be urgent.
Thank you
k3mParticipantHi again, I would like to continue with solving this issue.
I’ve made additional tests on clean buddypress installation using default buddypress theme and this issue does not happen. Apparently it’s some kind of sweewdate compatibility problem.Could you please look at it again.
Thank you
k3mParticipant1. I’m using Google Chrome.
2. That’s probably what I’m gonna do however even if preview is hiddden the first issue still exists (jump to the bottom of page).
-
AuthorPosts