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,

Unfortunately the theme was not designed to work with custom post types, so you will need custom modifications for this, to make a reference to those post types. We cannot provide any type of custom work at this moment as we work hard on development, updates, fixes and support so the time and resources don’t allow us to provide custom work. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This can be done only with custom css, just use Chrome inspector tool and target class and make some customize those buttons like you wish: http://screencast.com/t/AEl8AOff0w
You will need custom work for this, if you don’t have basic css/html experience I suggest to hire a professional to do this for you as we cannot provide any custom work for the moment.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.single .post{
padding-bottom: 0px;
}

I’m not sure what you mean. The Similar Articles feature has an option in Theme Panel to sort articles by category – http://screencast.com/t/k9Jsdfp0 so the articles showed there are from the same category like the current post.

Thanks!

Alin [tagDiv]
tagDiv Staff
Alin [tagDiv]
tagDiv Staff

Hi,

You can enable lightbox for post content images like this: http://screencast.com/t/vbL3P5BeStuhttp://screencast.com/t/I42qWeE4

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this, but you will need to make some custom changes in the loop.php file something like this: http://screencast.com/t/K85ZuA97nLib

$adcounter++;
if (is_tag()) {
if ($adcounter == 1 or $adcounter == 2) {
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
}
}

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

If this is not what you mean please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please follow this topic: https://forum.tagdiv.com/topic/using-yoast-breadcrumbs/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to use these types of pagination on categories pages, those types of pagination are available only for block. You will need custom modification for that, unfortunately we cannot provide any type of custom work for the moment as we work hard on development, updates, fixes and support.
We have this on our list and we will try to make some changes in future updates.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please follow theme documentation and let me know if you still have issues with it and also provide more details a link or a screenshot will help.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to add a condition in td_module_blog.php at inline ad something like this: http://screencast.com/t/SiFW5aiB
If you don’t have basic php experience I suggest to hire a freelancer to make this for you as for the moment we cannot provide custom work, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to replace here: http://screencast.com/t/wfPd9ArE

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For your modified post template you need to find a way to add an extra class to the file template so you can target only featured image from that post style. How you can see there is a margin bottom that is added to all featured images but you cannot target it only on default template: http://screencast.com/t/yuxT42gUacQG also you can decrease title margin: http://screencast.com/t/DphpZvOy

You can use a max-height for your but again you will need an extra class in the template to target only for default style: http://screencast.com/t/yqevXVbeW8
You can add an extra div to the deatured image: http://screencast.com/t/MaEuexSVdYhttp://screencast.com/t/HMv1tUzsKZo3

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to change font for specific block. You can use Theme Panel > Custom Typography to change font for:
* blocks titles: http://screencast.com/t/GFRjxYhO0Ohttp://screencast.com/t/AYVYW0cZHy
* post title on block: http://screencast.com/t/rHpQsiJTQmt
* post excerpt: http://screencast.com/t/ewqUDB1l
If you refer to the content titles of Archives, this can be changed only with custom css: http://screencast.com/t/q4mql1ZFGW0x

.widget_archive ul li a {
font-family: Georgia;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,


@Marc
Please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/
Also you can add block with Visual Composer like this: http://screencast.com/t/fxJgqgNNwW

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@faical
please provide more details about your issue and a link. Also please follow our documentation: https://forum.tagdiv.com/ads/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean, but if you refer to this – http://screencast.com/t/STufXfSjx please change css for grid-wrap: http://screencast.com/t/dwL8ie2vCb3X

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this and try to provide a solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this.
Also please note that we try to add an option for this in Theme Panel in future updates as that solution seems to affect also ads from the post content(top, inline, bottom).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use custom css to overwrite image size for mobile screens: http://screencast.com/t/yxt8K2b4eIr

@media (max-width: 767px){
.td_mod8 .thumb-wrap img {
max-height: 100px;
max-width: 150px;
}
.td_mod8 .item-details {
margin-left: 160px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please follow this topic maybe will help: https://forum.tagdiv.com/topic/can-i-edit-block3/
Unfortunately you will need custom work for this and you can hire a freelancer to do this for you as we cannot provide any custom work for the moment, sorry!

Thanks@

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if you want this, but you can try to add border for Big Slide and change the color for existing border(between Big slider posts) using custom css in Theme Panel > Custom Css: http://screencast.com/t/PSWqypkz7

.td-big-grid-post-1, .td-big-grid-post-2 {
border-bottom: 3px solid red;
}
.iosSlider.td_block_big_grid.td_block_wrap {
border: 1px solid red;
}
.td_block_big_grid .td-big-grid-post-0 {
border-right: 3px solid red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

That solution works but you will need to customize it with css code, please use inspector tool and see if excerpt is added there: http://screencast.com/t/9WJcsURKex
If you don’t have basic css/html experience I suggest to hire a profesional to do this for you. We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t output automatic the og: meta data information but you can use a plugin for this. We recommend to use this plugin WordPress SEO by Yoast plugin because is the best for SEO. Just install it and activate the meta data: http://screencast.com/t/9CBtZm0bESiP
We use it on our demo to.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to make that change here if you don’t use speed booster: http://screencast.com/t/jn7DOA1qf9Ql
If you use Speed Booster plugin here: http://screencast.com/t/fy2iUmfBwUMThttp://screencast.com/t/pvl7Tznlxxxt

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this using the latest theme version and did not found any issues. Please make sure that you also use the latest theme version(4.6.2) and update the plugins that come with the theme files.
Use this guide if you need to update(FTP method): https://forum.tagdiv.com/how-to-update-the-theme/ and you can fins theme’s plugins in the /plugins folder: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Also you can try this without any plugins active, leave just Visual Composer active, empty cache and check if you still have this issue.

Thanks!

Viewing 25 posts - 6,101 through 6,125 (of 7,871 total)