Forum Replies Created
-
AuthorPosts
-
tiburcioroberto
ParticipantYou are right the code is working, I had a file content.php in the child theme folder that was where I was adding the code
Thank youtiburcioroberto
ParticipantHi
I replaced the content.php file with the 1.1.7 version I had before the update and everything worked again.
Apparently you guys made some change to that file that affected that part of the theme.
But I will lose the changes they made in the new updatetiburcioroberto
Participantyes the quote changes when I paste it here but it is correct in the file
tiburcioroberto
ParticipantHi
it’s not because of the quotes in the file it’s correct, It seems that I change the quote when I paste it on the page
It was working fine before updatethis is the code in my child theme
<figcaption class="featured-image-caption"><?php echo get_the_post_thumbnail_caption(get_the_ID()); ?></figcaption> </figure><!-- .post-featured-image .page-single-img-wrap -->
I have this code in Appearance > Customize > Additional CSS
.post-featured-image.page-single-img-wrap { overflow: hidden; } .post-featured-image.page-single-img-wrap .featured-image-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 50px 25px 5px; color: #ffffff; font-size: 14px; font-family: arial; background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5)); } @media (max-width: 767px) { .post-featured-image.page-single-img-wrap .featured-image-caption { padding-left: 15px; padding-right: 15px; }
But again it was working before the update
tiburcioroberto
ParticipantI cannot write or reply in the NewsCard forum (Premium)
tiburcioroberto
ParticipantEste es el link de la imagen
imagentiburcioroberto
ParticipantApparently you have no solution to my question
I have another question, where in the topic do I implement the Yoast SEO breadcrumbs code?This is the code
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>tiburcioroberto
Participantthanks for your excellent services
I was making the mistake of leaving the first paragraph of the old code
it’s OK now
tiburcioroberto
ParticipantThank you, here is a picture where I explain what I want.
In the computer it is correct but in mobile it shows the large image in the top.
https://drive.google.com/file/d/1t6DQautGvYnsYkpP2zYu6y4tp8EOClMl/view?usp=sharing
tiburcioroberto
ParticipantI paste the code and it remains the same. it works in computer but in table and mobile it does not work
tiburcioroberto
ParticipantThanks, I copy the code and paste it again but it remains the same
tiburcioroberto
ParticipantThanks, the code works on the computer but not on the table and mobile version
tiburcioroberto
Participantthanks, i’m trying another way, i asked a new question on the newscardpremiun forum
tiburcioroberto
ParticipantThanks, the code removes the top main thumbnail parts, but it doesn’t show me the last published article of the opinion category in the widget.
I want the widget to display all posts in thumbnail.tiburcioroberto
ParticipantYou didn’t understand me, I’m translating, I don’t speak English.
The travel category has nothing to do with it, I want is that the posts of the opinion category do not show in the top slider -
AuthorPosts