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,

I see that you use post template 1(what I see in your screenshot), please try to remove the code from this spot – http://screencast.com/t/MFvVqJlg2wE0 clear cache and see if it solves the problem.
Also provide you site url so I can take a look if the issue persists.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I see you use the old theme version, but I’m not sure what you want to edit as I see you use Visual Composer pagebuilder to create your page so you can change the blocks settings if you want.
Please provide more details about this, a screenshot may help.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure you update the Visual Composer plugin to the latest version provided with the theme. What theme version do you use. It should not be any issue if you use the latest version. I’m not sure why you have this issue, only on your computer, please clear cache and also the browser cache. If the issue persist check the error.log file and also you console for errors.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@FrozenGod
Do you use Wigetised Sidebar block for your homepage, but it doesn’t change it? – http://screencast.com/t/W5xkPKmRjp
Also for post pages, if you use a custom sidebar for category template, the post will inherit that sidebar – http://screencast.com/t/koUf5vkxK
Please check this like Christopher suggested, without any plugins active except of Visual Composer, clear cache and see if you still have this issue.
If the issue persist please send an email at contact@tagdiv.com and provide wp-admin access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Here you can change it for mobile menu – http://screencast.com/t/IoqxNmyLeOG

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,

Please review the code, try to add it step by step and see what happens on firefox. Try to add my code, then Emil’s code and see how it goes.
If the issue persist please remove all the above code, so I can inspect and try again a code for you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi tajir,

Please edit your page to I guess that you use the Social Counter block directly to your page – http://screencast.com/t/grz88P1VRA2
You can enable social icons also for footer from Theme Panel > Footer section – http://screencast.com/t/qDcqMvWpfuhttp://screencast.com/t/FAUjZV0NX

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested this plugin, so I cannot make many recommendation. If the plugin allows shortcodes you can paste it in the theme ad spots, as they can render the shortcodes – https://forum.tagdiv.com/header-ad/http://screencast.com/t/81iB7XKN
You will have to read the plugin’s documentation how to implement it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can do this via custom css, for example – http://screencast.com/t/uQlEnbKchttp://screencast.com/t/VghrcvF1wV

.td-footer-template-3 .td_block_7 .entry-title a {
color: #F70C0C;
}

.td-footer-wrapper .block-title a, .td-footer-wrapper .block-title span, .td-footer-wrapper .block-title label {
color: #F70C0C;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi christinascotti,

You will have to edit td_module_single_base.php file for this – http://screencast.com/t/vfSFRnEb3

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

When you hide author, date, comments, only those elements will be hidden the parent container is still there and it has some css code(min height, margin). This can be removed using custom css in Theme Panel > Custom Css – http://screencast.com/t/vR9PfGSghttp://screencast.com/t/y8nUDrBE2

.td-module-meta-info {
display: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use it in the code without any issues if you want that(referring to Taboola).
Also you can do the same with the fb comments shortcode like Emil suggested above, just use do_shortcode function in the post template file that you use – http://screencast.com/t/0QxLVm3F23
A solution for your modifications to not be overwritten would be child theme, here you can read more about it(also the supported files) – https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you figured out! Newspaper 6 is practically a new theme, more complex and with many features, so it the documentation can help to find and understand these new options. You will have to go through theme settings for this and re-set the category pages like in your case.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to block the header ad for a specific page you will have to add a condition to not appear there using the page id – http://screencast.com/t/3nYqSyKDPDd Just put there your page id – https://codex.wordpress.org/Function_Reference/is_page

if (!is_page('XX'))

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@Arafat
If you want to us a share plugin instead of the theme share, you can alter the code like Chris suggested and place the plugin’s shortcode in the post template that you use – http://screencast.com/t/nd9HuPKu
Or maybe the plugin will place the share in that spot without coding. Unfortunately I cannot make any plugins recommendation as we did not made any test with share plugins, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I added this suggestion on our todo list, as I cannot provide a quick solution for this. It requires many modifications and it is not an easy task. The developers will consider this for futures updates, but I cannot promise you anything regarding it, the developers will take the final decision.
If you really need this now I suggest to hire someone to do it for you from sites like – http://studio.envato.com/
Also the wp admin panel settings cannot be overwritten via child theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi littleo,

Glad that you managed to make it!
You can send and email at contact@tagdiv.com or write here on the forum about this.
If you have added more image size in the config file you will have to edit the modules to use a specific size(they cannot be edited from WP Editor, you have to do this via ftp). Please note that your custom modifications to the files will be overwritten when you’ll update the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You could use Tabs element of Visual Composer for your page and add blocks to it – http://screencast.com/t/bSVLfN4alhttp://screencast.com/t/ObZb6U4jD
Unfortunately this element is not available in Widgets section to be added also in custom sidebars.

Thanks!

Alin [tagDiv]
tagDiv Staff
About - reply

Hi,

Unfortunately the theme doesn’t have an option to change also the content background, you will have to use custom css to change it, for example – http://screencast.com/t/jWcZtCUm8ZKP And check every template you use.

.single .td-main-content-wrap, .post {
background-color: rgb(220, 170, 170) !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi cbur2107,

The theme has a various of header styles and you can set “style 10” for example, it has center main menu – http://screencast.com/t/lNpYzGCz2e
If you want to use the default header style(1), you can center the menu via custom css in Theme Panel > Custom Css – http://screencast.com/t/ZCRyK2Dv

.td-header-style-1 .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure you use Seo by Yoast plugin for og: metadata as the theme doesn’t control this, just enable it – http://screencast.com/t/FVv4hp9HoEW We use it also on our demo. Check your page source to see if the open graphs are added properly and use fb debugger (fetch new scrape) to check your articles.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@vikramrawat
Did you updated from version 4? Please provide more details about this and make sure you update the theme according to this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ and update also the theme plugins that you use – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I see that when I click on that link it redirects to your homepage, but I don’t know what post it is. You have this issue only with a specific posts, as I have checked your site and clicked on few articles(standard, video) and did not found any issues. You can check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue.
If the issue persist, send us an email at contact@tagdiv.com and provide more details(the link to the specific article so we can find it on your site) wp-admin access so we can take a look, paste a link to this topic so we know who you are and what your issue is.
To add ads to your homepagepage content via VC pagebuilder, you can use Ad Box block and set the ad you want to display – http://screencast.com/t/bIOp24LJrYC
For posts pages you can use the article inline ad spot and set it to appear after x paragraph – http://screencast.com/t/mG0q0d4qq

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The code is still there and it should work like before, I have tested this like in you example to see if it works. I have excluded the related posts by tags and excluded the current category:
* Before – http://screencast.com/t/8skxTr1t
* Exclude the Video category – http://screencast.com/t/d2LLt5ZQkM
* Result – http://screencast.com/t/hM21F16d1vh

Thanks!

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