Discussion on Newspaper - News & WooCommerce WordPress Theme

Discussion on Newspaper - News & WooCommerce WordPress Theme

By
Cart 154,083 sales
Recently Updated
Well Documented

tagDiv supports this item

Supported

This author's response time can be up to 1 business day.

26871 comments found.

Your business home page – tagdiv – was created with this newspaper theme according to the source code…is this done strictly with the options available or is there some special custom coding done to produce a site like you have – such as your home page & about page…pages that don’t look “blog-style”.

Thanx

Hi,

Our site at http://tagdiv.com/ was created using a custom modified newspaper theme so you can’t recreate it using just the available theme settings. Sorry!

Thanks for the message!

Lucian C. tagDiv!

was it done with the visual composer? (included with the theme) or are there more special customizations than that?

Hi,

It uses custom designed page templates not the Visual Composer plugin.

Thanks for the message!

Lucian C. tagDiv!

If I dont’ buy “Extend support to 12 months” and after 6 month, I need to be supported. How will you support and how about fee? In normal purchase, is this theme updated lifetime?

Hi,

Usually 6 months should be enough for a theme user to setup its site and learn about theme settings but if you need extra help you can always buy more support after the first 6 moths have passed.

Theme’s updates aren’t limited so you will still have access to them after the support period has passed.

Let me know if you need additional informations on this. You can also read more in this regard here: http://themeforest.net/page/item_support_policy

Hope this helps!

Thanks for the message!

Lucian C. tagDiv!

Since I have to disabled every single plugin used in my site or booster doesn’t work, this make this theme USELESS! I don’t thank you and I certainly not buy anything from you in the future

Hi,

the speedbooster plugin optimizes the javascript and css delivery of the theme but by doing so it may create strange results with some of the plugins and that’s why we decided to add a white list for plugins. Please note that the theme is very fast even without the tagDiv speed booster plugin and we are always looking at ways to make it even faster without braking compatibility with other plugins.

Radu O.

Hi, I have an important SEO Question.

Actually all of your templates have a normal page as homepage and on this page you have added different posts and categories with visual composer.

But if a search engine crawls the homepage first (what will be normal) it will crawl a blank page – because there is no text directly on homepage. I dont think that all of the posts on homepage are the homepage text in the mind of a search engine. Hope you understand what I mean :-)

Can you please check that.

Otherwise it will be a desaster because search engines do not indexing blank pages and so they will think there is no content on this Website and that means there is no good ranking.

Hi,

Wordpress creates each page or post dynamically, even the post content is saved in the database and when you open the post it’s retrieved from there and rendered using a certain template – http://screencast.com/t/cw3lElZ4 – Google scans the result, not the actual template. You could do some checks with our demo, just search for it on google and see how it’s crawled. There are plenty of sites built like this.

Thank you, Emil G.

Hi, is it possible to add a different sidebar (with different widgets like in main sidebar) to a special post category? And if it is, how can I do that?

Hi,

You can change the sidebar for each category from Theme Panel -> Categories – http://screencast.com/t/5e7S5JFpU2W – the posts included in this category will inherit it’s settings unless you change them from the post editing section – http://screencast.com/t/2vZq9ansaS

Thank you, Emil G.

Hi, is it possible to add a searchfunction/searchbar inside header (place where header add is)?

Hi,

It may be possible with modifications on the code, you have to edit the header ad file and replace the code with the search bar code – http://screencast.com/t/JcduU8PLc – Unfortunately i don’t have a solution/suggestion for the searchbar code, you have to look for a plugin or hire a professional to build it for your.

Thank you, Emil G.

This is a great theme … pre sales question – is there a way to set custom header menu’s for individual pages – for example I have a site with two languages ( english and local language ) and wish to sey two different menus for those pages?

Thanks

Hi,

The theme doesn’t have such an option, you can only set a global header from Theme Panel -> Header – http://forum.tagdiv.com/header-styles/ – A solution may be to create conditions in the code to load a certain header based on the current language (which is returned by the translation plugin) or to use two wordpress installs, one for each language.

Thank you, Emil G.

Hi, is your theme compatibile with Hide My WP plugin? Cheers!

Hi,

We didn’t do any test with this plugin so i cannot say if it works and how it behaves, sorry.

Thank you, Emil G.

how do we update the theme?

Without messing up our homepage visual layout etc etc. We haven’t modified any code but don’t want to remove any changes that we have made inside the theme control panel

Hi,

