Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alex Cowland
tagDiv Member

Apologies, I posted this and then continued to try and find a work around. Incidentally, I stumbled across a method that appears to work. I’m no expert, so I’m not sure if this is a good way of doing things.

This is the way it was looking before https://www.screencast.com/t/rcTno6qHTbux.

  • I created a new template for the recipes CPT following your instructions https://forum.tagdiv.com/custom-post-type-support/.
  • I then added a css class (td-recipe) to the container div of that template.
  • and created a new style to not display the advert
  • .td-recipe .td-a-rec-id-content_inlineright {
    float: right;
    display: none;
    }

    Which results in it looking like this https://www.screencast.com/t/Iy42eWMfp1Z6. It appears to be working ok.

    Again, apologies for not updating the post once I had done this. Thanks for looking into it for me nonetheless.

    Viewing 1 post (of 1 total)