Cannot Delete Row & %%page%% of Yoast Code Still Doesn't Work On Homepage

Posted in: Newspaper
Post count: 108

Hello team

Nice update as always, I make some test on localhost before I apply the update on my live website. Everything is awesome except I can’t delete any row on tagdiv composer and cloud template.

https://www.screencast.com/t/dBVDgnZAV

You see the delete option in row is gone.

And %%page%% of snippet Yoast Code still doesn’t work on Homepage using loop post element on pagination.

https://www.screencast.com/t/ngZnE1rYtO
https://www.screencast.com/t/0J4nl05OsCy

I can’t use pagebuilder on homepage because this issue will cause duplicate title tag & duplicate meta description on google and affect my site ranking. On my live website, I deactivate a static page and %%page%% of snippet Yoast Code is work perfectly on homepage pagination. This is the example screenshot:

https://www.screencast.com/t/bKN5KMlSL4t
https://www.screencast.com/t/NPvXodJL
https://www.screencast.com/t/8Z1eLcT9xWt

Please fix this issue.

Thank you

Best Regards

MC Dohl

Post count: 35449

Hi,

You still can delete the row using the icon, pressing the delete button or click and hold and drag the row in delete section.
-> https://www.screencast.com/t/Ig5gFHjZY
-> https://www.screencast.com/t/mrhBzDPRWz

Unfortunately the problem with yoast seo is still there, but if you want you can implement the fix in td_wp_booster_functions.php the full path is wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
all you need to do is to add in “outside the loop, it’s reliable to check the page template” conditions || $seo_title
the code is look like this https://www.screencast.com/t/l1DwCIGOr set that code like this -> https://www.screencast.com/t/eSB5eoilw
the results https://www.screencast.com/t/OPy5sgWto
We’ll try to fix this as sun as possible.

Thank you for your understanding!

Post count: 108

Hello @calin

Thanks, now, I can delete row in tagdiv composer and cloud library.

That code can fix duplicate title tag in homepage pagination, but can’t fix duplicate meta description

https://www.screencast.com/t/tik1hck3i

The reason I am not using the code you gave me earlier is that google still detect my websites have duplicate meta description and I must deactivate the pagebuilder on homepage which can solve my issue.

https://www.screencast.com/t/EXsRTYDffz

That code only fix the homepage title tag, but completely conflict with yoast in category, archive, tag, and author pagination, before I add that code

https://www.screencast.com/t/MsdVBcPhDV

after I add that code

https://www.screencast.com/t/2CDDYF0X74jy

This the code that you gave me earlier and work perfectly with yoast but still have duplicate meta description

if (!in_the_loop() && (is_page_template('page-pagebuilder-latest.php') || $is_smart_list || is_page() ) ) {

Thanks

Post count: 35449
Post count: 108

Hi

If this problem is from yoast plugin, why %%page%% from yoast snippet code doesn’t work only on homepage that I create with pagebuilder? %%page%% snippet code doesn’t work on title tag that means %%page%% snippet code doesn’t work if I put in description too. Everything in yoast variable snippet code is work on pagebuilder except %%page%%. I try so many plugin, and find out all in one seo pack plugin is work perfectly in homepage pagination that I create with pagebuilder. Variable snipet code from all in one seo pack is work on title tag and meta description. I don’t understand why tagdiv team can’t fix this serious bug.

Thanks

Post count: 35449

Hi,

I have pass this problem to our developer team to take a look and find they problem, for the moment this is all I can do, sorry for the inconvenience!
If this is a problem you can try to use the Page Builder + Latest Articles + Pagination instead of post loop.

Thank you for your understanding!

Post count: 108

Hi

Thank you for your response, I already deactivate pagebuilder that solved my issue for a while. I just want the tagdiv team know about this bug and fix it on the next update.

Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.