Discussion on Newspaper - News & WooCommerce WordPress Theme

Discussion on Newspaper - News & WooCommerce WordPress Theme

By
Cart 153,993 sales
Recently Updated
Well Documented

tagDiv supports this item

Supported

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

26864 comments found.

improve the RTL

Hi,

The theme doesn’t support RTL and for the moment we don’t plan to add such a feature, sorry.

Thank you, Emil G.

I just wanted to know how can I put like ( Pros ) and ( Cons) box when I write about Product Review … Any steps to know how ?

Hi,

The theme doesn’t come with such a feature but you could add them manually on the post content (at the end) or use a plugin which allows you to add such a field, ex – https://wordpress.org/plugins/wp-product-review/screenshots/

Note that this plugin is just an example, i didn’t do any tests with it, if it doesn’t work you have to look for an alternative.

I’ve added this on our list for a future update but it may take some time, we have a lot of features on the list and we have to take them one by one.

Thank you, Emil G.

pre sales question. Are this theme well documented ?? and when we buy, gt the dummy data. so look like the preview.

Thx

gt = got

Hi,

I could send you the official demo xml file via email but note that the wordpress importer is buggy, it doesn’t save the entire data (widgets and blocks settings are not included). It also freezes while importing, this means you have to import the data multiple times until it says done and because of this you end up with duplicate menus. You have to delete the menus and import the xml one more time to get only one menu for each location. Because of this we decided not to include the xml in the theme package. We added some small demos which come with the page templates used on the official demo and they provide an excellent start for any user. The official demo is very large and we couldn’t included it in the theme.

Thank you, Emil G.

Hi, I am thinking of purchasing this theme. I was wondering if the entire width of the home page could be larger- but not completely covering the screen?

Hi,

The theme doesn’t come with such an option, sorry, you can only change the width with custom modifications on the code and those modifications are not easy to do. I suggest that you look for a professional to help you with this task.

Thank you, Emil G.

http://www.screencast.com/t/dGi3sKdhVRg I do not see blocks 1,2,3,4,5,6 bla bla ?

Hi,

Open the Visual Composer settings panel and check all items and save the settings – http://screencast.com/t/ajGCiXOeZSK

Thank you, Emil G.

hello I found some issue in the last update of newspaper theme, I write below:

1- I have problem with ADS -> article inline, I have the same old configuration, show after 1 paragraph, but the google ads don’t show: http://android.caotic.it/2015/06/samsung-galaxy-a5-ecco-le-proposte-di-postemobile-per-lo-smartphone-premium/

2- I select header default, but in mobile versione the header bar is black bg, how can I change the color?

3- in mobile versione the button that returns to the top of the page when you scroll does’t appears

4- in your package there isn’t the child theme, how can I create it?

5- How can I delete the “more from author” in related article section?

6- in the menu, don’t show correctly Home Icon menu…as in the old version

many thanks

Hi,

1. Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.

2. Use the following css (add it in Theme Panel -> Custom CSS):

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
  background-color: #ffffff !important;
}
#td-top-mobile-toggle i, .header-search-wrap .td-icon-search {
color: #000000 !important;
}
}

3. We disable it to allow more space for the visitors, you can bring it back using css:

@media (max-width: 767px){
.td-scroll-up-visible {
  display: block;
}}

4. The child theme is included in the ../Newspaper-tf/code folder

5. Use the following css:

.td-related-title > .td-related-right {
display: none;
}

6. Not sure what you mean, do you refer to the old icons? They were removed, you could use the Font Awesome 4 Menus plugin to add an icon in the menu – https://wordpress.org/plugins/font-awesome-4-menus/http://fortawesome.github.io/Font-Awesome/icons/

Thank you, Emil G.

hello, Why after I have update to 6 versione the adv inline don’t show? I have the the old configuration, show after 2 paragraph.

http://android.caotic.it/2015/06/promozione-tre-all-in-800-extra/

Hi,

Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.

Thank you, Emil G.

I was trying to remove the default author box/ bio section from the post, I could do it easily while using the previous version. but its not same in new version and I couldn’t get a solution after trying to remove the default author box/bio.

Can you tell me what to do to get this done? Thanks!

Hi,

You can disable it completely from Theme Panel – http://screencast.com/t/6YvzJL3M

Or if you want to remove only a section from it edit the following function – http://screencast.com/t/utyhahrd

Thank you, Emil G.

How to change thumbnails size of module 1?

How to change title position of module 1 and 2?

Hi,

1. You have to modify the module file and replace the current thumb size with another – http://screencast.com/t/mcOBM9ULRHMb

Or modify the existing thumbs size – http://screencast.com/t/LfyJsa1mKbEz – in this case you have to regenerate the thumbs after you change their size – http://forum.tagdiv.com/how-to-fix-strange-thumbnails/

2. Depending on what you want you have to edit the module files and change the title position. Or use css to position it on another location – http://www.w3schools.com/css/css_positioning.asp

Thank you, Emil G.

I was using ” Text with title block” of Visual Composer for most of my posts. But after updating the theme to new 6.1 version all my “text with title block” posts have been replaced with normal “text block” of VC because of which all my posts are not showing like they used to before refer: posts before and after update

when i checked i noticed that there was option of title style in previous ” text with title box” of VC but in new one there is no option for that the previous code was like; ” vc_rowtitle_style="td_title_style_1"">vc_column_text”

but the new one is; ” vc_column width=”1/2”/td_block_text_with_title[vc_column width=”1/2”]”

