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,

Unfortunately we don’t provide any type of custom work at this time, sorry! You can hire a freelancer from sites like – http://studio.envato.com/

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Also the featured image is cropped at this size – http://screencast.com/t/sBfHfxKUM2 You can create another thumb in td_config.php like this one – http://screencast.com/t/6MGtInpqeyAB and set your width and height, the change it also on default post template – http://screencast.com/t/KvBN1K69zo8 You will need to regenerate thumbnails if you make any changes there – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so we can take a look at this. Top and bottom ads should not be aligned to the right – http://screencast.com/t/8q5h7iCAU

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about this also a link as I have tested youtube playlist and it looks like this – http://screencast.com/t/Nxr5EQTt
Also please check this without any plugins active, leave only Visual Composer active, clear cache and check again if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please enable register option from General Settings – http://screencast.com/t/7609cWxnV

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It should work I have checked this again – http://screencast.com/t/t7NiwfI0http://screencast.com/t/8IaMnrRBi
Please make a backup of you current file td_module.php and replace author and date functions – http://screencast.com/t/nAIQ6lxIn with this code – http://pastebin.com/TJirAXH9

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the new version of Social Counter was not been tested with version 4 of the theme, so I cannot suggest to use it or not.
If you want to update please use this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes you can set a background color for each of your categories from Theme Panel > Categories > each category: http://screencast.com/t/4ui1Pg23EK
If you want to use custom css to change all categories to a color you can try this code: http://screencast.com/t/bGRbsFbbu7x

.single .td-category a {
background-color: #222222 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I think that we should rename Default Sidebar as maybe it creates confusion. Theme comes with a default sidebar in Widgets section called Newspaper default.
For your Homepage (or another page) you can use Widgetised Sidebar you can set what sidebar to display – http://screencast.com/t/EFIkHdk3XT you can choose Newspaper default or a custom sidebar. Or you can directly add blocks in sidebar position – http://screencast.com/t/dm3hdzWNP0P
For your articles you can create and set a sidebar(Default -Newspaper Default or custom sidebar) from Blog and Posts Template and it will be displayed on all of your articles, please note that it will be overwritten if you set a different sidebar for each post – http://screencast.com/t/rsOt6tYxZCLV
All sidebars can be found in Appearance > Widgets to add/remove widgets – http://screencast.com/t/AfXRq0edEtl also the Social Counter can be added from Widgets – http://screencast.com/t/HGeAeMp7Q0d3

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I don’t know exactly what custom modifications did you made as this is not added by the theme – http://screencast.com/t/33Dmj98xmQ You can try to hide it using custom css but first take a closer look at the plugins that you use or custom modifications – http://screencast.com/t/QQh3UHlplCN

.td-post-content .none {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The font family should work if you set it for body – http://screencast.com/t/IbqoOucyA but for size you will need to use custom css:
*change to html editor and add inline css – http://screencast.com/t/xos8wa1J2Iw9
* or target the specific page and add this custom css in Theme Panel > Custom Css
take page id – http://screencast.com/t/0DS7oSaL
and target text block and title – http://screencast.com/t/AMoj6pTUoHc

.page-id-2877 .wpb_text_column p {
font-size: 10px;
}
.page-id-2877 h2.hrf-title {
font-size: 15px;
}

Also for terms page – http://screencast.com/t/8c2V8oRm5j4

.page-id-429 .wpb_text_column p {
font-size: 13px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you update also Visual Composer plugin to the latest version provide with the theme – http://screencast.com/t/afShRHaM6VHE please remove the old version before update. Also please provide more details about your issue. What blocks slides you use on homepage? A backend screenshot will help.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into style.csshttp://screencast.com/t/HYAkKVIoHBv

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to remove and (max-width: 1018px) from the above code so it will be applied also on desktop.
Provide again access, if this doesn’t help, so I can take a look again – http://screencast.com/t/bL1jT1aixDB

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This issue is on our list and we hope that it will be fixed in the next update. Sorry!

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

This is on our list and it will be fixed in the next update in few days. Sorry for inconvenience!
You can try this solution and see if it works – https://forum.tagdiv.com/topic/big-grid-1-and-2-problems-on-newspaper-6-and-6-1/#post-55067

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,

The option from Theme Panel refers to the lazy load on all images on your pages, posts… The effect animation allows you to animate your theme images as you scroll from top to the bottom on a page.
Please try this custom css to remove zoom effect for all Big Grids – http://screencast.com/t/aaJY97QL56

.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}

And to remove gradient you can use style 4 – http://screencast.com/t/HSmejUSBldx8http://screencast.com/t/eUOW9Rz1uy

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please try this custom css in Theme Panel > Custom Css for homepage big grid – http://screencast.com/t/AHh1o5Rdovd

.home .td_block_big_grid_1 .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%);
}

