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 :)
Babawomba
tagDiv Member

Hi,

I don’t know how to better explain the issue. Everything is defined well in tagdiv composer – as can be seen in other posts.

posts without Taxopress table:
https://winbuzzer.com/2025/02/28/microsofts-new-bioemu-1-ai-model-can-predict-how-proteins-move-and-change-xcxwbn/

post with Taxopress table – breaks the defined post content column width:
https://winbuzzer.com/2020/02/11/microsoft-deepspeed-with-zero-can-train-100-billion-parameter-ai-models-xcxwbn/

page with Taxopress table – everything fine:
https://winbuzzer.com/ai/models/

Babawomba
tagDiv Member

Hi,

This is also not about the problem that I described.

Let me define it again in other simpler words:

– The table embed does not work correctly in posts as it expands the post content column width, which it should not
– It works on pages as expected
– for pages and the posts template I use the exact same settings

-> The problem is just about the post content column width, which changes on posts when a table is added via shortcode.

Babawomba
tagDiv Member

Hi,

We have disabled all ads on the sample post which we shared to demonstrate the issue:
https://winbuzzer.com/2020/02/11/microsoft-deepspeed-with-zero-can-train-100-billion-parameter-ai-models-xcxwbn/

Everything works fine on pages where I embed taxopress tables, and ads are no issue there:
https://winbuzzer.com/ai/models/

This is a specific issue that only affects posts/articles. We have set up the post template exactly the same like the page template we are using.

Babawomba
tagDiv Member

Hi,

The sticky option was/is not active for the column in our post template, so we cannot deactivate it. There must be something else responsible for the issue.

See:
https://1drv.ms/i/s!AlQHsqtJGzeatZJEB2MtbezVsYi_SQ?e=FLIxsH

Babawomba
tagDiv Member

What do you mean by “unset the sticky column”?

Babawomba
tagDiv Member

Hi,

I don’t understand how this relates to my issue. Can you please elaborate. We need to embed Tablepress tables into our news articles.

Babawomba
tagDiv Member

Hi,

I will do – we will have to wait until affected pages will have been crawled again by Google.

Thanks

Babawomba
tagDiv Member

Hi,

I have identified Cloudflare’s feature for “Automatic Signed Exchanges (SXGs)” as a possible cause and disabled it. Sounds very much like it:

“Improve your website’s performance by making cacheable resources available on Google’s Signed Exchanges. Enable Chromium based browsers to prefetch your website on Google’s search results page and make your website faster. Improve the Largest Contentful Paint (LCP) which is part of the Core Web Vitals and increase your SEO ranking.”

Let’s see what happens.

Babawomba
tagDiv Member

Hi Bettina,

You currently can reproduce the problem when opening these two different pages directly from the Google SERPs, at least I can with incognito mode:

https://tinyurl.com/4u83xw2r
https://tinyurl.com/mpmtevue

I have attached two new full page screenshots for you for these two pages:

https://1drv.ms/i/s!AlQHsqtJGzeatY9lkO8LPT26n-sodg?e=wLnhz8
https://1drv.ms/i/s!AlQHsqtJGzeatY9mSXcAdYX9FRN83A?e=zaUWMr

Here is the tagdiv composer view for our posts template:
https://1drv.ms/i/s!AlQHsqtJGzeatY9kLtq2PHDsn4wmrQ?e=KE6lXv

The issue seems to be somewhat related to how “Googlebot smartphone” renders the pages and then stored some data which is now being used when users click on the Google SERPs.

This means the issue appears only for some pages when users come from Google, as some cached version or parts of the code (that had been served on a previous crawl) is being applied

If the user then reloads the affected page the problem disappears. All visits/loads that are not coming from Google appear to render the pages correctly – including from Bing SERPs

My assumption as of now is that some dynamically served image (container/element) code to “Googlebot Smartphone” sometimes produces a flawed cache result – which then affects desktop users when they visit the site from Google SERPs.

In the meanwhile I did some tests with the previously reported page:

– Doing a minor change on the affected article
– Reducing the featured image dimensions and saving the page
– Re-indexing it again manually via Google Search Console.

This removed the problem. But this could be just a random success as in general not all pages are affected.

