some help please

Posted in: Newsmag
Post count: 280

Hello,

I have few things need your help with.

1- How to remove More from author option beside related article ??

2- there is small white line above the top menu. how to remove it please?
http://www.screencast.com/t/CBQCMSx77

3- i have Two boxes in post editor, http://www.screencast.com/t/9w7sqop7

and i used the solution here but nothing changed
https://forum.tagdiv.com/topic/two-boxes-in-post-editor/

4- how to remove category tag name from the Thumbnails in archive and RELATED ARTICLE ?
becouse this option work only on homepage, http://screencast.com/t/98dby074BF

my site
http://sport.sky-host.cu.cc/new

thank you

Post count: 6535

Hi

1. Use this css:

.td_block_related_posts .td-related-right {
display:none;
}

2 Use this css:

body{
margin: 0;
}

3. The solution from indicated topic still works, make sure you have deleted the proper code, clear the caches then test again.

4. Use this code:

.td-post-category{
display: none!important;
}

Thanks!

Post count: 280

thank you andy
regarding 4, i want to show the category tag name on specific section and hide it from specific section.. becouse this option http://screencast.com/t/98dby074BF seems not work fine with me, becouse when i hide it from specific section, its hide the tag from all the sections, and vice versa.

also i want hide it Permanently from RELATED ARTICLE Thumbnails.

check this.
http://www.screencast.com/t/9nfvu7nLw

and i want to change the color of the tag?

thanks

  • This reply was modified 10 years by Lewis.
Post count: 280

same issue with ver 3

HIDE CATEGORY ON POST AND ON CATEGORY PAGES option not working with fresh install
you can check it here on my new dev site

http://sba8at.cu.cc/wp/

  • This reply was modified 10 years by Lewis.
Post count: 6535

Hi

I’ve removed your credentials as this is a public forum and anyone can see them.

The option from panel works like this: When it’s enabled the category tag will be hidden on category pages here: http://screencast.com/t/H24d6wDUhttp://screencast.com/t/H24d6wDUhttp://screencast.com/t/H24d6wDU
Also that category tag will be hidden on single posts. To hide this tags: http://screencast.com/t/aaQDhCQWaj you have to deactivate them from module: http://screencast.com/t/8J7AuBymylowhttp://screencast.com/t/Z3c9T0O5

Thanks!

Post count: 280

I see now

ok good, any chance to change the tag color ?

Post count: 280

what i want is that, hide the tag from all category archive pages and show it on specific block on homepage.

also How to change tag color?

How to do that please?

  • This reply was modified 10 years by Lewis.
Post count: 280

ok i fix it, all the changes should be dont from this options http://screencast.com/t/8J7AuBymylow

now i just want to change tag color.

Post count: 6535

Hi

On post pages the color can be changed using this option: If you want to change the color on category page use this css: http://screencast.com/t/sz3O4sTcfQz

.category .td-post-category{
background-color: red;
}

Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.