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

Thanks again for your help!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure why you don’t see that option, please try to clear cache, maybe it is a caching issue. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about device that you use to check this. We know there it is an issue with hover on touchscreen devices. We try to find a better solution for these devices and will improve this in future updates.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,
Whjen you use Pagebuilder with title, the default sidebar is also added so please set to full width page(without sidebar) when you use this template if you have added sidebar in the page content – http://screencast.com/t/UScGpldW0cI

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I couldn’t recreate this. Do you mean that articles titles from megamenu are white color? Or you only want to change the color?
You can try this custom css in Theme Panel to change the color: http://screencast.com/t/Qv1nNpWrUK

.td-mega-span h3 a {
color: red;
}

Please provide a link if this doesn’t work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Nick
In next theme update it will be added an option to change the background color for all blocks titles.
Please try this solution until we fix this – https://forum.tagdiv.com/topic/change-colour-of-widget-and-blocks-title-background/#post-54224


@szysz
Please check also the above topic, it should work – http://screencast.com/t/dAbkjsge1a

Thanks!

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

Hi,

Please make sure that you install the latest version of the plugin(you can find it in /plugins folder from files that you have downloaded from themeforest), install Social Counter plugin using this panel – http://screencast.com/t/Q58ToflL and then check the version of the plugin – http://screencast.com/t/lLnUnUIWXO

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested it with the theme, but you can try to disable all plugins, leave just Visual Composer and OptinMonster active, clear cache and check again, maybe it is in a conflict with another plugin.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you will need custom work to achieve this, please check this topic how to add another inline ad – https://forum.tagdiv.com/topic/more-inline-ads-in-post/ if you don’t have basic php experience I suggest to get someone to help you as we cannot provide any type of custom work for the moment, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can disable lightbox for gallery from booster functions – http://screencast.com/t/yj5nb3ovx52A

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to change the module to display articles for tag template as it is set the old module from version 4, also you can take a look at all templates and change the module – http://screencast.com/t/A9V46V4X

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Theme ad system was designed to work with adsense code so the options from Theme Panel will work properly only for this kind of ads. For non-adsense code please check documentation – https://forum.tagdiv.com/header-ad/ you will have to use those divs or something similar.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Because of size of the screen on mobiles the Big Grid cannot be displayed like on desktop so the small thumbnails of Big Grid will slide on mobile – http://screencast.com/t/piVuIr582Yhttp://screencast.com/t/47GOYgr90jiI

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add the custom css in Theme Panel > Custom Css – http://screencast.com/t/DbALzZULAN it should work at it is tested on your site – http://screencast.com/t/Tgte3PnN also clear cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I assure you that we plan to add more options in Social Counter plugin, but unfortunately we worked hard to release version 6 of Newspaper theme and we had no time to develop Social Counter.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so we can take a look, also you can check our demo and see if it display the same like on your site – http://demo.tagdiv.com/newspaper/big-grid-2/

Thanks!

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

Hi,

After you update to the version6 please also regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to the featured images on posts? As on homepage blocks they are visible – http://screencast.com/t/cG252yTpy9OO Please make sure that you have enabled “Show featured image” – http://screencast.com/t/mDiobROb6

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for the delay, we are working with limited staff and we answer to the most oldest topics and because you’ve added a new reply we missed your post!

Please try this custom css to reduce the dark effect – http://screencast.com/t/ra10tPaVqLt

.td-grid-style-1 .td-module-thumb a:last-child:before {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

If you want to change the background color on Grid style 4 check this css code – http://screencast.com/t/CDEO3mqfmPtl

.td-grid-style-4 .entry-title {
background-color: rgba(20, 22, 23, 0.61);
}

Also if you don’t want background for category and meta on style 4(to have background only for article title) you can use this custom css – http://screencast.com/t/YidqgLeRxJhT

.td-grid-style-4 .td-post-category {
background-color: transparent;
}
.td-grid-style-4 .td-module-meta-info {
background-color: transparent;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I couldn’t access your site – http://screencast.com/t/SQX5FSye6Z7
2. The slider arrows should look like this – http://screencast.com/t/DFsxiHbxax please check our demo here – http://demo.tagdiv.com/newspaper/ios-slider/ I need a link to take a look.
3. You can use custom css to decrease font size on article title only for mobile screen(use media queries) for example if you refer to IOS silder: http://screencast.com/t/yjtZ9FUj3eq

@media(max-width:500px) {
.iosSlider-col-2 .entry-title {
font-size: 13px;
}
.iosSlider-col-2 .td-module-meta-info {
font-size: 9px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this, you will need custom modifications to disable mobile version as the Newspaper theme was designed with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. You can edit the style.css file and try to remove the @media queries for phone or/and tablets.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

There is a guide how to update the theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ I suggest to delete the old theme, then upload version 6. Also disable all your plugins when you update and then update the theme’s plugins, you can find them in the /plugins folder. After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir running the script it will import old settings from database and it will change the shortcodes like you can see in the documentation. 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.

Hope this helps!

Viewing 25 posts - 4,426 through 4,450 (of 7,871 total)