Discussion on Newspaper - News & WooCommerce WordPress Theme

Discussion on Newspaper - News & WooCommerce WordPress Theme

By
Cart 155,739 sales
Recently Updated
Well Documented

tagDiv supports this item

Supported

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

26936 comments found.

Hi, great theme! Here’s a presale question: I am wondering if an animated gif (like a meme, etc.) will work in the main homepage boxes that have a rollover javascript effect. Does the effect stop the animated gif from playing? I couldn’t see the example of any animated gif from previous posts. Was it deleted from the content? Thanks so much!

Hi,

Wordpress doesn’t have support for animated gif and the image/gif that you upload will be cropped to different sizes that are used on modules/blocks so unfortunately will not work. You will need to use a plugin like Animated Gif Resize but this plugin has not been updated and we did not tested a similar plugins so we cannot provide an accurate alternative, sorry!

Thanks for your interest! Alin V.

Hello I have problem to install full demo.

1. I have this message when I try to install a full demo :

Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server. textStatus: parsererror td_ajax_request_name: full_demo_install errorThrown: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

2. I do OK the installation progress but don’t finish yet.

Help please.

Hi,

This ajax error is a general error and we cannot pin point it to a specific thing. Please try for few times as it could be a temporary error and make sure that you have permission for upload folder. If still doesn’t work please also contact your host and let him know about this, maybe you have a firewall that blocks external resources import.

Let us know how it goes and if the issue persist please contact us via email at contact@tagdiv.com and provide wp-admin access so we also can take a look. Also paste a link to this ticket.

Thanks! Alin V.

Hi, before purchase, I have a few questions

1. Is this theme optimized for google ads? Can I change the postions or size of ads?

2. Can I change the font (size, colors) ?

Tks you!

Hi,

1. The theme ad system was designed for adsense code and custom image+link banner ads like it is specified in the documentation – http://forum.tagdiv.com/header-ad/ Also the theme has an option to set a size/disable-option for each spot on specific device(not this works only with adsense code) – http://screencast.com/t/4DhDrMIKdccb please read more about this on our documentation.

2. You can find the Theme Fonts section in Theme Panel where you can set a font for each area of the site – http://screencast.com/t/xLA78mlAGn You can read more on our documentation – http://forum.tagdiv.com/font-customization/ and also about the theme colors – http://forum.tagdiv.com/theme-colors-introduction/ If you want to change the font or color for an element that it is not present in Panel, you could use custom css in Theme Panel > Custom Css.

Thanks for your interest! Alin V.

Ok. Thank you so much for this support!

I have a small doubt . I’ve looked all over the Style.css and I can not remove the Shadow that has the Header .

Can you help me? thank you

Hi,

If you refer to this one: http://screencast.com/t/hASSGBLGWPe you can try this custom css: http://screencast.com/t/op06pjGTIO

.td-header-wrap .td-header-gradient:before {
display: none;
}

.. use the given css in theme’s panel > custom code > custom css section: http://screencast.com/t/4UdMpBg6die

Hope this helps! Thanks for the message!

Lucian C. tagDiv

Hello,

Can I know how to center the price and “Add to cart” Button?

http://demo.tagdiv.com/newspaper_tech/shop/

Hi,

You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/CH4zj39BOz9
.woocommerce-page a.add_to_cart_button {
display: table;
margin-left: auto;
margin-right: auto;
}

If you need further assistance and/or you have others questions related to the theme please open a new topic on our forum – http://forum.tagdiv.com/ and our support team will answer as soon as possible.

Thanks! Alin V.

Hello,

Thanks for your detaiedl explanation.

It works okay, but the “Add to cart” is still on left when I display products by using visual composer,

for example, [product_category per_page=”12” columns=”4” orderby=”rand” category=”cat1”]

Could you please check again?

Thank you. :)

Hi,

In this case you can try this code – http://screencast.com/t/mPsyZfdGSCK5

.woocommerce a.add_to_cart_button {
display: table;
margin-left: auto;
margin-right: auto;
}

If still doesn’t work please open a new topic on our forum and provide a link so we can inspect this – http://forum.tagdiv.com/

Thanks! Alin V.

Hi.

Is it possible to play custom video files (not from youtube or vimeo) with this inculded player?

Hi,

Do you refer to the video playlist element? – http://demo.tagdiv.com/newspaper/video-playlist/ Unfortunately it was initially designed for youtube/vimeo videos and will not work with other custom video files, sorry! Also if you refer to the video posts, the featured video spot supports only youtube/vimeo/dailymotion url and it will download and set the featured image automatically – http://forum.tagdiv.com/featured-image-or-video/

Thanks! Alin V.

Hi when i use the feautured video link and paste my youtube link, it does not automatically recalculate or pull the featured image. please any advice or links would help.

Hi,

