Forum Replies Created
-
AuthorPosts
-
I’m trying out this code, but I think it changes both the mobile and desktop versions. At least, that’s what the page speed is indicating.
October 4, 2023 at 4:27 pm in reply to: av_blog shortcode change title slide-entry-title entry-title h3 to h4 #1421409Perfect, Thank you
December 8, 2020 at 7:56 pm in reply to: Cumulative Layout Shift (CLS) on related_posts on mobile #1265804I think the issue was with my critical css, disabling solved the CLS, but now I have a problem with render-blocking :/
December 8, 2020 at 5:05 pm in reply to: Cumulative Layout Shift (CLS) on related_posts on mobile #1265788Thanks for the answer.
But unfortunately itsn t the reason for the CLS.
I did a stage where I disabled the Facebook wiget and also all the advertising on the site
https://wordpress-453357-1477420.cloudwaysapps.com/famosos/marilia-mendonca-mostra-a-barriga-meses-apos-o-parto-e-surpreende
But we still have a very high CLS.Talvez você goste dos artigos Rafaella Justus mostra a sua volta às aulas pres…
<div class=”related_posts clearfix av-related-style-full”>
0,604And this page: https://bebemamae.com/famosos/nasce-a-filha-da-bailarina-ingrid-silva-veja-a-primeira-foto-da-bebe
doesnt have a related posts widget, it also hasn’t have issue with CLSAny other ideas?
Best
November 10, 2020 at 10:50 pm in reply to: Setup blog post on page without advanced layout builder #1259680We are a news website and sometimes for SEO, we need to do a post without a category. Like domain.com/name. And to do that on WordPress the article needs to be a page. So sometimes we do post in the page area.
November 9, 2020 at 11:33 pm in reply to: Setup blog post on page without advanced layout builder #1259421I found a way to achieve what I want:
https://kriesi.at/support/topic/move-page-title-out-of-band-out-of-the-header-and-into-the-content-area/#post-436221is it possible to make this modification directly in function.php?
Best
November 9, 2020 at 11:07 pm in reply to: Setup blog post on page without advanced layout builder #1259417I just find out that i was hiden the preview image.
So now i need to add the title on the pages.
I found this code that does the job, but adds after the preview image. I would like to add before it.
it’s possible?/ **
* add title to non-home pages
* /function my_the_content_filter ($ content) {
if (is_page () &&! is_front_page ())
{
$ content = ‘<h1>’ .get_the_title (). ‘</h1>’. $ content;
}
return $ content;
}
add_filter (‘the_content’, ‘my_the_content_filter’);best
November 6, 2020 at 9:17 pm in reply to: Setup blog post on page without advanced layout builder #1258961hello, i’m using the classic editor.
But the page template doesn’t give me the option to show the preview image or the title.
I sent in private 1 example of the post and 1 of the page. As you can see the first image and title on page, are placed in the classic editor. And in the post it automatically pulling the data from the post.I would like the page template to behave like the post template.
tksSeptember 17, 2020 at 8:19 pm in reply to: Adding captions underneath featured images on posts #1246593Another issue we have that you may have an idea of what’s going on. We are trying to improve our webVitals – Largest Contentful Paint (LCP), but no matter what I do, it doesn’t decrease.
It seems that there is something about the theme that makes the feature image appear slowly just in mobile. Could you take a look if you have any possible idea?
September 17, 2020 at 5:46 pm in reply to: Adding captions underneath featured images on posts #1246583One last think, :)
we are getting this msg on pagespeed:
Properly size images 0.27 s – 09/imagename-1030×575.jpg,
There’s something we can do? we change the default image size of the feature image to 1200x670px,
That could be the reason?Ps: This msg show up just in the mobile version.
tks again
BestSeptember 17, 2020 at 5:42 pm in reply to: Adding captions underneath featured images on posts #1246582Thank you! that works nice!
September 11, 2020 at 5:06 pm in reply to: Adding captions underneath featured images on posts #1245194I get this to work with Guenni007 instructions: https://kriesi.at/support/topic/remove-permanent-link-from-the-post-h1-title/
but, the layout shift continues, any ideia how to make the font dont change?
ex: https://bebemamae.com/famosos/leticia-colin-mostra-o-rosto-do-filho-de-9-meses-que-bebe-lindoour title is with system font
#top #wrap_all .all_colors h1 {
font-size: 36px;
line-height: 1.1em;
font-family: helvetica-neue,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
font-weight: 700;
text-transform: none;
}tks
September 11, 2020 at 3:55 pm in reply to: Adding captions underneath featured images on posts #1245168Thanks! That works.
One other think, there’s way to remove the link from the title? Im trying to improve our layout shift.
TksSeptember 8, 2020 at 3:15 pm in reply to: Adding captions underneath featured images on posts #1244314Hi nikko,
Thanks for the answer.
However this shows the copyright,
I had asked about it in another ticket. so I really appreciate
Is there any function like this to show the caption?tks
September 2, 2020 at 1:42 pm in reply to: Adding captions underneath featured images on posts #1242802Hi Nikko, how are you?
Here are the credentials. This is a cloned version of my site, so you can modify it as you see fit.
Another thing I was going to ask is if you have any suggestions for improving Largest Contentful Paint (LCP) on our site.Tks
- This reply was modified 4 years, 2 months ago by emanar.
September 1, 2020 at 12:38 am in reply to: Adding captions underneath featured images on posts #1242323I try this, but didn’t work.
I need to add this to every image add with the native wordpress image.
how can i do that?Hi Victoria, tks for the reply, but that doesn’t work because we don’t use avias page builder. There is a way to add this without the advanced Page builder?
Tks
- This reply was modified 4 years, 4 months ago by emanar.
Hi, there,
Anyone can help me?
Please advise.Hi, there,
Anyone can help me?
Please advise.- This reply was modified 4 years, 5 months ago by emanar.
Hi, there,
The problem is the string ins’t on the file.
https://take.ms/5MyIyDo i need to find this on the template php? where should be?
tkshi there, yes i can!
in the backend there is 2 fields:
Description and Copyright,
https://www.dropbox.com/s/lp2a9cskmum63j9/fields.jpg?dl=0i wish to add both below my images like this:
https://www.dropbox.com/s/idwqbylx0m9gp0j/mockup.jpg?dl=0Could you help me?
tks- This reply was modified 4 years, 5 months ago by emanar.
Hi Victoria,
Its Portuguese (PO). I already edit some text with loco, but this particular text is not there.
Is There a function i can add to translate this text?tks
May 13, 2020 at 5:46 pm in reply to: BUG? Logo not showing on Chrome if enable the lazyload via the wp-rocket? #1212672thanks Jan Thiel your reply, solved my issue. :)
Tks!
Yes, because in the final load they do not appear on the page. But during the loading of the page for some less than 1sec there is a trail, 3 squares.
There s way to hide on mobile?
Tkstks! :)
Yes i can! All our pages has multiple <h1> tags on the page.
Tks, it worked perfectly! Take care
-
AuthorPosts