2. Check this custom css for Newsticker on homepage – http://screencast.com/t/nvVJdY36Y

@media (min-width: 768px) and (max-width: 1018px) {
.td-trending-now-wrapper {
padding-left: 14px !important;
}
}
@media (min-width: 1019px) {
.home .td-trending-now-wrapper {
padding-left: 23px !important;
}
}

3. Please provide more details as I’m not sure what you mean.
4. You can use custom css to remove it. This is the default padding added to all blocks, it is not individual added – http://screencast.com/t/o1uzxdxLA You can try to reduce it only on homepage using .home class and do this for each block as it may break the layout, you need custom work to do this for all blocks, sorry.
5. The author name on Big Grid can be hidden via custom css in Theme Panel > Custom Css – http://screencast.com/t/JItaPLaE8m

.td_block_big_grid_1 .td-big-grid-post .td-post-author-name {
display: none;
}

You can do this for each big grid just change the number of big grid that you use, for example – http://screencast.com/t/2NznmheJZR1

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we cannot add options for elements from each sections of the theme, but we read and listen our clients suggestion and try to add more options and make a better implementation for this. We have over 250 features on our list(most of them suggested by clients) and we have to chose carefully which one get’s implemented next. Anyway I have added your suggestions on our list and I will answer to some of your suggestion in case that you want to fix using custom css(I know that are suggestions).
1. The top menu(where the social icons are enabled) was not designed for mobile devices. We hope to find a solution also for login/register for example to be displayed also on mobiles. You can use custom css to display social icons on top-menu:

.td-header-top-menu-full {
display: block;
} 

2. Please provide more details about what you want to change and how to look, maybe I can help you with some css code.

3. The icons are added like a font – http://screencast.com/t/tEw5qZYM so you can try to change the size or the font content – http://screencast.com/t/53Rk830uVf of course you need to customize to look fine.
4. Unfortunately you will have to use custom css to change color/hover color for footer social icons – http://screencast.com/t/3cw0BttN

.footer-social-wrap .td-icon-font {
color: red;
}
.td-social-icon-wrap i.td-icon-facebook:hover {
color: #fff;
}

6. If you refer to the Big Grid/Big Grid Slider you can use Style 4 please check the demo – http://screencast.com/t/EKVxfdxehttp://demo.tagdiv.com/newspaper/big-grid-1/
Please check this topic for zoom effect – https://forum.tagdiv.com/topic/dark-pictures/#post-54266

Thanks for suggestions!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure if this is what you mean but you can try this custom css and play a little with those values maybe you find what you need, also remove background for title – http://screencast.com/t/bwVVEoIM

.td-image-gradient-style8:after {
background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.td-post-template-8 .td-post-header {
background-color: transparent !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add tag to the posts that you want to appear on Big Grid and filter by tags from Big Grid settings – http://screencast.com/t/1UYNYSnvOKKR so only posts with that tag will appear there. For position you can set alphabetical sort and alter td_data_source.php and set order by 'name'(slug) – http://screencast.com/t/5BxAab1gx then edit the articles and change the slug in order that you want to appear – http://screencast.com/t/MhvZfUTVMhttp://screencast.com/t/Kzx5OypVYozr

Result: http://screencast.com/t/vDI2osrNE

Please note that modifying this sort order it will be applied on all blocks where you set alphabetical sort order (will be sorted by slug).
Unfortunately the theme doesn’t have an option to achieve that you want without custom modifications, if you don’t know how to do it I suggest to get someone to help you as we cannot provide any custom work at this time.

Thanks!

Alin [tagDiv]
tagDiv Staff
980px - reply

Hi,

Unfortunately from theme version 4.3 the fixed/responsive settings has been removed together with the 980px layout. Unfortunately we had to make this move as we have rebuilt the frontend in version 6 and it isn’t supported by the new grid system. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this guide an update your theme properly – https://forum.tagdiv.com/how-to-update-the-theme-2/ make sure that you delete the old theme so no files from version 4 will remain(like you can see in the docs). In version 6 are 3 page templates – http://screencast.com/t/P1d4dBhKeVq (no Homepage Blank or old templates).

Thanks!

Alin [tagDiv]
tagDiv Staff
rtl - reply

Hi,


@alaisne
Newspaper 5 doesn’t support rtl, you will need custom modifications to adjust it for rtl.
If you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure, also paste a link to this post so we can know who you are.

Thanks!

Viewing 25 posts - 4,276 through 4,300 (of 7,871 total)