Discussion on Newsmag - Newspaper & Magazine WordPress Theme

Discussion on Newsmag - Newspaper & Magazine WordPress Theme

By
Cart 19,967 sales
Recently Updated
Well Documented

tagDiv supports this item

Supported

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

4766 comments found.

Hi, you say that “If you edit a post and add a text as excerpt manually (in the excerpt box), the theme will show that text unmodified and uncut.”. Is there a way to change this and limit the number of words? Because I need to manually use the Excerpt Box of the post and auto limit the excerpt lenght without having to count the words myself.

Hi,

The custom excerpt from wp’s post editor section will be displayed as entered by you so since it’s an custom excerpt it doesn’t have any trimming function, you can find it here: http://screencast.com/t/okix4oGncUTo and alter it if you need a different approach on it.

Thanks! Lucian C. tagDiv!

Thanks, so for example if needed 30 words what would i need to change?

Hi,

You have to add a function which counts the number of words and returns only the first 30, you can find an example here – http://screencast.com/t/cUAhu5Qvg – it is used by the get_excerpt function – http://screencast.com/t/2xwyXF9Bq8

Thank you, Emil G.

My +1 for a video popup (I liked the JackBox – Responsive Lightbox with a link direct to the opened Lightbox) Thanks!

Thanks! I’ll note this and consider your suggestion!

Thanks for the message! Lucian C. tagDiv!

Hi, Is it possible for you guys to add some grid block templates that would look nice with vertical pictures. At this moment, only photos with width bigger than height look nice. Or is there any other workaround?

Hi,

We will consider your request for future theme updates. Meanwhile if you need a module with an vertical image thumb you can later one of theme’s modules in this regard and use wp’s thumbnails image size, and set its dimensions form wp media settings, like this: http://screencast.com/t/Y7nmGnkk then set it to be used on block 11 by changing the module 10 file, like this: http://screencast.com/t/oSjjZaeZR7K then regenerate thumbnails and use a plugin like ‘Ajax thumbnails rebuilt’ for that: https://wordpress.org/plugins/ajax-thumbnail-rebuild/ then add this custom css in theme’s panel custom css section: http://screencast.com/t/Y9BoJKecb

.td_module_10 .item-details {
    min-height: 235px;
}

Hope this helps! Thanks for the message!

Lucian C. tagDiv!

Hi,

I’ve noted this! Thanks for reporting it!

You can fix it like this: http://screencast.com/t/g0EkJkVrT

Use this custom css code in theme’s panel > custom css section:

@media (max-width: 500px) {
.td-g-rec-id-content_inlineleft, .td-a-rec-id-content_inlineleft {
float: none;
margin: 0 auto;
display: table;
}
}

Let us know how it goes!

Thanks! Lucian C. tagDiv!

thanks, now works well.

hi, i’m using newsmag version. I wanna know how can i use smartlist without numbers ?

Hi,

The theme doesn’t have any options in this regard but smart lists numbers can be hidden using custom css code for each smart list type individually or for all of them.

Here is an example: http://screencast.com/t/TlMr52gZbjdb

Thanks! Lucian C. tagDiv

Check out what our customers feel about using Newsmag!

\\

\\

Hi, pre-sale question: I don’t really see what the difference is between this NewsMag theme and the NewsPaper theme (also by you). Could you give me a hint?

Hi,

Both themes (Newsmag and Newspaper) functionality and performance are similar. The main differences are in designs/appearances and the content area width which slightly differs from one theme to another, newspaper’s grid width is 1164px 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. The choice depends on your needs.

Hope this helps! Let me know if you need additional informations!

Thanks!

Lucian C. tagDiv!

any way to see how bb press with multiple categories and forums looks on this theme?

Hi,

For the moment there’s no bbpress demo but we plan to add a one soon. A quicker solution would be to write at contact@tagdiv.com , include a link to this conversation and i will provide a link to a test site on which there’s a forum with test data installed.

Thank you, Emil G.

Hi,

I have issue is that, in my site that i am creating in wordpress using this theme is: in the home page in the latter section is where the blogs show, and they separated into categories, the problem is that in the mobile view in each category should be appearing the 3 latest post. Everything seems fine if i use inspect element using the mobile option, i can clearly see 3 latest post in each category, but if i go to my actual phone (iPhone 6 plus) it only shows one post per category. I thought there must be a media query i must of gone wrong, but when i tested the site in an android phone everything is fine, 3 post are appearing per category, my question is: is this something to do a theme option in wordpress that must be edited?

