Single post comment

Posted in: Newspaper
Post count: 12

Hi,
i have some issues with the newspaper theme, i thank you in advance for the help.

1)i am using the single post comments block, in the comment section there is an email and website field, is there any way to erase them?

2)i want to put the social icons from the mobile menu from the top to the bottom, and i want that the header stays on top of the mobile menu, is it possible?

thanks a lot for the help

Post count: 35449

Hi,

1. Please provide some more details about this problem, some screenshot or a link it will help a lot.

2. Yo can change the social icon position only with custom css, I can help you with this, just provide me a link where I can check your mobile menu.
Also the header style it can be change, but the mobile menu can be edited only for color and background image. -> https://i.imgur.com/hOTbzJi.png -> https://i.imgur.com/MrhOcRW.png

Thank you!

Post count: 12

Hi,

1)Sorry, you can check it on this link –>https://imgur.com/iDxaalK

2)Here is the link to the page
–>https://www.eldemocrata.mx

Thanks a lot for the help

Post count: 35449

Hi,

1. That message should appear only when you set the comments element in tagdiv Composer, after you save it and clear all cache the comments section should display only the comments from posts.
If for you the comments appear in posts/articles, please disable all non theme plugins and let only tagDiv Plugins, after that clear all cache and try again.

2. For changing the social position in mobile menu, please try this custom css
#td-mobile-nav .td-menu-socials {
position: fixed;
bottom: 0;
}
.td-mobile-content{
position: absolute;
top: 50px;
}

This code need to be set in theme panel> custom code> advance css > phone.
Also the mobile menu can be adjusted using tagDiv Composer -> https://i.imgur.com/UmO8lb8.png -> https://i.imgur.com/LEl1rU1.png

Thank you!

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