Further changes I have implemented in an effort to fix things:

I added this custom CSS code to my wordpress theme to force a limit for maximum image size rendering on mobile devices, to target Googlebot smartphone which seems to have some rendering issues with the code it gets:


@media
(max-width: 767px) { .tdb_single_featured_image img { width: 100% !important; max-width: 696px !important; height: auto !important; } }

Babawomba
tagDiv Member

Hi,

this seems to have been an issue with a code optimizer. The search is working now after adjusting a bit.

Thanks anyways

Babawomba
tagDiv Member

Hi,

I have set up a staging site and deactivated all but the tagdiv plugins. The issue still persists – you can check the staging site here:

https://winbuzzer.com/constitution/?p=1926452

These are the only activated plugins with their respective versions.
Wordpress is running with version 6.6.2 and Version with 12.6.8

tagDiv Cloud Library
Version 3.7 | built on 26.09.2024 10:39 | By tagDiv | Visit plugin site

tagDiv Composer
Version 5.2 | built on 26.09.2024 10:39 | By tagDiv | Visit plugin site

tagDiv Speed Booster
Version 4.9 | By tagDiv | Visit plugin site

tagDiv Standard Pack
Version 2.7 | built on 26.09.2024 10:39 | By tagDiv | Visit plugin site

Babawomba
tagDiv Member

I was able to fix it with a cache purge.. no help needed, thanks

Babawomba
tagDiv Member

Hi,

I need it to be added automatically on every post page.

How do I do that?

Thanks

Babawomba
tagDiv Member

Hi and thank you,

We have added those two lines to the functions.php but there is no change:

remove_filter(‘the_content’, ‘wpautop’);
remove_filter(‘the_excerpt’, ‘wpautop’);

Babawomba
tagDiv Member

Hi,

I´ve finally done all of this and reconstructed the post template to my liking. Everything works fine but one thing: my disqus comments don´t show up anymore and instead I see the default WordPress comments box now.

Any ideas about this?

Babawomba
tagDiv Member

I don´t understand well your answer. Do you mean that..

… once the error issue is resolved, the post template should open in TagDiv Composer using a “sample post”
… then I will be able to add a Single Featured image Element?

Babawomba
tagDiv Member

Ok – I have done the following:

1. Installed Smart List Template 3 via cloud library in “SIngle templates”
2. set global + create/copy to “Mobile Template”
3. as the featured image is missing, I wanted to “Edit with TD Composer”

-> this opens the homepage view in TD Composer with an error message on top:
“Error at rows: 2(models) : 4(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)”

-> the URL shows that it should open post view (I guess)
“/wp-admin/post.php?post_id=1896005&td_action=tdc&tdbLoadDataFromId=1895996&tdbTemplateType=single&prev_url=https%3A%2F%2Fwinbuzzer.com%2F1684094638563%2Fwp-admin%2Fadmin.php%3Fpage%3Dtdb_cloud_templates”

Question: How can I fix this/open post view and (re)activate the featured image to be shown?

Babawomba
tagDiv Member

Hi,

the website is winbuzzer.com

Thanks

Babawomba
tagDiv Member

Yes I do – how can I copy the current standard template settings/formats to one template from the Cloud gallery?

I don¡t want to change the current style, just the width of the container columns and I don´t want to replicate all details from scratch editing a cloud template.

Babawomba
tagDiv Member

So this means I have to open whatever post in TagDiv Composer to edit the single post template?

How do I do this? There is no option or button in the post list or post editor to access tagdiv composer. I just find the tagdiv composer option when dealing with pages.

Babawomba
tagDiv Member

How does this work for posts? Can I set this up in a way that it affects all posts?

Babawomba
tagDiv Member

Thanks.

How do I apply this for the entire site, not just for single pages?

Babawomba
tagDiv Member

I had to deactivate the plugin, but the screenshots explain the issue quite well http://imgur.com/a/RMqCe

Babawomba
tagDiv Member

Hi,

I have noticed this happens only with Google Chrome. You can see it here:

http://winbuzzer.com/2016/09/20/windows-10-redstone-2-update-adds-outlook-calendar-xcxwbn/

Thanks

Viewing 25 posts - 1 through 25 (of 29 total)