Hi,
I’m not sure I understand what you mean to offset one category in module 8. Modules are used to display articles for example like on category page: http://screencast.com/t/29tbDak2xnV You can set a module for different categories.
If you refer to the Latest Articles display only one category, you can set this from backend page > Homepage Loop Filter: http://screencast.com/t/83QN5jKvQwnz
See in screen options if this is selected: http://screencast.com/t/8bEMplqn7
Please provide more details if this is not what you mean.
Hope this helps!
Hi,
If you want to remove link of the author please delete this code from:
– td_module_single.php for author on posts like this: http://screencast.com/t/cuBdyg5bh
– td_module.php for author on blocks like this: http://screencast.com/t/rSkpcrpOS
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/hixSaoXF1f
.ls-lightskin{
z-index:0;
}
Result: http://screencast.com/t/MUNx55CUi
Thanks!
Hi,
I’m not sure what you mean with word “Archives”. Could you provide a screenshot?
Also if you refer to the block title, you can add a custom title like this: http://screencast.com/t/KGX7O8mOuO
Result: http://screencast.com/t/4mFb4EQyZG
Or you can hide the title: http://screencast.com/t/OUpxyNUQrzV
Result: http://screencast.com/t/2AtQKHOhi2jH
Hope this helps! Please provide more details, if this don’t solve your issue.
Thanks!
Hi,
Please change your page template and use a template without Articles List: http://screencast.com/t/Vv1KflI5uf
Also if you want to use Latest Articles, you can change the module to display: http://screencast.com/t/Op0tm8M272
Please also follow our documentation: https://forum.tagdiv.com/newspaper-documentation/
Hope this helps!
Hi,
This issue appears when you have zoom on the page: http://screencast.com/t/G4CphMr25 – http://screencast.com/t/DBTcJjvF4
We know about this and we’ll fix it in one of the future updates. Sorry for inconvenience!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please use this custom css in Theme Panel > Custom css: http://screencast.com/t/raP8bB6K
.post ul.td-category a{
padding: 10px 10px 10px 10px;
}
.post .entry-category{
font-size: 15px;
}
.post .entry-comments-views{
font-size: 15px;
}
Result: http://screencast.com/t/nnzWXtNb
You can change font for excerpt from Theme Panel > Custom Typography > Tabs > Excerpt font: http://screencast.com/t/YTkVYvTco
Result: http://screencast.com/t/jEAVWvCd
If you want to change excerpt’s font only on homepage: http://screencast.com/t/jVp8AiZ6
.home .td-post-text-excerpt{
font-size: 15px !important;
font-family: Ubuntu !important;
}
Thanks!
Hi,
We know about this issue and it will be fixed in the in the next update. Sorry for inconvenience!
Until then you can use this custom css to fix it:
.td_mod_aj_search .entry-title a, .td_mod_aj_search .entry-title {
white-space: normal !important;
}
Thanks!
Hi,
Unfortunately you cannot do it, as the infinite load pagination only works on blocks.
Sorry for inconvenience!
Thanks!
Hi,
Please try to disable all plugins then install and activate just your version of Visual Composer plugin then check again as this works and also make sure that you also have the latest theme version(1.4).
Also provide your site URL, so I can inspect this.
Thanks!
Hi,
Please try this div class to display on tablet and mobiles:
<div class="td-visible-desktop">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt=""></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec468.jpg" alt=""></a>
</div>
<div class="td-visible-phone">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec320.jpg" alt=""></a>
</div>
And read more info in our documentation: https://forum.tagdiv.com/ads-system-full-guide/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately for the moment that option is not working. Sorry for inconvenience!
Please add an extraclass to the widgets that you want to hide on mobile view: http://screencast.com/t/039hipRp0MKt
And use custom css to hide them using @media(max-width:767px) like this: http://screencast.com/t/Ulkr6LN2ru
@media(max-width:767px){
.home .test{
display:none;
}
}
Thanks!
Hi,
That is a problem of monitor resolution or you have zoom in, on my monitor your site is looking like this: http://screencast.com/t/0gPaLeEZ
Anyway please change display articles from Theme Panel > Post Setting > More Articles Box and see which module is more useful : http://screencast.com/t/0VZrIxihxMtP
You also can set distance from the top to “More Articles” appear and you can use less posts to display.
Hope this helps!
Thanks!
Hi,
Please edit td_menu.php and change this value: http://screencast.com/t/ZpftRzgppfGU
The subcategories in megamenu are ordered by name automatically.
Thanks!
Hi
Please edit td_module_single.php and replace pinterest button with linkedin: http://screencast.com/t/MJCAKIyyGGt
<a class="td-social-sharing-buttons td-social-linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=' . urlencode( esc_url( get_permalink() ) ) . '&title=' . $this->title . '&via=' . urlencode( get_bloginfo( 'name' ) ) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\');return false;"><div class="td-sp td-sp-linkedin"></div></a>
Then use this custom css in Theme Panel > Custom Css:
.td-social-linkedin {
width: 32px;
height: 32px;
background-image: url('https://media.indiacurrents.com/resources/resources/social-media/linkedin.png') !important;
background-repeat: no-repeat;
}
.td-social-sharing-buttons {
margin-right: 10px !important;
}
.td-sp-linkedin{
width: 32px;
height: 32px;
}
I’ve used an icon found on internet, but you can change it.
Result: http://screencast.com/t/fLzO6DTR
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1&2 Search on mobile view: http://screencast.com/t/Gjz1QtC4zwA
@media (max-width: 767px){
#td-top-search {
top: 0px !important;
right: -56px !important;
}
.header-search-wrap .dropdown-menu{
right: -277px!important;
}
.header-search-wrap .dropdown-menu:before{
left: 32px!important;
}
.header-search-wrap .dropdown-menu .btn{
right: 269px!important;
}
}
3. I see that you managed to solve that: http://screencast.com/t/pKRV7x9KSv
Hi,
Unfortunately there is no option for that, Smart Sidebar works only on Newsmag theme. We plan to also add this feature to the newspaper theme also within version 5.0.
You can try to use a plugin that fix your widgets like Q2W3 Fixed Widget(used on your posted sites): https://wordpress.org/plugins/q2w3-fixed-widget/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Footer is resizing automatically, but you can limit the posts number that are appearing on the block.
For example Popular Category from your footer widget: http://screencast.com/t/gqNrPRlW
My footer before: http://screencast.com/t/w8b3ymW2MGln
And after: http://screencast.com/t/9ExccDdFHwT
Thanks!
Hi,
You can take the ID from Users > All Users like this: http://screencast.com/t/loddsxVFtN
After that you can exclude it from the widget: http://screencast.com/t/NNjqGvCc
Thanks!
Hi,
1. Unfortunately there is no option to place the subcategories on left side, you would need custom modifications. We cannot offer custom work as we work hard on the development, updates, fixes and support.
2. Create your menus from appearance > menus section: http://screencast.com/t/5ntqLpyXaaJ
Add your items to your custom menu: http://screencast.com/t/Ff4S0quiv
Set a page like this and choose your menus and publish: http://screencast.com/t/dAfaYkWmmk
Then use the page ID an set it as mega menu for your menu item: http://screencast.com/t/yphGpD46V
Result: http://screencast.com/t/TEVNDFmT
Please post your issues about newsmag theme in the newsmag section!
https://forum.tagdiv.com/forum/newsmag/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You have to enable the unique articles feature and you will get posts just once on your page: http://screencast.com/t/DhQxmXUIW
If you have pagination unique articles doesn’t work, try the offset feature or use a different category on blocks.
Please take a look here: https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can change header style to “Blog style – full text logo + menu” and I think that there wont be issues on moblie view. Any if you want to use Style 3 you can use this custom css:
To hide the main menu and place the search button on top for mobile view: http://screencast.com/t/Q2PImmCmYDWG
@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
}
For tablets please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/vMf2QV8vpxMx
@media (max-width: 1018px) and (min-width: 768px){
.blog-stack .sf-menu > li > a{
padding: 0px 5px 0px 5px;
}
.blog-stack .sf-menu a.sf-with-ul {
padding-right: 25px;
}
.blog-stack .sf-menu > li > a{
font-size: 12px;
}
}
Hope this helps!
Thanks!
Hi,
Please use this custom css: http://screencast.com/t/gDmzhr9r
.post ul.td-category {
float: right!important;
}
.post ul.td-category li {
float: right;
}
.post .entry-date.updated {
margin-right: 0px;
}
Thanks!
Hi,
Unfortunately if you hide block title from settings, you hide also ajax next/prev pagination. Sorry for inconvenience.
If you want to hide the block 6 title on homepage please use this custom css and the pagination will not be hidden: http://screencast.com/t/6MLIzNNbbHHm
.home .td-page-wrap .td_block6 .block-title{
display: none;
}
.home .td_block6 .td-next-prev-wrap a{
top: -22px;
}
Or if you want to remove the title without border: http://screencast.com/t/v9hlIMxd
.home .td-page-wrap .td_block6 .block-title a{
display: none;
}
.home .td_block6 .td-next-prev-wrap a{
top: -25px;
}
Hope this helps!
Hi,
If you refer to the sub-footer where you have copyright text, please edit footer.php and change like this: http://screencast.com/t/l6sy70ZiXxy
Result: http://screencast.com/t/G7MSMt1xKBe
If you don’t use sub-footer menu you can use entire row for copyright text: http://screencast.com/t/HrfYrm6O
Result: http://screencast.com/t/3SJbXBipgW
Thanks!