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,

Please try this css in Theme Panel > Custom Css: http://screencast.com/t/1m2Ipjsqwn

.td_block_big_grid .entry-thumb{
opacity: 0.9;
background: -moz-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(205, 132, 36, 0.1)), color-stop(100%, rgba(25, 166, 124, 0.1)));
background: -webkit-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -o-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -ms-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#1acd8424′, endColorstr=’#1a19a67c’, GradientType=1);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-khtml-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please provide a link so I can inspect this. Normally should not be a huge space: http://screencast.com/t/YkCjbUEhX0http://screencast.com/t/KjrTaZucYv4
2. You can use block 10 to display article title and date: http://screencast.com/t/7pikE827bht8

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit this file an change text from buttons: http://screencast.com/t/JZvCm748X
Result: http://screencast.com/t/z9NwP2OmVA

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/IoiPYKqhQd

@media (min-width: 768px) and (max-width: 1018px){
.sf-menu > li > a{
padding: 0px 5px 0px 0px!important;
font-size: 14px!important;
}
.sf-menu a.sf-with-ul {
padding-right: 20px !important;
}
.sf-sub-indicator{
right: 9px;
}
}

Or you can try to use short name for menu items.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,


@mpindado
Thanks for sharing!

Alin [tagDiv]
tagDiv Staff

Hi,

Newsmag theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/11/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/ApuMgUzYb2vH
Please also take a look on our demo how blocks are used: http://screencast.com/t/eIECvaw8pSShttp://demo.tagdiv.com/newsmag/block-1/
You can use blocks on 1/4 + 1/2 + 1/4 but not all will work fine. Also you can try to use css if you really need to use block like that. For example block 4 – http://screencast.com/t/gGHvXTfN4 add an extra class to the column – http://screencast.com/t/BLLog8BFN1 and add css code in Theme Panel > Custom css: http://screencast.com/t/GpMSJsiC9U

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks @fixthisbuildthat


@adi_mitran
It can be change only with css code, please follow that solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the mega menu doesn’t work on mobile screen like you can see also on our demo, it works on tablets and desktop: http://demo.tagdiv.com/newsmag/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please change font size from Theme Panel > Theme Fonts: http://screencast.com/t/LjKA92jXAc5

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For the moment there is no option anymore in Theme Panel. It will be fixed in the next update.
Sorry for inconvenience!

Thanks for understanding!

Alin [tagDiv]
tagDiv Staff

Hi,

For the moment there is an issue with child theme(overwrite only files from the root), we will provide a new documentation in soon as possible.

Thanks for understanding!

Alin [tagDiv]
tagDiv Staff

Hi,

Please deactivate social sharing from Theme Panel > Post Setting > Sharing: http://screencast.com/t/a04lEmXFlD
Also our documentation may help in other issues: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make a backup of your plugins installed and after that delete them. Probably it is from a plugin this error, I don’t think that it is from the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to add the php code in block settings. You filter by tag by adding tags name separated by comma like in example http://screencast.com/t/96GA7LHQdyJhttp://screencast.com/t/bd6V9n2neOId

Please provide more details, if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this guide to install demo and stacks: https://forum.tagdiv.com/installing-the-demo-data/ Also please note that if activate a stack, it will import only settings like fonts, colors, no images to look the same like on demo stack.

Provide more details, if you still have issues with this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to set size for ad from Theme Panel – http://screencast.com/t/FGqZmjxKKd if this doesn’t work maybe ad has a specific size in code. Also please try to display it in other sections(article inline, bottom…) and if you still have issues.
Also deactivate all plugins and leave only Visual Composer active and check again.Also note that adsense are not responsive on the fly, you have to refresh the window in order to get the right size ads for current screen width.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this solution to add more custom ads: forum.tagdiv.com/topic/sidebar-ads/#post-21850

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option for this, but can be changed with css code.
Please add this custom css in Theme Panel > Custom Css: http://screencast.com/t/Xxh1jNzYc

.td_block7 .block-title a:hover{
color: gray !important;
}
.td_block7 .entry-title a:hover{
color: gray;
}

Result: http://screencast.com/t/1r22AlxH3OP6
If you want to apply this to all block replace .td_block7 with .td_block_wrap
I hope this helps, please provide more details if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I use exactly the theme version that our clients receive: http://screencast.com/t/bsaxUakDActK So please make sure that you follow this guide to update your theme and use FTP method: https://forum.tagdiv.com/how-to-update-the-theme/ Also please make sure that you install the plugins that comes with the theme files from /plugins folder.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This theme update was made especially to update Visual Composer plugin. We will try to fix that soon as possible!

Thanks for understanding!

Alin [tagDiv]
tagDiv Staff

Hi,

Please update only your main theme, not child theme, also make a backup of your current theme installation. Your files from child theme will not be affected.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

@DeXanderPRO Please here you can see some changes, fixes: http://themeforest.net/item/newspaper/5489609

It should be version 4.6.2: http://screencast.com/t/jXzQyi6v1H5b

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this css, it should let to click on title: http://screencast.com/t/eXS45NJcb6fZ

.td_normal_slide {
pointer-events: none;
cursor: default;
}
.td_normal_slide .td-sbig-title-wrap a{
pointer-events: auto;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to replace Similar Articles from post template replace it with you code: http://screencast.com/t/6iMZJ3sLBDlK or if you don’t want to remove Similar Articles just paste your in post template file where you want to appear.

Please provide more detail if this is not what you need.

Hope this helps!

Viewing 25 posts - 6,926 through 6,950 (of 7,871 total)