Post page repeats – it looks like same page is duplicating

Posted in: Newspaper
Post count: 16

this is the example page : https://coinian.kr/%eb%b9%84%ed%8a%b8%ec%bd%94%ec%9d%b8-%ec%83%81%ec%8a%b9-%ec%8b%9c%ea%b7%b8%eb%84%90-%eb%b0%9c%ec%83%9d-35000-%eb%8b%ac%eb%9f%ac%eb%a5%bc-%ec%a7%80%ec%bc%9c%ec%a3%bc%eb%8a%94%ec%a7%80-%ec%97%ac/

when you see the below, after content I put widget; sns icons and related posts.
But more below, at the bottom of the page, it’s repeating.
I don’t know why.

In the widget setting I set it only appears in the “post”
yet it duplicating same
so I guess something in the bottom recognize it’s the post page.

please help me to erase things in the the bottom …

Post count: 27744

Hello,

I just checked your website and seems to works well https://www.screencast.com/t/Ok1Mxr3ugXK
Can you tell more specifically exactly what widget you mean and where it appears twice?

Thank you!

Post count: 16

Thank you. In the video, around 20 seconds, you can see SNS and related links. it should only appear in the main post content page. but it appears in the bottom line again.
That is the problem

please help me. thankx

Post count: 27744

Hello,

If you referring to this is made by a plugin that you use https://www.screencast.com/t/RiICTu4qUR, you can hide it with custom code, or from some setting from your plugin.

Thank you!

Post count: 16

yes. that’s right. How can I hide it with custom code plz ?
because plugin setting does not allow hide it

Post count: 27744

Hello,

I made this custom code CSS => https://www.screencast.com/t/HsFw2fI5
.korea-sns, .yarpp-related {
display: none;
}
.tdc-zone .korea-sns, .tdc-zone
.yarpp-related {
display: block;
}

Set the code in Theme Panel ->Custom code -> Custom CSS
Hope this helps you!

Thank you!

Post count: 16

thank you !!!!

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