Thank you, Alex

Hi,

This issue may come from a plugin, try to disable all plugins except for Visual Composer and see if the issue is still there. If you use a cache clear it and test again. If the issue is gone enable the rest of the plugins one by one until you find the one which is causing this issue.

If this doesn’t work please send an email at contact@tagdiv.com , include a link to this conversation and provide wp-admin access so we can take a look.

Thank you, Emil G.

Presale question: I like this theme but i would like to disable your responsive menu i would like to use a third party menu plugin please can that be done from the themes control panel or a css code will be required?

Hi,

There’s no option to disable the menu, we have it on our list and we plan to add an option in a future update. For the moment i cannot provide a date for this implementation, we have a lot of features on the list and we have to take them one by one. Until then a solution for a custom mobile menu can be found here – http://forum.tagdiv.com/topic/assign-custom-menu-for-mobile/

Thank you, Emil G.

Hi, help me fix my twitter share. When I click my twitter share button, then appear false account name. It should ”..... via @mywebcoid”, but on mine appears ”... via @myweb.co.id”.

Thanks for a great theme

Hi,

Try to change it from Theme Panel -> Post Settings -> Sharing – http://screencast.com/t/T3syYJlHZ

Thank you, Emil G.

Hi guys,

Please please please, can we include support for an audio post format in the next Newsmag update? I post a lot of audio embeds (SoundCloud, Bandcamp), and it would be awesome to have those posts uniquely styled, just like the video posts.

Thanks!

Hi,

We have this on our list for future updates, unfortunately it won’t be implemented in the next update, sorry. We have a lot of features on the list and we have to take them one by one.

Thank you, Emil G.

more article box you can disable on smartphones?

Hi,

Yes, just add the following css in Theme Panel -> Custom CSS:

@media(max-width: 767px){
.td-more-articles-box {
display: none;
}}

Thank you, Emil G.

Thank you, number one

I am not getting the colours the way I want. my website http://www.templodosucesso.com.br I wish my main menu at the same colours the top menu, bUT i AM NOT FINDING HOW. i have changed the option Header — Main Menu, -—- Backgroung colour

Hi,

Make sure you have both menu background colors set, like this: http://screencast.com/t/rphHxOspT3Jhttp://screencast.com/t/T2dk6ebf

Let us know how it goes and if you still can’t manage it address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this.

Thanks! Lucian C. tagDiv!

hi! so the latest version is already compabile with buddypress?

Hi,

Yes, theme’s latest version has buddypress support integrated.

Thanks! Lucian C. tagDiv!

Probably never going to happen but a weather widget would be nice addition to the theme.

Hi,

It’s on our list and we plan to implement it but i cannot provide a date for it, we have multiple features on the list and we plan to take them one by one. An estimate would be 2-3 months.

Thank you, Emil G.

Hi, I have a problem with attachments. So when I download uploaded file via admin panel – it’s ok. But when I download uploaded file via frontend – file is corrupted. Please help;

Best regards!

Hi,

Do you receive any error? try to disable all plugins except for Visual Composer and see if this issue is still there. If the error is still there please send an email at contact@tagdiv.com , include a link to this conversation, provide more details and wp-admin access so we can take a look.

Thank you, Emil G.

Do you have a dark version for this theme?

Hi,

Unfortunately the theme doesn’t have an dark version which you can use in this case but you can use theme’s settings to set a dark background color for the entire site, footer, header, menus: http://screencast.com/t/3OPDSe7Gp for the rest elements that don’t have an background color option available you can use custom css to customize them as you like.

We also have this in our feature requests list so if more people will ask for a dark version we will add it in the future.

Thanks! Lucian C. tagdiv!

Hi. Nice work.

A pre-sale question…. can i use the Homepage as Full-Size? (not boxed).

For example like this one: http://bit.ly/1PxJB09

Hi,

Unfortunately not, theme’s grid is fixed and it can’t be changed using this settings. You could change it with additional customizations but that it is not an easy task and you would have to turn to a developer if you don’t have the necessary knowledge because we cannot provide customization services at the moment. Sorry!

Thanks for the message!

Lucian C. tagDiv!

Check out what our customers feel about using Newsmag!

\\

\\

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