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 use this custom css in Theme Panel > Custom Css, for link’s color on posts: http://screencast.com/t/aCw2ZHKdy

.td-post-content a{
color: #4db2ec;
}

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you managed to solve this!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We are sorry for the caused problems! This issue it will be fixed and it is a high priority for us, because it also has to be implemented on Newsmag theme. Please don’t force modal image so your ads not be affected and not loose ad income till we provide an option for this.

Thank you for understanding!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I guess that you want these changes only for category’s pages, because you can change excerpt for module 2 from Theme Panel > Excerpt: http://screencast.com/t/ILsoSEbV6bc but this will affect also block 1 that use this module.
So you will need to hide excerpt using css code in Theme Panel > Custom Css: http://screencast.com/t/Den403FY9

.category .td_mod2 .td-post-text-excerpt{
display: none;
}

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

2. For module 7 you have to make some custom modification, because is an extension of module 1. Please edit td_module_1.php add an extra class and remove excerpt code like this: http://screencast.com/t/h99qVRHRZyTj
Now please use css code with that class to hide meta and subtitle: http://screencast.com/t/ui1Y1Ode

.category .module7{
display: none;
}

Unfortunately this css(categories and subtitle) it will be applied also on module 1, so if you use module 1 to display articles on a category page, meta and subtitles will not be displayed also there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please try this custom css for comments: http://screencast.com/t/2mjuxKFjo

.post .entry-comments-views {
display: inline-block;
}

2. The author can be enable from Theme Panel > Post Settings: http://screencast.com/t/r34vUetklX
If you don’t want to show author on modules/blocks please comment this line from modules: http://screencast.com/t/iylmubj8Ct

Newspaper 5 will be released approximately in 2 months…I can’t provide you an exact date as we still work on it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you added an featured image to your posts: http://screencast.com/t/WahCTxD5uhttp://screencast.com/t/646FvXqj5JVhttp://screencast.com/t/2BTWUuH8F56X
Result: http://screencast.com/t/OtnplwgF
Page’s blocks: http://screencast.com/t/4JsM7NjPO

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.header-content-rec .td-a-rec-id-header{
z-index: 0;
}

If this doesn’t work please provide your site URL, so I can inspect and find an accurate solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please modify your custom code for that, so in case that you don’t want to show a specific category add a condition to not show it or you can use a plugin for that. If you don’t have basic html/css experience I suggest that you hire a professional developer to make this custom modification for you. Unfortunately we cannot offer custom work fro the moment because we work hard on the development, updates, fixes and support.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you managed to solve that!

Thanks!

Alin [tagDiv]
tagDiv Staff

Buna,

Peste cateva saptamani va fi un mic update la tema si va fi actualizat de asemenea Visual Composer.

Multumesc!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you managed to solve that!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please tell me where you want to move Similar Articles and I will try to find a solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.td-sbig-title-wrap {
right: 0px;
left: auto;
text-align: right;
}
.td-sbig-title-wrap .td-sbig-title{
float: right;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Buna,

Meniul din dreapta va apare de doua ori deoarece folositi acelasi sidebar in pagina in block-ul Widgetised sidebar – http://screencast.com/t/jxRl0GhfHtN cat si pentru Latest Articles – http://screencast.com/t/CanJZjfM3wv
Daca nu doriti Latest Articles puteti folosi un template de pagina fara Articole recente: https://forum.tagdiv.com/page-templates/
De asemenea puteti crea un sidebar custom pentru pagini: http://screencast.com/t/hhLlDiZy adaugati widget-uri din Appeareance > Widgets: http://screencast.com/t/xgakQ4X8epOThttp://screencast.com/t/esqpnhcgRqxL si setati pentru a aparea in block-ul Wigdetised sidebar sau pentru Latest Articles.

Multumesc!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add your banner code in Ads > Custom Ad1: http://screencast.com/t/5cU3h2Vo and use shortcode in header.php file: http://screencast.com/t/QthH04yzqh

echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');

Please use css for margin, in Theme Panel > Custom Css: http://screencast.com/t/Vqti384e2hy

.td-a-rec-id-custom_ad_1{
margin-top: 20px;
margin-bottom: 10px;
}

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Yes you can create your own custom block/modules, but this is not an easy task. Please take a look which modules are used to build block: https://forum.tagdiv.com/modules-and-blocks/ and how the blocks are made http://screencast.com/t/TyzzN6A6czlW
Also if you search on forum you can find some information like:
https://forum.tagdiv.com/topic/visual-composer-how-to-add-custom-moduleblock/
https://forum.tagdiv.com/topic/customizing-blocksmodules/

2. Unfortunately the theme doesn’t have an option for this, you can only hide them via css for screen width.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.td-header-style-1 .td-a-rec-id-header {
top: 0px;
}

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Those are block’s titles, please edit your page and go to the block settings and change it like this: http://screencast.com/t/ZZ3rnuCa

Please also follow our documentation: https://forum.tagdiv.com/newsmag-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We will investigate and test this plugin and we will announce you about this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can set/change author from here: http://screencast.com/t/5oqsQC81pGhttp://screencast.com/t/xaqJQ5lb
If this is not what you mean please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also checked your site and found no issues: http://screencast.com/t/A8ZHGiF03I
Please provide more details about the issue!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I checked your site, please make some tests and add/use some big size featured images and see if you still have this issue. Also try this without any plugins active, leave only Visual Composer active, also clear cache and purge your files if you use CDN.
Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this, Newspaper is designed to work on desktop, tablet, and phone, you will need custom modifications for that and it is not an easy task. You can get someone to help you with this as unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately I cannot provide to you a temporally solution for this. We have this issue on our list and we will add an option to force modal for all images in future updates. Sorry for inconvenience!

Thanks for understanding!

Viewing 25 posts - 7,126 through 7,150 (of 7,871 total)