Discussion on Newspaper - News & WooCommerce WordPress Theme

Discussion on Newspaper - News & WooCommerce WordPress Theme

By
Cart 154,013 sales
Recently Updated
Well Documented

tagDiv supports this item

Supported

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

26865 comments found.

How to enable modal images for every image?

Hi,

Use this panel setting: http://screencast.com/t/Hd88XlzHk

Thanks for the message!

Lucian C. tagDiv!

Thank You very much for your help.

How i can change h3 tags into h2 – on recent news blog on the homepage

Hi,

All module article title come from this function: http://screencast.com/t/EdJkIaIKZ6r you would have to change them there.

Thanks for the message!

Lucian C. tagDiv!

Hello, thank you for your outstanding work. Can we change the background color of the categories ?

http://www.lavieamulhouse.com/mulhouse/upload_forum/2015/Jefekoi_04-09-2015-77269.png

Hello, Thank you for your response, I expressed myself badly, this is the background color (black for example) I would change.

Bonjour, merci pour votre réponse, Je me suis mal expliqué, c’est la couleur de fond (noir pour l’exemple) que je voudrais changer.

Hi,

I’m still not really sure what you mean however the general/default background color for the category tag (black color) can be altered for all category tags using custom css like this: http://screencast.com/t/OjaBPAdUND8 so you can sue the custom css below to change that category tag color for all category tags which are on post pages.

.single .td-category a {
background-color: red;
padding: 6px 8px 7px 8px;
}

..add it in theme panel > custom css section.

Hope this helps!

Thanks for the message!

Lucian C. tagDiv!

Yesssssssss , Merci TagDiv ;)

Thanks for your wonderful theme.. I am using your theme on my website http://www.droidgeeky.com . Its indeed a speed booster.

Hi,

Thanks! Glad you like it! We invest a great amount of time and effort to create and permanently develop our themes. We truly appreciate your feedback.

Lucian C. tagDiv!

Can you help me fix an issue where the video layout re-sizes? http://simsvip.com/2015/09/02/the-sims-4-first-anniversary-trailer/ If you notice the video area will be smaller first, and then larger. How to fix this?

Hi,

You can remove theme’s resize function for videos from here: http://screencast.com/t/TRHAU7Z2 then the video should display without resizing: http://screencast.com/t/RaEgTs9c

Thanks, Lucian C.

Hey Guys, Greetings from TeenGazette, First of all , Phenomenal service and theme. My visitors are going nuts over it. It’s so responsive and sleek. So, Cheers guys!! We were thinking of exploring the WooCommerce feature which our theme support. Can you tell us..How much load can the site actually handle? And does it has the potential to become a full-time ecommerce website? I mean can we achieve that using our theme? Our Site: http://www.teengazette.com

HR Team TeenGazette Media Private Limited.

Hi,

That basically depends on your hosting. WordPress is known to handle high amounts of traffic and we haven’t tested the theme in that regard so I can’t give you an exact answer on this unfortunately, but in the near future we intend to extend woocommerce support and functionality so we will dig deeper in this field and will adapt the theme to best work with woocommerce.

Considering you own a proper WordPress configuration, plugin configuration and general OS configuration, here are some hosting details: http://forum.tagdiv.com/requirements-for-newspaper/

Hope this helps! Thanks for the message!

Lucian C. tagDiv!

Please, add full screen feature to tagdiv gallery…or something for to see pictures with full size

+ add next and previous feature with arrows

+ add next and previous feature with arrows

Hi,

The tagDiv gallery display’s images at their original width: http://screencast.com/t/gqN0EslAAhttp://screencast.com/t/FQOQXzUcGb

Thanks for the message! Lucian C.

I want to turn off Loading image effects only for posts (single.php)

i mean i dont want any effects for images inside a post is it possible ?

Hi,

Try this custom css in theme’s panel > custom css section:

.single .td-post-content img {
opacity: 1 !important;
}

Thanks for the message! Lucian C.

Check out what our customers feel about using Newspaper 6!

\\

\\

Trying to see how to remove the line underneath menu. here is the link http://urlgone.com/881d8f/

Hi,

You can do it using custom css, like this: http://screencast.com/t/uMSt8VVEQztD just add the custom css form below int theme’s panel > custom css section.

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

Thanks for the message! Lucian C.

But I want it to look like the demo, not just white space.

NVM! We got it fixed. thanks for the awesome support. you guys are great.

Hi Are there any possiblity to customize or change prev next buttons for smart list posts?

1- I saw here http://forum.tagdiv.com/smart-lists/ Smart List Style 1 and it is different from preview page. Is there this list type still here?