Please check the System Status parameters and read your hosting documentation(or contact your host) and see how to increase those values as it is specified in this guide – http://forum.tagdiv.com/system-status-parameters-guide/ Then create a new video post and see if the image is downloaded/generated – http://forum.tagdiv.com/featured-image-or-video/ Let us know how it goes via email at contact@tagdiv.com and also paste a link to this ticket.

Thanks! Alin V.

Hi! Just now I noticed my homepage pagination is not working. So I saw the 6.6.4 update solving this issue but unfortunately, I update it and the issue continues. Could you help me to solve this problem? My site is: http://www.agentesdeviagens.com

Hi,

I have checked your site and did not found any issues with homepage pagination – http://screencast.com/t/cxhgWXiTe658 Please clear all caches and let us know if the issue persist or you have other questions related to the theme via email at contact@tagdiv.com

Thanks! Alin V.

Now it is really working, tks!! Please, let me ask you one more thing. Is it possible to add a Linkedin share button on post pages?

Hi,

Yes, it is possible but you will need to add it in the code, here you can find an example(it is for newsmag theme but the principles are the same) – http://forum.tagdiv.com/add-a-new-linkedin-button/ and also this topic from our forum may help – http://forum.tagdiv.com/topic/linkedin-button/ and use a font awesome plugin(I had Font Awesome 4 Menus plugin active for that example).

Let us know if you need further assistance regarding this via forum – http://forum.tagdiv.com/ but make sure you add the code properly.

Thanks! Alin V.

hi how to remove dates from big grid 5? thank you

Hi,

If you want to hide the date only for Big Grid 5 you can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/ma4Foh4pZe

.td_block_big_grid_5 .td-post-date {
display: none;
}

If you have other issues/questions related to the theme please open a new topic on our forum – http://forum.tagdiv.com/ and our support team will gladly help you. This sections is more intended for presale questions.

Thanks! Alin V.

Hi,

I opened the demo on my phone and it showed a bug of the slideshow? http://imgur.com/tTSkQC0

Hi,

Do you refer to our live demo? Please provide a link so we can take a look via email at contact@tagdiv.com and more detail about your mobile device so we can also check this. Also paste a link to this ticket.

Thanks! Alin V.

Hi,

Yes. I’m talking about your demo. I’m using a BlackBerry Q10 and pictures in a slideshow are cut by a strange line (as the screenshot that I attached).

Link here: http://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/

Thank you.

Hi,

I understand what you say and this kind of issues could appear on some devices and don’t have a BlackBerry Q10 phone to test this. We tested our theme using latest versions of Android and IOS operating systems and did not found any issues. Also it is important the browser that you use. This issue can be solved via custom css, so if you already use our theme please contact us via email at contact@tagdiv.com and provide your site url and we will try to find a solution, also please paste a link to this conversation.

Thanks for reporting this! Alin V.

Check out what our customers feel about using Newspaper 6!

\\

\\

The big grids dissappear when I put them in different columns in visual composer, how can I give them a background full with?

Hi,

Yes, because theme’s grids weren’t designed to work on narrow columns they have to be set to the full width of grid’s content, like this: http://screencast.com/t/962wCeiaQz7 and to set a background for it you can set the containing row to stretch: http://screencast.com/t/M8cPhq39N and set a background for it like this: http://screencast.com/t/OW82GUC5

Hope this helps! If you still need assistance or additional info on this please register to our forum support: http://forum.tagdiv.com/register/ open a new tread and address us there. Our forum support staff will reply you in the shortest time and provide the best solution possible.

Thanks for the message!

Lucian C. tagDiv

Is there a possibility for user reviews only? I want to build a site where only users are reviewing videos.

Hi,

Unfortunately the theme doesn’t provide that feature and you would have to find and use a plugin for that.

Thanks for the message!

Lucian C. tagDiv

Hi! I already purchased Newsmag. I want to know what are the main differences between these two themes. Please advise.

Regards, Marcos

Hi,

Basically both themes share the same core so their functionality and performances are similar. The main differences are in designs/appearances and grid’s content area width which slightly differs from one theme to another, newspaper’s grid width is 1068px while newsmag’s width is 1021px. Other differences are also appear regarding features, some of the blocks are present on one and missing on the other. We plan to constantly add new features to each theme.

Among the similarities, the basics which appear in both themes, I can note the following:

- Smart sidebar - Custom made lightbox - Smart article lists - Video playlist - Sticky menu - Intelligent Ad System - Custom categories - Unlimited sidebars – each post, page, category can have it’s own sidebar - News ticker Responsive, mobile-ready Woo Commerce ready Mega Menu Columns

Hope this helps! Let us know if you need any additional informations and please address us via email at contact@tagdiv.com and also include your item purchase code as asked in mail’s auto-reply: http://forum.tagdiv.com/how-to-find-your-envato-purchase-code/

