https://podcast.dietapino.com/

Joomla 4.3.4 version causes Podcast template crashes.
Share facebook does not work well. The section related module of postcat-2 doesn't work either.
I've installed Postcat again and restored what I could.
Now it works fine with Joomla 4.3.3
I will not update to Joomla 4.3.4 until it is compatible with Postcat.
Dominic modified an index.php file
but he recorded it directly and now I don't have this file
Can you please provide me with the index.php that Dominic modified in his day?
This is the link of the thread where the index.php was modified:
https://www.joomlart.com/forums/d/46493-sharing-facebook-does-not-show-the-image-of-the-article/6

This is the link of the thread where the index.php was modified:
https://podcast.dietapino.com/index.php/podcast/pasta/81-espaguetis-a-la-carbonara-para-vegetarianos

Do not collect the image but the photo of the author

    dominic
    Thank you very much Dominic! No one comments on the Joomla 4.3.4 version issue
    I don't know if I should upgrade or not.

    https://podcast.dietapino.com/index.php

    The list of tags does not work either.
    I have disabled the custom.css in case it interfered. It is not like this. I don't know why.
    Click on any tag and you will see it, for example see screenshot below :

    This list has always worked until now.
    I ask you for help.

      dominic
      The data you have in the black box is always the same. It works for me.
      Have you perhaps been wrong? Try again please.
      Please try to fix the problem today if possible and let me know what went wrong so it doesn't happen again.

        Hi carlucci,
        I have checked and see that the code I added to your index.php file will conflict with the tag. I have removed it and the tag page is working well now.
        About the share option, I made a mistake when providing the code. Sorry about that, you can enable the Open graph tag here:

          dominic
          Thank you so much. But before the image of the Tag was seen in a large image.
          I am attaching the css code that Saguaros gave me on his day.

          I have added the following code in my custom.css :

          .com-tags-tag.tag-category .list-group .list-group-item a {
          max-width: 100%;
          }

          and it works but I don't know if this code is the right one or if the following css should be merged :

          .com-tags-tag.tag-category .list-group .list-group-item {
          width: 33.33%;
          float: left;
          }

          .com-tags-tag.tag-category .list-group .list-group-item a {
          max-width: 100%;
          }

          .com-tags-tag.tag-category .category.list-striped li {
          width: 33%;
          float: left;
          min-height: 360px;
          }

            Hi carlucci,
            You can use the following CSS code:

            .com-tags-tag.tag-category .list-group .list-group-item,
            .com-tags-tag.tag-category .category.list-striped li  {
            width: 33.33%;
            float: left;
            }
            
            .com-tags-tag.tag-category .list-group .list-group-item a {
            max-width: 100%;
            }
            
            .com-tags-tag.tag-category .category.list-striped li {
            min-height: 360px;
            }
              Write a Reply...
              You need to Login to view replies.