Reply To: Can't overwrite with custom content within single post / Question about slick

Home Forums Product Support Forums Related Posts Pro for WordPress Support Can't overwrite with custom content within single post / Question about slick Reply To: Can't overwrite with custom content within single post / Question about slick

#10925
Birgnemo
Birgnemo
Participant

Thank you very much for your reply.

I added (rpp_data[‘override’] == 1) to your code-snippet:

            if (isset($rpp_data['selected-customcontent']) && count($rpp_data['selected-customcontent']) > 0 && $rpp_data['override'] == 1)
                $defaultContent = $rpp_data['selected-customcontent'];

This let’s the override button on the sindle post react the way intended. OFF and ON was switched in functionality without the addition.

Seems like it works now. Thank you very much for the hint.

Concerning the Responsive behaviour of the slick slider I tried to find an image width, that somehow works as supposed. The media queries don’t work I am afraid.

Thank you for the support. Please leave the ticket open until I have tested everything and am shure, there are no more questions concerning this topic.