2-For example this smart list type http://demo.tagdiv.com/newspaper/smart-list-style-1/ has black color can I change this background with white and change font color with pink for example. Or Can I add like http://forum.tagdiv.com/wp-content/uploads/2014/11/smart-1.png this image button?

I am waiting your response. Have a great day!

Hi,

Unfortunately not, the smart list buttons aren’t customizable using theme’s settings, you’d have to use custom css for that.

1. These smart lists images: http://screencast.com/t/RzCqlQFAGp are from the newsmag theme which has a different design so the smart list buttons look different: http://demo.tagdiv.com/newsmag/td-post-10-of-the-most-visited-countries/

2. Yes, you can use custom css to do it, you would look something like this: http://screencast.com/t/ZiDqqMKsltKP

Thanks for the message! Lucian C.

Hey, The theme is absolutely stunning and phenomenal. And my previous doubts were cleared by your super fast customer support. I had one doubt/I’m facing a problem. Infact, its more as a beginner doubt. The theme doesn’t works properly on mobile platforms. Like the language changes, pictures don’t load,search icon is buggy. Why’s that?

My Site is: http://www.teengazette.com

Hi,

Thank you for choosing and using our theme!

I’ve checked your site’s mobile version and found the images appearing fine however you do have some issues with theme’s fonts which happens when loading the font file (which contains those icons) from another host/url. I have checked your browser’s console and you have an error – http://screencast.com/t/cQz32QK7a

The solution in this case would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Thanks for the message! Lucian C.

Hi,

You have to change the wp_nav_menu ‘items_wrap’ for that: https://codex.wordpress.org/Function_Reference/wp_nav_menu here: http://screencast.com/t/jq3qcafpbj

Thanks for the message! Lucian C.

How do I add categories to the mobile menu? By default it uses the top nav menu but I want to add more links to the mobile menu.

Hi,

The mobile menu cannot be customized separately of the desktop menu as it uses the same structure. What you can try is to add the categories/menu items you need on mobiles to the header main menu and use css to hide them on desktop and tablets screens displaying them just on mobile menu. Hope this helps!

Thanks for the message! Lucian C.

I was checking the demo and this template is one of the best, however there are some issues that I would like to see changed before buying.

The sidebar width is bigger than the standard 300px ads. The sidebar (the visible width) should be adjustable to either 336px or 300px (adsense size).

The ads under the post are limited to 468×60. The default size should improve to include a 728×90 by default (maybe less padding).

Also, I’m not sure if the resizing of the google ads by your theme doesn’t break the adsense tos… Adsense publishers can already create responsive blocks so this function is irrelevant. There should be an option to at least disable the automatic resize by the theme.

Also, is it fully compatible with wordpress 4.3? I heard that 4.3 breaks many sites, such as loosing featured images or metadata.

Please comment.

Hi,

Thanks you for your interest on using our theme!

1. Unfortunately sidebar’s width comes from theme’s grid which can’t be modified easily as you would have to also change the css for all theme’s elements which have been designed to work with the current available grid. Sorry!

2. The adsense ad banners dimensions can be chosen from theme panel however a 728px wide banner will exceed posts’s content width and look something like this: http://screencast.com/t/LGCaVY8Nz

3. Theme’s adsense system is built in regimentation with adsense tos so basically the theme alters the dimensions of adsense ad container on load so after the banner loads on page it isn’t altered, this is how their system also works and what they recommend. Other advantage of using theme’s system is that you can disable ads according to devices so you can tun off ads on mobiles which can come in handy in those cases in which google doesn’t agree with using large banners on mobiles for example.

I see your point on with the option to disable theme’s control on ads, I’ve added this on our requests lists and consider it for future theme updates. Thanks for that!

The current theme version is tested and fully compatible with wp 4.3 so you don’t need to worry in this regard.

Thanks for the message! Lucian C.

Hello, in my previous theme I used this code in function.php (in child-theme folder) :

add_filter('the_time', 'timeago');
function timeago()
{
global $post;
$date = $post->post_date;
$time = get_post_time('G', true, $post);
$time_diff = time() - $time;

    if( $time_diff > 0 && $time_diff < 24*60*60 )
        $display = sprintf( __('il y a %s'), human_time_diff( $time ) );
    else
        $display = 'le ' . date_i18n(get_option('date_format'), strtotime($date) ) . ' à ' . date_i18n(get_option('time_format'), strtotime($date) );

    return $display;
}
...to see the date of post like this:
- Below 24 hours: “3 hours ago” or “33 minutes ago”
- Above 24 hours : we see the date “September 2, 2015 at 4h10”
How can adapt this code in your theme for have same result and where insert it ?
Thank you for your help!

