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,

Please check documentation – https://forum.tagdiv.com/header-ad/
The theme auto detects the default Google AdSense and makes them responsive automatically. For non-adsense code we recommend those divs to be used.

Thanks!

Alin [tagDiv]
tagDiv Staff
Menu - reply

Hi,

Please make sure that you don’t use background color to you site, as he site will automatically switch to boxed version, if this what you mean.
Also I see that you use ubermenu and it is centered, you can use this custom css if you don’t want the menu centered – http://screencast.com/t/h4jWMsrT

.ubermenu-bar-inner-center .ubermenu-nav {
margin: 0;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay, we answer to the most oldest topics and because you’ve added a new replies we missed your post! Also the support hours – 8:00 AM – 17:00 PM
Theme ad system was not designed to display 2 banners in a ad spot, you need customizations to display them fine. You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/WlffHIrB

.td-header-sp-recs img {
position: relative;
float: left;
margin-right: 10px;
}
@media(min-width: 768px) and (max-width: 1018px) {
.td-header-sp-recs a:first-child img {
width: 30%;
}
.td-header-sp-recs a:last-child img {
width: 65%;
}
}

You may need additional customizations, I suggest to get someone to help you if you don’t know how to do it as we cannot offer custom work at this time.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and unfortunately the plugin affects theme’s html for share button. I have added this on our list and we will try to find a solution in a future update.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option for this, you will need custom modifications to achieve this. A solution is to add you text to category description – http://screencast.com/t/L4OebpPUF and echo description bellow the loop – http://screencast.com/t/G3bZuXGIAUmg here is the code – http://pastebin.com/HbaHCVqL

Result: http://screencast.com/t/2bNtHKg9mtMq

You will need to use custom css to hide the category description from top – http://screencast.com/t/3Wf9vX18b

.td-category-description {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I cannot access your site so I can check this – http://screencast.com/t/L1mcpcKBO

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check documentation(Requirements for Newspaper) – https://forum.tagdiv.com/requirements-for-newspaper/ and this guide – https://forum.tagdiv.com/pagespeed-guide/ We recommend now Wp-Super Cache instead of W3 Total Cache, it seems to be faster and we will change this also in the documentation.
Also try to use only plugins that you need. The speed booster move the js and css at the bottom of the page to eliminate render-blocking, but not for all plugins.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Place this code in the section, you can add it here: http://screencast.com/t/NPUfBYQtTb
Place this code where you want the “Below Article Thumbnails” widget to render – you can edit post template that you use and add the code where you want to display it – http://screencast.com/t/kWhbXot0iAo
Place this code at the end of your tag – the body tag starts in the header file and is closed in the footer – http://screencast.com/t/FpNkgaj8qhttp://screencast.com/t/ErFWd0OLO

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

This is default gradient color on style 1 for all grids – http://screencast.com/t/C1AiZOqt6Kx Try this css in Theme Panel > Custom Css it should not be so darkness now, you can change the rgba color how you wish:

.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.4) 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.4)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com paste a link to this topic so we can know who you are and we will explain the procedure there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to hide something on block 1 from sidebar on homepage? Please provide more details as I don’t know what you are trying to do.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this, but I did not found any issues – http://screencast.com/t/7bjFsC2gCkchttp://screencast.com/t/sub42zkeJR5M
Please make sure that you use the latest version of the theme 6.2 and also you have updated the Visual Composer plugin from package that you have downloaded from themeforest /plugins folder. Also check this without any plugins active, leave only Visual Composer active, clear cache and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately unique articles feature cannot be used on category page, a solution create a custom sidebar for each category and control this from block/widget settings. I have also add this on our list we will try to find a solution in a future update

Thanks for suggestion!

Alin [tagDiv]
tagDiv Staff

Hi,

Pleas check Formats – http://screencast.com/t/x8YzqDlxo as in version 6 we changed them to html. Also please check documentation – https://forum.tagdiv.com/post-formats-for-tinymce/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

There is an option to change the color for subfooter text in Theme Panel > Theme Colors – http://screencast.com/t/EFsG99O8 also the hover color is the same with you theme accent color.
If you want to change it only for subfooter menu elements please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Ybn7geN9

.td-sub-footer-container, .td-subfooter-menu li a {
color: #DDCE33;
}
.td-subfooter-menu li a:hover {
color: #334FDD;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this and I could not recreate your issue if you will have this issue in future please provide a link so we can inspect this – http://screencast.com/t/cJhUPfbICYshttp://screencast.com/t/4stlnwLRpzw

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Theme doesn’t have an options for this, you can add only a background click ad for site background image/color – http://screencast.com/t/Ap8Eyvi91YuQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit the page where that block is added and go to the block settings to change the title – http://screencast.com/t/NDy1hUXGIy
You can check also theme’s documentation – https://forum.tagdiv.com/block-settings-tutorial/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we didn’t tested this plugin with our theme so I cannot make any suggestions regarding this.
Full width of the version 4 of Newspaper is 1170px and the width of the new theme is – http://screencast.com/t/JKpaAQXuu I have checked you page and this is the full width – http://screencast.com/t/cZwk1Hv7Xr the themes were initially designed at that width with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
I’m not sure if this can help, but in version 6 of Newspaper you can find the new version of Visual Composer(it was not tested with version 4) and it has an option to stretch the row – http://screencast.com/t/MPx7uXTaP

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can customize Big Grid 8 using custom css. I guess that you are referring to style 2 or 3(or any style) you need to inspect using browser’s inspector tool and target the classes where the background gradient is applied and change it for example – http://screencast.com/t/DqJZ8rz0
If you don’t have basic css experience I suggest to get someone to help you as we cannot provide custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We are still working on child theme as we have some reports regarding it. Also we want to improve child theme functionality so more files to be overwritten by child theme. You can try to add News Ticker using child theme and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks for suggestion I have added this on our list and we will try to improve this in future, however we have over 250 features on our list we have to pick very carefully what we implement.

I don’t know if this can help, but you can add a video in your post content using html video source – http://www.w3schools.com/tags/att_video_src.asp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can enable unique article feature for your page – http://screencast.com/t/Ne2kEX23AvHw

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit td_social_icons.php and change postion for socials there – http://screencast.com/t/gJxSduta5jol it will be applied also in Theme Panel > Social Network – http://screencast.com/t/wsxKknUXHhmh save it there(in Theme Panel) and it should be applied also on frontend – http://screencast.com/t/aQmd1jqZ

Thanks!

Viewing 25 posts - 3,951 through 3,975 (of 7,871 total)