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 use Theme Panel > Translations to translate that: http://screencast.com/t/0Tymxrmc

Thanks for reporting this!

Alin [tagDiv]
tagDiv Staff

Hi,

The newspaper theme was designed to be wider so while for newspaper the full width is around 1200px (more accurate 1170px) width the newsmag theme has it’s full width around 1000px (1021px).
Unfortunately the theme was 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 as we don’t plan to make changes to the width so I’m afraid that a full width option will not be available.

Thanks!

  • This reply was modified 11 years by Lucian.
Alin [tagDiv]
tagDiv Staff

Hi,

Please make this change in td_site.js file: http://screencast.com/t/w1RMPXVyg

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@newsguy
Replied here: https://forum.tagdiv.com/topic/forum-fonts/#post-37332

Please post your issues here in newsmag section.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please use this css code in Theme Panel > Custom css: http://screencast.com/t/xGDubrz7Ix

.home .td-module-comments{
display:none;
}

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

2. I’m not sure what you mean, if you want to create a download link please take a look how to create one:
http://stackoverflow.com/questions/2793751/how-can-i-create-download-link-in-html
Please provide more details.

3. You are displaying only 5 articles per page, that’s why appear this space. Please change the number of posts displayed from here: http://screencast.com/t/Hfbp81lxfbFr

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Smartlist 2 and 4 were designed to use font size 12px, so you will need to use custom css for them. Sorry for inconveniece!

For Smartlist 2 use this css: http://screencast.com/t/wjC1qAmOnC

.td_smart_list_2 .td-sml2-description p{
font-size: 16px;
} 

For Smartlist 4 use this css: http://screencast.com/t/GVIs51hNybV

.td_smart_list_4 .td-sml4-description p{
font-size: 16px;
}

Smartlists 1 and 3 use post content size:

http://screencast.com/t/3RYfrX4e
http://screencast.com/t/e1RM35nrxd

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please read plugin’s instructions for shortcodes: http://screencast.com/t/Yyvvlva3X1yg
Try this without url: http://screencast.com/t/xXpWkVnUZcJ

echo do_shortcode('[fbcomments]');

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you also use the latest theme version then deactivate all plugins leaving just the Visual Composer plugins active then empty cache and also purge files if you use any CDN host services then check again.
Also make sure that you test this without any js/css/hmtl minification options, disable those option then empty cache/purge files and try again.
I have also checked this using the latest theme version (4.6.1) and found no issue so it should work in your case also.
Also use this guide to setup megamenu: https://forum.tagdiv.com/how-to-use-the-megamenu/

Let me know how it goes!

Thanks!

  • This reply was modified 11 years by Lucian.
Alin [tagDiv]
tagDiv Staff

Hi,

Please edit functions.php and replace “of” like this: http://screencast.com/t/Y217Xg3RY7k
Result: http://screencast.com/t/hKmHxOZFn8

For “of” from the modal view: http://screencast.com/t/f4pehRHTN4U you need to edit and change this value: http://screencast.com/t/SYnWCRUOsipu

Thanks!

  • This reply was modified 11 years by Lucian.
Alin [tagDiv]
tagDiv Staff

Hi,


@newsguy

The sidebar that you use is for Latest Articles, you need to use Widgetised Sidebar block for page template ” Pagebuilder + Latest Articles + Pagination”(page template that you use) if you want sidebar bellow Big Grid like this: http://screencast.com/t/Pxesu9Kc
Also you can set sidebar to display(Default or your custom sidebar): http://screencast.com/t/5t7i5HxWWDO
To make it sticky please add td-ss-row class to the row where you add the widgetised sidebar: https://forum.tagdiv.com/topic/smart-side-bar-social-button-2/

Please post your issues about newsmag theme in the newsmag section!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css in Theme Panel > Custom css: http://screencast.com/t/Y470wXEdS6Wb

Before: http://screencast.com/t/EPWDoHn5xags

.blog-stack .td-menu-background{
border-bottom: 0px;
border-top: 0px;
}

Result: http://screencast.com/t/995iOji1Wg

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

That is Homepage title you can hide it with css in Theme Panel > Custom Css: http://screencast.com/t/jOGJ6uI5303D

.home .td-page-title{
display: none;
}

Also if you don’t want to display Breadcrumbs on entire site you can disable it from Theme Panel > Post Settings > Breadcrumbs: http://screencast.com/t/LY2hJN7T3MAE
Result: http://screencast.com/t/vCgV2Iwni

Or if you want to hide only on Homepage you can use css code: http://screencast.com/t/jOGJ6uI5303D

.home .entry-crumbs{
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that it is visible from Screen options, also Homepage Latest Articles to change module display: http://screencast.com/t/tWFPvKm8
Result: http://screencast.com/t/nvDoLNIK

And let me know how it goes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Updating the theme will not remove the settings you’ve chosen only if you have customization/changes directly into to the theme’s files, these files will be overwritten. If you do have modification to the code you should make a copy of the files changed by you, updated the theme and make those changes again if the files where changed.
Also you can use child theme for some custom modifications: https://forum.tagdiv.com/child-theme-documentation/

Social Counter plugin should work well if you set it like this: https://forum.tagdiv.com/how-to-manage-the-social-counter/

I’m sorry I can’t recommend to you a plugin for share and like, because we did not tested any share plugins with the theme.
You can use also social share/like from the theme for posts: http://screencast.com/t/CZdU5kC8o
Result: http://screencast.com/t/xZcybeGvxqah

Also please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Hope this helps!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You do not have to worry about that as updating the theme will not remove the settings you’ve chosen only
if you have customization/changes directly into to the theme’s files, these files will be overwritten. If you do have modification to the code you should make a copy of the files changed by you, updated the theme and make those changes again if the files where changed.

Also follow this guide for update and use ftp method: https://forum.tagdiv.com/how-to-update-the-theme/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Bearbite
Replied here: https://forum.tagdiv.com/topic/translation-bug-like-problem-with-newspaper-theme/

Please post your issues about newsmag theme in the newsmag section!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Here it is display on mobile: http://screencast.com/t/QqpRL0RKX

On tablet view I found a issue: http://screencast.com/t/2sVRlecUd
But is solved by this css code: http://screencast.com/t/3ZFKr5WEG6o

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(5) {
clear: both !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes you can show author box on sidebar, just go to the Widgets and add it like this: http://screencast.com/t/r89uQGu3

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay!
I have checked your site and pagination works: http://screencast.com/t/StD3ubK7LIFy
Please let me know if you still have issues related to the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@ganeshdgk

If you have installed demo, this will install new data (menu, posts, categories, pages) and it can only be remover manually. Please use it on development setup.
You can change block title like this: http://screencast.com/t/Jb3QaoMQhfb
Also blocks used on your page can show articles by category and have a sort order: http://screencast.com/t/fbRxHX1eoo6

Please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit td_video_support.php and add &autoplay=1 like this: http://screencast.com/t/oUkrolaP

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use header styles 3 or 6, upload your logo at the size you want it as it’s set to be displayed and fill the whole containers width(max 1074px).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to insert ads in the slide gallery, you will need custom modifications for that and it is not an easy task. You can get someone to help you with this as unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/

Sorry for inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try Emil solution from here: https://forum.tagdiv.com/topic/featured-video-blank/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to set it like this: http://screencast.com/t/fnZmihfBuT
Result: http://screencast.com/t/GCIzthp2R

Thanks!

Viewing 25 posts - 7,476 through 7,500 (of 7,871 total)