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 try to add a background image on header style 3 using this css: http://screencast.com/t/VMTH3rPr
But if you change some settings like adding a site background you will need more custom modifications so if you don’t have basic knowledge you can hire a professional to do this for you.

.header-style-3 .td-full-logo{
background-color: transparent;
}
.td-full-layout .td-header-bg{
background-image: url("http://www.backgroundzs.com/static/images/desktop-backgrounds1.jpg");
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please empty cache if you use a cache plugin and also try this without any plugins active, leave only Visual Composer active. If you still have issues with it please provide your site URL so we can inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you managed to solve this!
Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

You said above that you managed to change the titles for that blocks, so you did this from blocks settings. Please make sure that you have Visual Composer plugin active from the plugins section: http://screencast.com/t/hPo4k6ZJ also when you edit/add a page make sure that it is set for Backend Editor: http://screencast.com/t/plhCU8l4zgN
Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Just add font weight and should work: http://screencast.com/t/HB9P6qRnTi

.td-post-content a{
color: #135681 !important;
font-weight: bold;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please set your excerpt type on letters from Theme Panel > Excerpts: http://screencast.com/t/AQMpCu9U and also from excerpts section you can set the lenght for each module/block that you use: http://screencast.com/t/dsABTbzDf

2. If you want to add a block with Visual Composer on your page please use Block 12: http://screencast.com/t/TBxtv6E3Zhttp://screencast.com/t/lysA2Rvpd
Also you can use modules(11, 12, 13) with read more button to display articles on categories pages: http://screencast.com/t/r5TLeNA429
You can check our demo and see how blocks and modules are used: http://demo.tagdiv.com/newsmag/ and our documentation may help: https://forum.tagdiv.com/newsmag-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean. Do you refer to the facebook plugin?
Please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean please provide more details and a link to the issue. Also what did you edited in Theme Panel and what error you get?
Please also try this without any plugins active, leave just Visual Composer active, clear cache and check if you still have issues with it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what header style do you use but to hide the banner only on post pages please add this condition in your header style file for example if you use header 7: http://screencast.com/t/BStDIFBZ

<?php if (! is_single()){
      locate_template('parts/header/ads.php', true);
}?>

Result:
Homepage: http://screencast.com/t/sZ19VIbbieZy
Post: http://screencast.com/t/MfecsLyCiB

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Like Christopher said please check your browser zoom as we have a problem with it and we try to find a solution for this issue: http://screencast.com/t/hnWxlOR58wFhttp://screencast.com/t/bYrDwvwPqbk

Sorry for inconvenience and thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay!
I have tested this for newsmag theme and you have to edit td_config.php and custom ads like this: http://screencast.com/t/g0EhX0jYqlY0
After that you can use this code http://pastebin.com/LVgzm2zR for each custom ad like this: http://screencast.com/t/GoIidqYT Just change ID for each custom ad.
Result: http://screencast.com/t/1CzIudWsVP6x

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try with sort attribute like this: http://screencast.com/t/ZJikaDHr

'sort' => 'comment_count'

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about your issue as I’m not sure what you mean. You can edit blocks like this and change settings: http://screencast.com/t/ITCv91pEk
Please also follow our documentation: https://forum.tagdiv.com/newsmag-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and your slider is working fine: http://screencast.com/t/jtaKxPFShttp://screencast.com/t/wYPz8MkT9XAi
I think that you solve the issue, please also empty your cache.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Like Christopher said you can use Seo by Yoast and set the page title from here: http://screencast.com/t/sX5bumu04
Result: http://screencast.com/t/IFn4OJ8NgJ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you add the code in loop-single.php you have to set from Post Setting the default post template: http://screencast.com/t/3cUEtTkaY
You can try to add all code there but I’m not sure if it will work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check your child theme files even your child theme is current version, you may have to update those files in the child theme and add the custom modifications again. Also purge your files if you use CDN.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The

tags are by wordpress and nothing we can do about it. But the margin issue can be solved using css code with media queries: http://screencast.com/t/GIB2r1FCsLvhttp://screencast.com/t/5W9KMCETIC

@media(min-width: 1020px){
.single .td-post-text-content .row-fluid [class*="span"]{
margin-left: 2.5641025641026% !important;
}
}
@media(min-width: 768px) and (max-width:1019px){
.single .td-post-text-content .row-fluid [class*="span"]{
margin-left: 1.5641025641026% !important;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

We know about this issue, if you use load more feature on blocks, the unique article doesn’t work for the new post loaded from the block. We have this on our issues list and we are searching for a solution for it and we will try to fix it soon as possible. Sorry for this inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use Theme Panel > Custom Typography to change the font for your menu: http://screencast.com/t/Sf3u6QCJcz
Also you can change/add background color for menus from Theme Panel > Theme Colors: http://screencast.com/t/O8tNMLZcwvdJ
If you want to use a different background only for your homepage you can do this only with css: http://screencast.com/t/wJAEqAd53Y5

.home.td-full-layout .td-header-menu-wrap{
background-color: green !important;
}
.home.td-full-layout .td-menu-background{
background-color: blue !important;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use a header style that allows you to use full logo image: http://screencast.com/t/8epUnqn58C If you already use it please provide your site url.

Thanks!

Alin [tagDiv]
tagDiv Staff

Glad that you managed to solve that!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you still have issues with this, you can try this without any plugins active, leave only Visual Composer active, clear cache and purge your files if you use CDN.
Please let me know if you still have issues related to the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please note that this feature, when enabled, it pulls and puts together the top most viewed posts that have been viewed in the last 7 days so it does not matter if a specific post added in a block it’s 5 or 6 or 7 years old as long as it has been the most viewed post from last 7 days. Also you have to enable post view for this feature to work properly.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If this is a plugin you have to look into the plugin documentation to see how you can integrate it. Usually the script goes in the header or footer and the div in the template(after next/prev post you have to edit loop-single): http://screencast.com/t/dfhvceeV

Thanks!

Viewing 25 posts - 6,676 through 6,700 (of 7,871 total)