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 have article top ad there(I don’t know why is not visible, maybe because the code that you use doesn’t allows 2 identical ad on page) – http://screencast.com/t/KfSvxm8IGdao and it stops the text to wrap the ad.
You can try this custom css to hide the top ad only for this post template(so the other templates will not be affected): http://screencast.com/t/QBGT6zTa

.single_template_1 .td-a-rec-id-content_top {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested this plugin with the theme as Newspaper is fluid and styled also for mobile screens. You may need custom work to implement this plugin for mobile menu to work fine with the theme. Not sure what you want to change for mobile menu, please provide more details.
The icons for menu items were removed for this version, but 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,

The embed videos are resized via javascript – http://screencast.com/t/hl35E6kftOjN you can remove this function and the videos will have the width that you set for iframe – http://screencast.com/t/9bkrsvwGAhBWhttp://screencast.com/t/bhwiMIcs
Or you can use a container for each embed video – http://screencast.com/t/ILgw3MQE32bhttp://screencast.com/t/wJI25nOHCdH

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

This issue is fixed in version 6.1, please update your theme as in this update were fixed some other issues – http://screencast.com/t/teKIB7I5WC
Please use this guide to update(A. Ftp method) – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest version of the Social Counter plugin, activate it from here – http://screencast.com/t/fbtak2Eul and check the version – http://screencast.com/t/aa65c4EnBk If you need to update you can find it in the /plugins folder from files that you have downloaded from themeforest.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The post style 7 featured image should be displayed fine as in the previous version, the image is stretched and has that effect by using javascript code. Please check also our demo for post style 7 – http://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you mean that the menu is more limited, please provide an example maybe I can helps you with this.
Also when you add a page to the menu, the url of that page is automatically added – http://screencast.com/t/lGW1lq3yuW7http://screencast.com/t/GgatoR7jRCc You can add a custom link with a specific url – http://screencast.com/t/g0D7m8xec2vp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I suggested to check the Visual Composer version as you use an old version – http://screencast.com/t/S5dHRwyIsD as the theme was not tested with old versions of Visual Composer and may appear some issues(this is also for future updates recommandation).
Also about slider issue please check how you filter the first slider as if you don’t have articles on that specific category or tag it will not be displayed. So please check slide settings and check how you filter posts.
I can see that not all sliders are not displayed, as you can see the slider with title Rumored appears – http://screencast.com/t/LR6B7ZP6

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure how you can remove the border as I have not tested this plugin, but you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/mPRiogcU3g

.popular-posts table td {
border: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can disable gradient for each style that you want, just change the number in this custom css and paste it in Theme Panel > Custom Css: http://screencast.com/t/zCipetgRDm

.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none !important;
}

Also please provide more details about assign color per panel, as I’m not sure what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

As you can see in version 6 of the theme next/prev pagination is added at the bottom – http://demo.tagdiv.com/newspaper/ you will need custom work to achieve that using version 4 of the theme and unfortunately we cannot provide any type of custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For those posts where you add videos in the content you will have to add a text in the excerpt section – http://screencast.com/t/kBmrTffXo unfortunately is the only solution as the video is also taken as text.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use Homepage Blank template – https://forum.tagdiv.com/how-to-hide-the-page-title/ for those specific pages

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It is a cache issue, as I have checked your site many times and it looked fine also that file for icons is updated, like I said please clear cache and also browser cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, version 6 of Newspaper is practically a new theme and the custom modification from previous version will not work, you will have to re-add/rebuilt them. You use 4.5 version of the theme, please send an email at contact@tagdiv.com with request for 4.6.3 version of the theme, paste item purchase code, also a link to this topic and will send you that version. This was the last update of old theme and the playlist it should work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have a woocommerce template in theme files(not in plugin files), here you need to paste the content or do the above change – http://screencast.com/t/oU9SgciJ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so we can take a look, also please check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have to many menu items, also containing long words and you use a hedera style with centered menu. You can try this custom css in Theme Panel > Custom Css (I customize it for your header style 10): http://screencast.com/t/kmFCrF7YP

@media(min-width: 768px) {
.td-header-style-10 .sf-menu > li > a {
padding-left: 0px !important;
}
.td-header-style-10 .td-header-main-menu {
padding-left: 0px;
padding-right: 0px;
}
.td-header-main-menu {
padding-right: 0px !improtant;
}
.td-header-style-10 .sf-menu a.sf-with-ul {
padding-right: 20px;
}
.td-header-style-10 .sf-menu .td-icon-menu-down {
padding-left: 3px;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme ad system was designed to work with adsense code and the theme will make it responsive and the ad will fill the available space. Unfortunately the theme doesn’t have an option to rotate banners, you will have to use a plugin for this, many users are using AdRotate or Simple Ads Manager. Those divs are recommended for non-adsense code and your banners need to have a specific size fore each device as the theme will not handle it, like you can see in the example each image used there has a specific size – https://forum.tagdiv.com/ads-system-full-guide/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try regenerate your thumbnails to fix size issue – http://screencast.com/t/63VTQ15j5rS Also if you want background color for Big Slide articles like in version 4 of the theme, please edit you page and set Style 4 – http://screencast.com/t/m8cWbDMRhttp://screencast.com/t/X71ujJmiiL
Unfortunately the theme doesn’t have an option for this, but you can try to change it using custom css in Theme Panel > Custom Css and apply a color for post titles on pages(it will be applied also on Big Grid Slide) – http://screencast.com/t/wCh0iuWQlRe

.td-module-title a {
color: #a465a5 !important;
}

If you refer to the block title in version 6.1 it was added an option in Theme Panel >Theme Colors to set a general color for all blocks/widgets titles – http://screencast.com/t/IcPkM5CMBhttp://screencast.com/t/c3u7wg6EXVo

In version 6 of the theme were changed the page templates, the sidebar that you see on those pages is sidebar added for latest articles. You can manually add a Widgetised Sidebar widget to your page content – http://screencast.com/t/UwD7n61Q if you want to use that template with Latest Article. Or you can set Pagebuider with title and the defautl sidebar will be add automatically, you don’t have to split the row – http://screencast.com/t/CZZO259mZ3

If you use unique articles and you have an issue with doubling articles, please note that this issue was fixed in version 6.1, so please update using this guide(FTP method) – https://forum.tagdiv.com/how-to-update-the-theme-2/

Please try to remove this code to not show author when the article is shared – http://screencast.com/t/UadS1GJEv and then use facebook debugger and see if works for your articles (fetch new scrape) – https://developers.facebook.com/tools/debug/og/object/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can find related_posts function here in td_module_single_base.phphttp://screencast.com/t/0QEqGxSji if you want to modify it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We will release an update next week for few fixes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check here Radu answer about speed booster plugin and how to always enable it – https://forum.tagdiv.com/topic/speedbooster-still-have-plugin-issues/#post-55022

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check Translations section from Theme Panel: http://screencast.com/t/Tpc67TDPq

Thanks!

Viewing 25 posts - 4,201 through 4,225 (of 7,871 total)