Content doc showing on Portfolio posts?

Hi… i know the content dock pops in on posts- but what about Portfolio posts?
I like the sort function on the porfolio page- the content dock works on that page fine.

But - what about the individual posts? I am using it for a recipe database and having the content doc or somehting else pop in on a recipe for an offer would be good.

please advise…
Using (x - infinity theme)

Thx!
mark

Hi Mark,

Thanks for reaching out.

Unfortunately, there is no option for portfolio as of yet, I’ll this to our issue tracker as feature request. For the meantime, please edit this file

wp-content\plugins\tco-content-dock\views\site\content-dock.php

You may use FTP but I recommend doing it with your hosting’s file manager. Then replace these lines

// Render conditionally

if ( $display ) :

?>

with this

// Render conditionally

if ( $display || is_singular('x-portfolio') ) :

?>

Hope this helps.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.