If you update from v.6.x you won’t loose any settings, they are saved in the database. First backup your site (database and files) – https://codex.wordpress.org/WordPress_Backups – in case something goes wrong with the update you could use the backup to restore the site. The update procedure is described here – http://forum.tagdiv.com/how-to-update-the-theme-2/

If you update from an older version (v4) you have to follow the “Updating from Newspaper 4” section – http://screencast.com/t/qpMbKD5ke

Thank you, Emil G.

Hi, i need to make some tests on your theme before i bought it. It is possible to have a demo version? Thanks.

Hi,

Unfortunately we don’t have a backend demo, sorry, only the frontend demo is available.

Thank you, Emil G.

Custom query in blocks? is is possible? I tried building a block using Grid Elements Builder but a) it doesn’t show up as an element and b) no custom query option.

any ideas?

Hi,

Please send some details(screenshots) on how you configured the block via email at contact@tagdiv.com , also include a link to this conversation.

Thank you, Emil G.

Found it, has to Insert a Post Grid, and choose a template

How to Disable widget on Mobile thank you

i try to add this code following this http://screencast.com/t/tUm5WgefBTr but nothing change

/* responsive phone */ @media (max-width: 767px) { .left_side_mob { display: none; } }

Hi,

That’s an old solution and it was intended to work only on a specific template.

For pages you have to edit the page and add a class on the column you want to hide – http://screencast.com/t/HexyBse1dAW – then use custom css to hide it on mobile:

@media(max-width: 767px){
.custom_class {
display: none;
}
}

For posts, categories, etc use the following css:

@media(max-width: 767px){
.td-main-sidebar{
display: none !important;
}
}

The css must be added into Theme Panel -> Custom CSS.

Thank you, Emil G.

Hi TagDiv,

I think this theme is not working well with HTTPS URLs.

I have modified Base URL to https version but still there are some items which are causing insecure mixed content.

Specifically the below code

.td-footer-wrapper::before { background-image: url(‘http://URL/images/xx.png')

Could you please let me know how can i fix this issue?.

Is there any way in your theme settings to enable https links?.

Hi,

Please send an email at contact@tagdiv.com , include the Item Purchase Code, the version of theme used and a link to this conversation and we will provide info on why you get that error.

Thank you, Emil G.

how to change button or add picture in this : http://i.imgur.com/zSNE4jG.jpg

Looking at it small no featured

Hi,

If you want to add a button image you have to make modifications on the code – http://screencast.com/t/h9n01JWT9t5

Or you could modify them with custom css, ex – http://screencast.com/t/y5bVwJlfGg

.td-post-next-prev-content span {
color: #ff0000;
font-size: 14px;
display: inline-block;
padding: 5px 10px 5px 10px;
border: 1px solid black;
}

The css must be added in Theme Panel -> Custom CSS.

If you don’t know how to do the modification i suggest that you hire a professional developer to help you with this, look for one on places like – http://studio.envato.com/

Thank you, Emil G.

How to Delete from the menu bar? “td-icon-menu-down” icon

Hi,

You could hide it with custom css, just add the following css in Theme Panel -> Custom CSS:

.td-icon-menu-down {
display: none;
}

Thank you, Emil G.

Hi! plz rep my mail :<

Hi,

We replied via email.

Thank you, Emil G.

Hi, Would you please help me what happening chinese words too more.I want to same as english paragraph can auto change to shorter.Please look my website http://www.yahushua.wedia.com.tw/ thanks

Hi,

The function which counts the words doesn’t work fine on some languages. For this case you could use the word count option in Theme Panel – http://screencast.com/t/APsSvyGgLcv6

If you refer to something else please provide more details.

Thank you, Emil G.

Hello, The top menu on mobile disappear. How can I make it show on mobile? Thank you.

Hi,

Add the following css in Theme Panel -> Custom CSS:

@media (max-width: 767px){
/*socials*/
.td-header-top-menu-full {
display: block;
}
/*menu*/
.td-header-sp-top-menu {
display: block!important;
}
}

Thank you, Emil G.

Thank you Emil G :)

How can I add a comma to the view count? For example 12,500 instead of 12500

Hi,

You could use the number_format() function, just modify the code like this – http://screencast.com/t/asQ0M8s22http://screencast.com/t/IDlBEILy

$buffy .= '<span class="td-nr-views-' . $this->post->ID . '">' . number_format(td_page_views::get_page_views($this->post->ID)) .'</span>';

Thank you, Emil G.

Hello Tagdiv, hope the download link inside my item details is the updated theme ?

Hi,

Each time we update the theme the new package replaces the old one. If you donwnload the theme package now you will get the latest version.

Thank you, Emil G.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey