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,

The smartlists content isn’t supposed to show the ads as its handled different as in case the post’s content isn’t using smartlists so that’s why it has this behavior.
You can use ad spot’s shortcodes to place ads inside smart lists content if you like or another solution is to display a custom ad like this – http://screencast.com/t/ekXH40AYW it will be repeated on your smartlist for example if you use smartlist that slides – http://screencast.com/t/PCTTXIXDhttp://screencast.com/t/Ngf0q5Xv
We also have this on our requests lists and we will consider trying another approach on this in future updates to have more control to the smartlist.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I have checked your article and did not found inline ad, please make sure you added the code properly, also you can try to increase the paragraph value and see if it appears. Or did you tested this and it doesn’t show up only when you set to appear after 1 paragraph? Please provide more details.

2. This is on our list and we will add an option to change mobile menu color in a future update. You can use custom css in Theme Panel to change the color – http://screencast.com/t/3zErUt27izvK

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}

3. The scroll up button was hidden for mobile devices, please try this custom css to display it – http://screencast.com/t/2ldIqR7y

@media (max-width: 767px) {
.td-scroll-up-visible {
display: block;
}
}

4. You can find the child theme in /code folder from package that you have downloaded from themeforest – http://screencast.com/t/oLV32AuSmeHhttps://forum.tagdiv.com/whats-included/
5. Please try this solution – https://forum.tagdiv.com/topic/related-article-box/
6. The theme supports Font Awesome 4 Menus just install the plugin then take the icon code – http://fortawesome.github.io/Font-Awesome/icons/ and paste it in Navigation Label – http://screencast.com/t/TKqYz6oH5http://screencast.com/t/oR2LdrWz

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use this custom css in Theme Panel > Custom Css to hide it – http://screencast.com/t/YAYT2oI3

