Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

You can add text about author from here: http://screencast.com/t/FnRCMaER5ni
Result: http://screencast.com/t/1mX3nxORy
And please read here how to change user avatar: https://forum.tagdiv.com/how-to-change-user-avatar/

Please also go trough our documentation: https://forum.tagdiv.com/newspaper-documentation/

Hope this helps!
Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want more subcategories to appear on mega menu please edit td_menu.php and change this value: http://screencast.com/t/8W8tr3V6f and for mobile: http://screencast.com/t/Qbh8JUaENhX

Result: http://screencast.com/t/9RJ0GGRJsLz

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css: http://screencast.com/t/LgT584aHpIJi

#td-top-search {
right: auto !important;
left: 16px !important;
}

@media (min-width: 1200px){
.header-search-wrap #search-button .td-sp-ico-search {
left: 0px !important;
}

.span1#td-top-search {
right: auto;
left: 48px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can select the page template that doesn’t have article list: http://screencast.com/t/hY4wPyfoamH9

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can enable “Show child categories menu” from block settings like this: http://screencast.com/t/z9CXXNxHdL
This will show a menu at the top of the block that contains the child categories of the selected category.
Result:http://screencast.com/t/mDLQMLJEQb

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to use Default Template(without title) and write the title in Text Block like this: http://screencast.com/t/yvP7rolW

Result: http://screencast.com/t/3ewhgIZ0Zsic

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately for the moment the theme doesn’t have an option to disable categories that showing on Big Grid. You can disable “SHOW CATEGORY BIG GRID” from Theme Panel – http://screencast.com/t/KG80WgiPdd but this will remove Big Grid for category page.
Currently we work on this and the next version will have an option in Theme Panel to show category individual on Big Grid.

Sorry for inconvenience!
Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Please follow these steps:
1. Add a new post
2. Write content in this format: http://screencast.com/t/6H9chQRi
3. Select these settings: http://screencast.com/t/yzmJzMT3j
4. Publish post

You should have this result: http://screencast.com/t/c5ExI2lcQ

Let me know if yo have any issues with this and provide a link with smartlist’s post.
Hope this helps!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can remove them from Theme Panel > Categories > each category: http://screencast.com/t/l0rgmFx8

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this and found no issues: http://screencast.com/t/XylljH0vicI
Result: http://screencast.com/t/9D7BgHABSY

Please try Lucian solution and let me know if this works!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Have you managed to solve this? I have checked your site and the main menu is aligned to the right: http://screencast.com/t/YaLmxgdYo

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to change background-color for heading in category’s page. This can be changed only for category tag on post page from Theme Panel.
Anyway you can change the background with custom css, but this change the color for all category’s pages. It can’t be done for each category individual: http://screencast.com/t/MWelM4Rhx1n

.category .entry-title span{
background-color: blue;
color:red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can translate “Related Articles” and “More from Author” from Theme Panel: http://screencast.com/t/VacR1K0QEUD

2.If you want hide “More Author” use this custom css in Theme Panel > Custom Css:

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

Result: http://screencast.com/t/eJ8hn8oFJDf2

3.Use this css code for color:

.td-related-title .td-cur-simple-item {
background-color:red;
color: #ffffff;
}

And this code for hover effect:

.td-related-title .td-related-left:hover {
background-color: pink;
}
.td-related-title .td-related-right:hover {
background-color: pink;
}

Result: http://screencast.com/t/4ZSmHYEtg

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please also add this code: http://screencast.com/t/Jb3VGhr2FX71

.td-video-play-ico.td-video-small img {
top: 0px !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks for reporting this! I have added this issue on our todo list and will fix it in next version until then you can comment this line to disable the views on slider also: http://screencast.com/t/R1qSSIMw1mCQ

Thanks

  • This reply was modified 11 years by Alin [tagDiv].
  • This reply was modified 11 years by Lucian.
Alin [tagDiv]
tagDiv Staff

Hi,

You can change “Read More” like this: http://screencast.com/t/i66cw0Qp4bqG

Result: http://screencast.com/t/Kf8H10fX

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to edit td_module_blog.php like this: http://screencast.com/t/dzR7GDielQiN
Result: http://screencast.com/t/W6K1E0dQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

“Load More” button works only on blocks. Sorry for inconvenience!
You can disable Big Grid from Theme Panel like this: http://screencast.com/t/eRoD22suckf

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay!
I think that you refer to Big Grid, you can disable it from Theme Panel > Categories > “each category” like this: http://screencast.com/t/eRoD22suckf

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use margin for white space: http://screencast.com/t/SCqODhdPRzrP

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css:

.td-related-title .td-related-left {
border-radius: 3px;
}
.td-related-title a{
pointer-events: none;
cursor: default;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This option is for feed excerpt: http://screencast.com/t/UAwx2iNtKG
You need to change the excerpt length on modules so please take a look which module you use to display “more article box”: http://screencast.com/t/swRbRx4r
After that you can set the excerpt length for module you use: http://screencast.com/t/dpfcjHJv4

Thanks!

  • This reply was modified 11 years by Alin [tagDiv].
  • This reply was modified 11 years by Lucian.
Alin [tagDiv]
tagDiv Staff

Hi,

You can do this with custom css:

.postid-xx .td-more-articles-box{
display:none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I don’t know what are you trying to change. Try to target more specific and use !important like in this example(.test is my extra class): http://screencast.com/t/uyKmOghDe
Please provide an example of what you want to change or a link.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The code that Marius gave it to you selecting text the highlight color, works on mozzila.
Please try this css: http://screencast.com/t/mY7jaObFrX

::selection{
background-color: blue !important;
}

About tags and social share on page, unfortunately that is not possible as the theme doesn’t have an option for that and you will need custom work to customize it. If you need it you can try using a plugin or hire a developer to do it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support.

Thanks!

  • This reply was modified 11 years by Lucian.
Viewing 25 posts - 7,801 through 7,825 (of 7,871 total)