loss of style option is not the problem but how can i get my posts back to normal like they were before ?
is there a way to restore or integrate the older “text with title block ” with new theme.

Hi,

Replied via forum.

Thank you, Emil G.

Hi,

What will happen if i replace the theme file of version 6.1 in path ” Newspaper\includes\shortcodes/td_block_text_with_title.php” with the theme file of older version in path ” Newspaper\includes\shortcodes/td_text_with_title.php”

After replacing the name of older version file with new versions file name “td_block_text_with_title.php”

because i saw there is a huge difference in code of both of these files but are made for same block only different version.

refer: text with title block code

or is there a way for me to replace a certain code or file in the new theme with older one so that my posts will appear the same way they used to before.

Please suggest, i want to use the new theme but dont want to write titles of all the posts again.

Thanks you.

tagDiv has replied via forum

Thank you.

Hi,

We have old version of newspaper theme, how we can update theme with latest version and plugin etc. Can you guide me..

Syon

Hi,

Download the latest version from your account – http://themeforest.net/downloads

Before updating the theme please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

If you copied the theme over the existing one delete it and upload the latest version again.

Check this guide for more details – http://forum.tagdiv.com/how-to-update-the-theme-2/

Disable all plugins, remove the old ones (ex. Visual Composer, Social Counter) and install the new versions.

Regenerate the thumbs – http://forum.tagdiv.com/using-the-theme-with-existing-content/

If you encounter errors disable all plugins except for Visual Composer and enable the rest one by one to see which one is causing the issue.

Thank you, Emil G.

Hi i have a pre sales question. There doesn’t seem to be a shopping cart logo within the header? I would be using this theme for ‘Shop The Look’ so would need the cart logo as a single point reference to take people directly to the shopping cart to checkout? How would this be added as i though it was automatic through woo commerce?

Sorry thats not what i meant, i mean the ajax icon that shows number of items in cart when you add something to the cart? I currently run a shop theme and its not added through the menu section? It can also have a roll over pop out with a list of items in the cart?On Sahifa it is top right next to random article button? This is what i need to add along with the individual article buy now button? Thanks for your help so far.

have sent you image on email of my other store

Hi,

The theme doesn’t come with such an option, you could try to use a plugin, for ex – https://wordpress.org/plugins/woocommerce-menu-bar-cart/

Note that i didn’t do any test with this plugin, if it doesn’t work you have to look for an alternative.

Thank you, Emil G.

Hello, i want to change the position of more article box to above my Ads, could you teach me please, i’m using newspaper 4.6.1 and how to create another “Custom Ads”, three custom ads it is not enough for me. anyway could you teach me how to put an ads message in right or left of bottom page please

Thank in advance. !

Warm regards.

Hi,

1. The more articles box appears at a certain distance from the top, you can change it from Theme Panel -> Post Settings -> More Articles Box – http://screencast.com/t/NxjunCSH

If you need a different behavior for it you have to modify the code and it’s not an easy task. I suggest that you look for a professional developer to help you with this.

2. We released a new update (v.6) and this one includes more ad spots – http://screencast.com/t/TKhF3MqCgmdC

If you want to keep the current version please write via email at contact@tagdiv.com and we will provide a solution on how to add more ad spots.

3. For pages or sidebars use the Ad Box block. For templates you have to edit the template file and place the ad code in the desired position, ex for post pages – http://screencast.com/t/rY9cXkGm

<?php echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1')); ?>

Thank you, Emil G.

the latest version does it include boxed layout and can I add this to any of the demos? also do I install my preferred demo in just one click and can I modify the homepage blocks section accroding to my like? Is it possible to install our preferred demo without the demo posts that you created? because otherwise I’d have to delete the demo posts one by one and it would take too much time

Hi carmen,

1. All the demos are practically just settings of the theme. All of them support background images. http://demo.tagdiv.com/newspaper_sport/ – this demo uses background images

2. after installation the demo is fully customizable via visual composer

3. the theme supports one click settings import. This will import the settings but without the posts, menus, sidebars, pages etc. The demo installs ~20 posts that can be deleted easily via wp admin http://screencast.com/t/2KPiAAhq

Radu O.

Hi,

can you please send us an email with your url and adcode? I tried to search for your site on google but can’t find it :|

contact@tagdiv.com (paste your problem again in the email so we know who you are)

Radu O.

Hi,

Can you please give me more details?

I want to add Iframe video on featured video place. Any idea on how to do it? I only use iframe videos in my site do not need youtube and so on!!

Hi,

The featured video system is designed to work with youtube, daylimotion and vimeo. To make it work with something else you have to modify the code and unfortunately it’s not an easy task. I suggest that you look for a professional developer to modify it for you.

The alternative would be to add the video in the post content, add a featured image an set the post format to video.

Thank you, Emil G.

Hello,

This theme supports PHP 5.6?

Hi,

Yes the theme works on php 5.6 . Radu O.

Hello

new sticker block:

Can i also display dates of the posts?

Thanks

Hi,

It is possible only with modifications on the code, try to ask about it on the forum.tagdiv.com , this area is intended for presale questions.

Thank you, Emil G.

Hi, i would like to know how to change the way the theme shows the categories menu in homepage. I’m trying to change it, but i can’t find how. I have programs / news / agenda etc, and all of them shows sub categories on the left (only five) and images of posts.

It’s understandable my question?

Hi,

We fixed it in the latest version, now it displays all subcategories – http://screencast.com/t/Jtak21OsF9U – please update the theme.

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