.td-review-final-star {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have an option to change the font from Theme Panel > Theme Fonts: http://screencast.com/t/s5g4dOVT if you use post content as default it will be applied the font that you set for body – http://screencast.com/t/nIwMq2eM8L
I don’t know exactly why you have this issue with space between lines as I have tested this but could not recreate this. Did you copy the content of your article from version 4 to new article on version 6? If you do please change to html editor and copy the content – http://screencast.com/t/vXbDWEQy Also please use pastebin and provide the content from version 4 article so I can test it on my side(change to html editor copy the content and paste it to pastebin).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have a rotating ad system, you will need to find and use a plugin, many users are using AdRotate or Simple Ads Manager.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have also added this on our list and we will try to find a similar solution like in version 4.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use an adsense code, you can disable it using options from Theme Panel, but if you have a non-adsesn banner we recommend to use these divs – https://forum.tagdiv.com/header-ad/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you use an old version of the theme, Newspaper supports new YouTube API from version 4.6.3, so I guess that you don’t use even that version. You have to update to the latest theme version 6.1 using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ first please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups We recommend that you delete the old version of the theme before uploading the new one, also update the plugins that come with the theme files from /plugins folder. After the update run the script, it will import old settings from database and it will change the shortcodes – http://screencast.com/t/eZxxuqvsTir. Also you have to regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/ You may have to re-add widgets on the sidebars, some of them may not be imported or don’t exist anymore.

I recommend this because I have also tested your videos and did not found any issues, the playlist is working properly – http://screencast.com/t/GnpXTSQqb

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, you can move top footer ad there, just edit footer style that you use(I see that you use footer style 1) and move this code – http://screencast.com/t/Wc6PusZWnYghttp://screencast.com/t/mSjQcEeSqUht
And use this custom css in Theme Panel > Custom Css – http://screencast.com/t/3W77txmhiu0h

.td-a-rec-id-footer_top, .td-g-rec-id-footer_top {
margin: 20px auto !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, you also can use the patch to update 6.0 – 6.1 – http://screencast.com/t/fEIfH5y1 Also you can remove the theme via FTP and upload 6.1 version(A. Update the theme via FTP) – https://forum.tagdiv.com/how-to-update-the-theme-2/ You don’t have to run the script, this is only for updates from version 4.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you are trying to change in this file, as td_css_generator.php created a css code for your when you make some changes in Theme Panel, for example when you change theme accent color it will apply that color on block title background and on links hover color http://screencast.com/t/qZxctkwXhttp://screencast.com/t/01irLsLMYY
You can use custom css in Theme Panel to paste your css code if you want to customize a color or make your change directly in style.css file.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this also without any plugins active, leave just Visual Composer active, clear cache and purge your files if you use CDN and see if you have the same issue with infinite load. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The gradient background goes from top of the container(image) to bottom with specific color(light color) on top to specific color on bottom. The breadcrumbs are on top of the container where the background is not applied, you will need to have color visible also on top.
Also you can add a background color to the breadcrumbs – http://screencast.com/t/Q6g3ZNBTq or you can hide it only on this post style – http://screencast.com/t/oLFCYNLRyecb

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can find it in booster functions – http://screencast.com/t/78w8H0J43

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we don’t plan to add this timeline template again, but if you have basic html/css/php experience you can adapt the template to work with this version of the theme, so please check the old theme’s files and you will find page-homepage-timeline.php in the root of the theme to customize it – http://screencast.com/t/qaHetBkZ3nHk

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you have updated the theme properly using this guide – forum.tagdiv.com/how-to-update-the-theme-2/ Also make sure that you use the latest version of Visual Composer, activate it from here – http://screencast.com/t/sICGwGTQXQTh and check the version – http://screencast.com/t/pSDK3ooFurWV If you need to update the Visual Composer plugin, please remove the old plugin and update the latest version.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to remove this css code from style.css and see if it is fixed – http://screencast.com/t/RqhSiTia
I have also added this on our list for further testing and we will try to find a proper solution as this css was not in the old theme version. Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details and a link so we can take a look at this, also please make sure that you use the latest theme version 6.1 and if you use speed booster please make sure that it is also updated – http://screencast.com/t/RAkBBeCjzKXW

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We know about this issue and it will be fixed in the next update, please note that this will not affect Big Grid functionality as this is just a warning and this warning will not appear on frontend. Sorry for inconvenience!

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to remove these files – http://screencast.com/t/efvmLsNHhD and paste instead the new files from package that you have downloaded from themeforest(new version of the theme) and clear cache. Also please provide a link so we can take a look as I have checked your site but did not found social counter on any page.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to block ads for specific pages, but you can try to add a condition in td_block_ad_box.php to display ads only on your articles – http://screencast.com/t/UyGzuQwPZdn5
Please check this as reference – https://codex.wordpress.org/Function_Reference/is_single

if(is_single())

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Newspaper 4 had not a template without header and footer. Homepage Blank was something similar with Defautl template from new version(without title and latest articles, just for pagebuilder) – https://forum.tagdiv.com/page-templates/ If you want to create a custom template please take a look at our page template – http://screencast.com/t/ENINuT7K2XE and try to create your own template without header and footer(add it in the root of the theme like the other templates) and set it when you create a page where you don’t want header and footer – https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The Visual Composer plugin that comes with the theme is licensed to the theme, the license specifies that only we can provide the updates and you don’t have to buy it or register ithttps://forum.tagdiv.com/topic/how-to-update-visual-composer-2/ After we test the plugin latest version, if everything is ok we will include it in the next theme update.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the new version of Newspaper doesn’t support rtl, you will need custom modifications to adjust it for rtl. Also the old custom modifications will not work with version 6 as this is practically a new theme, so you will have to use Newspaper 4. We had to make this decision as we changed the theme’s grid and designing the theme to be able to also support rtl would cost us many resources. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The formats are defined in td_config.phphttp://screencast.com/t/8O4PV29W you can find more information here – http://www.tinymce.com/wiki.php/Configuration:style_formats if you want to add new style formats.

Thanks!

Viewing 25 posts - 4,251 through 4,275 (of 7,871 total)