Thanks for the message!

Lucian C. tagDiv

Hi. Anyway to do a button show/hide comments on post pages?

Hi,

The theme doesn’t have any features that could help you achieve that so you would have to turn to a plugin or get in touch with a developer to implement the customizations needed for this. Sorry!

Thanks for the message!

Lucian C. tagDiv

Hi, just a quick question before I purchase. Is it possible to show the date on all of the posts on the Big Grids (not just the first one)?

Charlie

Hi,

Unfortunately the meta informations are available only module mx5(big thumb) and not for the others if you refer to the Big Grid 1, but you can implement this also for the small spots or modules that don’t have this informations added in the code. For example here is module mx5 that have date in the code – http://screencast.com/t/0xUq610ywGpY so you can copy this code and add it also for the modules that don’t have this implementation like module mx6 – http://screencast.com/t/UGg42ZwkTRkn the result is – http://screencast.com/t/dAYQmNZUaFQm

The meta info details are implemented for most of our modules, but for smaller ones the developers took decision to not implement them as there would be to many information on the thumb so on mobile devices – http://screencast.com/t/f2E7y0njti4T

Thanks for your interest! Alin V.

Hi…. I am facing schema.org issues in google Google Search Console (WMT).....

here is the screenshot of the errors >>> https://www.diigo.com/item/image/5ji86/bcog

Webmaster Tool starts showing these errors after i update to latest Newspaper version V 6.6.3….

and what about Mobile Accelerated pages (AMP).... ????

Hi,

I suspect that you get these errors in webmaster because you have disable the date on your posts, try to enable it – http://screencast.com/t/OEMxBmBxJsq and test a post where you get this error in crawl and see if you still get this error.

If the next time the the crawl refreshes you get the same errors please provide access to contact@tagdiv.com so we can analyze your website in developer tools. and send an email at specified address and paste a link to this conversation.

Thanks! Alin V.

hi i want to ask.. how about iphone , ipad , and other smartphone is it compatible? thanks

Hi,

Yes, the theme was designed to be responsive so your desktop content will also be present on your mobile version of the site however it will be styled a little different. You can check our live demo on a mobile device and see the differences.

If this is not what you mean please open a new topic on our forum and our support team will answer as soon as possible – http://forum.tagdiv.com/

Thanks! Alin V.

i bought a newspaper theme and i want to design my website http://watchdragonballsuper.tk/ with scrolls, big grids, youtube playlist and more but i can’t do that. theme is not supporting this. please anyone check my website and help me.

Hi,

Please check this tutorial about how to create and set a homepage – http://forum.tagdiv.com/homepage-how-to-build-and-set-it/ as I have checked your site and you display on front page you latest articles. So after you create the page please go trough WP Settings options and set your page as frontpage – http://screencast.com/t/abkdN9N8D Please go through our documentation – http://forum.tagdiv.com/wordpress-information/ and let us know if you have other issues/questions related to the theme via forum – http://forum.tagdiv.com/ as this section is more for presale questions.

Thanks!

salut. imi puteti spune va rog aceasta functie de pe gtmetrix ce face? Avoid a character set in the meta tag… daca nu ii 100% ce se intampla? scade in cautari siteul? afecteaza google-ul? daca sunteti amabili… Multumesc frumos!

am observat ca aceasta functie este implementata de dumneavoastra in header meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8”>... cea ce sugereaza si articolul respectiv… Da functia aceea “Avoid a character set in the meta tag” ii importanta pentru continutul de pe site? sau pentru ce ii importanta?

Salut,

Charsets sunt utilizate de browser sa converteasca informatia si bineinteles ca si tema contine o encodare UTF 8 pentru ca daca citesti tutorialul de mai sus vei vedea cum e numita mama tuturor charsets:

UTF-8 is the the mother of all Character Sets.
“Avoid a character set in the meta tag” este o recomandare de la google sa eviti cand este posibil folosirea unui charset in meta tag pentru ca pot aparea duplicate si in acest caz ar putea cauza probleme pentru browser si nu ar mai sti exact ce informatie sa preia si dupa cum e specificat pe gtmetrix aceasta recomandare este mai mult pentru IE8.

Daca dai o simpla cautare pe google poti gasi mai multe informatii despre aceasta problema, de asemenea despre charset si te poti documenta. Eu ti-am raspuns exact despre ce anume cauzeaza aceasta eroare pe gtmetrix si poti incerca sa o rezolvi.

Daca ai alte intrebari legate de tema, te rog sa ne contactezi pe email la contact@tagdiv.com pentru ca aceasta sectiune este mai mult pentru intrebari de presale.

Multumesc! Alin V.

Multumesc frumos, pentru acest raspuns. O zi buna!

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