HI!
thank you for the follow up, really appreciate it.
I might have an issue:
– I upgraded pokatheme to 4.04
– I left pokatheme_child unchanged (this is my active them)
– I have added the code snippet:
add_filter( ‘poka_general_review_style’, ‘poka_general_review_style_gsh’ );
function poka_general_review_style_gsh( $review_styles ) {
return array(
‘style1’ => ‘Review style1’,
‘style2’ => ‘Review style2’,
‘style3’ => ‘Review style3’,
‘style4’ => ‘Review style4’, // added fourth custom style
);
}
– I have added a “affiliates-single-style4.php” file in folder child theme “\inc\templates\affiliates”
– Now I can see the 4th style in the Customizer dropdown, but, whichever of the 4 available review style I select, it renders as the Review Style 1.
Any clue wat I’m doing wrong here? A missing steps?
thanks!