Hi,

Your filter is set to apply to ‘the_time’ while our theme uses get the time function. You have to make modifications to your filter’s output to work with ‘get_the_time’ function, the code can be found here: http://screencast.com/t/DeH6LuFiAZx

If you don’t have coding skills we advise you to turn to a freelancer to do help you with this as we cannot offer customization services at the moment. Sorry!

Thanks for the message! Lucian C.

Hi,

I’m trying to make mega menu to work and i have done exactly as it says in documentation. But the problem is when i hover the menu the dropdown shows only a single line “Collections” and whatever I do that seems to be standard output. Is there something i need activated in order to work?

Hi,

I’m not sure of the result you get but for mega menu you have to make sure you have subcategories set for the category you plan/need to set to use the mega menu, add it to the menu and enable the mega menu for it, below you have an example on how to do this.

Ex: http://screencast.com/t/Jq8Zwohbhttp://screencast.com/t/YAP7sOZ5Ivhttp://screencast.com/t/8QnBM6ywAlS

Let me know if you still need assistance on this and provide a link so I can see your result.

Thanks Lucian C.

Hello, we are in the process of selling a background ad. Are you able to tell us the most ideal dimension the background advertisement should be? (including the what the gap should be for content. Thanks a bunch!!

Hi,

If you want to display something to the left and right of the content area like for example – http://demo.tagdiv.com/newsmag_fashion/td-post-taylor-swifts-stylish-separates-in-germany-shop-them-here/ you have to take in account the content area width – http://screencast.com/t/MemxJFPh newspaper’s theme content width is of 1068px so you need to create a background image based on it. Here is an example – http://demo.tagdiv.com/newsmag_fashion/wp-content/uploads/2014/09/fashion-bg.jpg and the result can be seen here: http://demo.tagdiv.com/newsmag_fashion/td-post-taylor-swifts-stylish-separates-in-germany-shop-them-here/

Hope this helps!

Thanks, Lucian C.

Thank you! Very helpful.

One other quick question. We want to use a third party plugin to control the background ads (so we can put different ones on different pages and have more access to stats) Is there a way to set certain pages to “Boxed” look as apposed to the full width of the top menu. Basically how it works now when you add a background image.

Thanks a ton for the help.

Hi,

Unfortunately the boxed version can’t be set on specific posts/pages only, you need additional customization for that functionality. Sorry!

Thanks for the message!

Lucian C. tagDiv!

My Theme Panel Font Size Settings and your Default Theme Font Size are overriding my css code even it is in Custom CSS

@media (max-width: 767px) { .entry-title, h1, h2, h3 { font-size: 15px; line-height: 20px; } }

Solve this Issue

Hi,

Try this custom css: http://screencast.com/t/BRtG36HnU8

@media (max-width: 767px) { 
.td-post-content h1 { 
font-size: 35px; 
line-height: 35px; 
}

.td-post-content p
{ 
font-size: 11px; 
line-height: 15px; 
}
}

Let me know how it goes and if this is what you need. If this is not what you need please specify what changes you want to do and provide more details.

Thanks Lucian C.

Hey there. Thanks for a well documented and goodlooking theme. A couple of questions…

1. In other themes I´ve bought I used the Rev Slider as background and also covering the header section. Would it be possible to get the code needed for doing that? I´ve tried with css codes but the header section is covering even though no colours are chosen.

2. Are there any options for fullscreen viewing? I´ve started with the demo so I don´t know if its the configuration that makes everythings in box mode. No colour nor background is chosen.

Thanks in advance Tomas from Sweden

Ive managed to get the slider as baclground but its seems impossible to make the header transparent. Ive tried different variations in css but its still standard white. Any suggestions?

OK problem fixed. I found the transparent options in theme panel. Great theme

Hi Tomas,

Glad you have managed it eventually!

On your second question, the theme doesn’t have any options to set it to full width. The appearance you get when importing demo is the original design of the theme.

Let me know if you need any other informations on this.

Thanks for the message! Lucian C.

Hey there. Thanks for a well documented and goodlooking theme. A couple of questions…

1. In other themes I´ve bought I used the Rev Slider as background and also covering the header section. Would it be possible to get the code needed for doing that? I´ve tried with css codes but the header section is covering even though no colours are chosen.

2. Are there any options for fullscreen viewing? I´ve started with the demo so I don´t know if its the configuration that makes everythings in box mode. No colour nor background is chosen.

Thanks in advance Tomas from Sweden

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