Discussion on Newsmag - Newspaper & Magazine WordPress Theme

Discussion on Newsmag - Newspaper & Magazine WordPress Theme

By
Cart 19,965 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.

With the video version of your theme, does it support automatically importing video thumbnails and other metadata lie description and title? Thanks

Hi,

To create a video post you need to paste the video url inside the Featured video field – http://screencast.com/t/DB6Qtcxb

Also check this guide – http://forum.tagdiv.com/featured-image-featured-video/

The title of the post is not set from the video, you add it manually. The theme features (including the featured video) work on all stacks, you can see them on the default stack in the menu > video – http://screencast.com/t/Y39B0RTrJpQ

Thank you, Emil G.

Hello TagDiv,

I would like to know if you do a custom service to improve the speed of website? Because I´ve done what you show on forum, but my site keep slow and low point on Google Speed Insight.

Thank you.

Hi,

Please send the url at contact@tagdiv.com , specify the issue and i’ll check it to see what may be the cause.

Thank you, Emil G.

Hi Team! Hopefully this will be my last question! Appreciated all the support so far. In mobile, is there away to display the full “top header” menu so that all of the links are displayed? I added the custom css from earlier post on this subject but it only added the “login” link and the social media icons. Thanks!

Hi,

On what device (phone) did you tested, please provide more details.

Thank you, Emil G.

Hi Emil – Tested it both on a IPhone 5 and IPhone 6. On the login modal the “your password” box is longer than the login modal. It stretches beyond the login modal box to the end/near the phone’ screen. The “your username” box is the normal length and fits within the modal. I tested it on an ipad and this issue does not happen as both “your password” box and “your username” box are the same length and fit within the modal. This might just be an issue with the IPhone.

Hi,

Try adding a new width for those fields, the css should look like this:

@media (max-width: 767px){
.td-header-top-menu {
  display: block;
}
.td-header-sp-top-menu .menu-top-container {
display: block;
}
.td-login-wrap .td-login-input{
width: 100%;
}
}

Thank you, Emil G.

Hi,

How do i target the big image on big grid to make sure that image height is always max (not auto height)

Thanks

Hi,

The theme doesn’t have such an option , try to add the following code in module mx5 and mx6 templates – http://screencast.com/t/qrudt59d

The code should look like this:

<?php if (td_util::get_option('tds_category_module_mx6') == 'yes' and is_front_page()) { echo $this->get_category(); }?>

Thank you, Emil G.

Also could you give me some code for a basic button to add to my header – (question 2)

I tried to add one but it doesn’t end up next to search icon, it get’s pushed above the header near logo.

Any help would be great

Thanks

Hi,

The button has to be positioned using css, almost any element from the theme is positioned via css.- http://screencast.com/t/dAPfVT12 – My advice is to look for a tutorial on how to position elements on page, for ex. – http://www.w3schools.com/css/css_positioning.asphttp://learn.shayhowe.com/advanced-html-css/detailed-css-positioning/ – focus on position relative and absolute.

Thank you, Emil G.

Does the theme support news slide banner on homepage ? well i dont think i saw that on any of your demos.

Please how can it be achieved.

Hi,

The theme has this post slider which you can see here: http://demo.tagdiv.com/newsmag/homepage-big-slide/

It’s available within Visual Composer’s page builder elements and can be added to the page like this: http://screencast.com/t/ubaz8w9mkKZb or you can also use Visual Composer’s page slider element: http://screencast.com/t/dBQmhsV5Aefv

Thanks Lucian C.

Ok, thanks.Sending it to my client for review.

Hello, how to activate the template? In the administration do not “Activate theme ‘or box to enter a license code. What should I do?

Thank you.

Hmm, ok. And how do I use a template when nothing can be set up? Me admin: http://i.imgur.com/dtOOSoO.png Nothing works:( Thank you.

Hi,

From your image it seems to be an issue with the theme panel, try the solution presented here – http://forum.tagdiv.com/topic/save-settings-disappeared/

If you don’t know how to doit please send an email at contact@tagdiv.com , paste a link to this conversation, provide wp-admin and ftp access and i’ll fix it for you.

Thank you, Emil G.

Thank you, it works.

Considering your nice theme. My logo on current site is 260X160. I can reduce it a bit, but don’t want to that much.

Also, you happen to have a directory module? I’m choosing between Sabai and Web 2.0 right now. Hate to dress down your lovely theme with their less than stellar look.

Thanks~ Bobby

Actually, the more I look at that size, I’m good with it. ;-)

I would however like that header banner to come down. Look a little high to you?

Hi,

Try the following css (add it in Theme Panel -> Custom CSS): – http://screencast.com/t/zJbu2jFEf8KP

.td-header-sp-ads {
margin-top: 20px;
}

The size of the logo was limited so that it doesn’t interfere with the ad, if you use a large logo it may go over the header ad. I can provide some custom css for it but first you need to upload a larger logo, not the logo is 272×90px.

Thank you, Emil G.

Hi this is presale question, Can I make the 5 stars on post thumbnails appear as points, e.g. 7.3/10

how much work would it require to change that?

Hi,

Unfortunately that can’t be customized trough theme’s panel but you could achieve it changing theme’s review system but it wouldn’t be an easy task.

Thanks Lucian C.

thanks, will I be able to change stars to some other graphics, like 5 shoes?

Hi,

1. The code used on the stars is located here – http://screencast.com/t/1LXwiQtl – and here – http://screencast.com/t/cqvORD7jbh1 – as Lucian said it’s not easy to modify, if you don’t have programming experience i suggest that you hire a professional developer.

2. For the stars we use a font – http://screencast.com/t/9diFXwChJ You can rebuild it here – https://icomoon.io/app/#/select It’s located in the Images folder – http://screencast.com/t/uz3vwCtv4 The css – http://screencast.com/t/pEDvZjZn3Ih

Thank you, Emil G.

Hello, How to display the time next to the date ( in articles and modules) ? Thank you in advance for your help.

Hi,

You have to change the format from Settings -> General – http://screencast.com/t/siHOKxEfN01u

M j, Y - g:i a

For more details on the format check the official documentation – https://codex.wordpress.org/Formatting_Date_and_Time

Thank you, Emil G.

Thank you!

In widgets (tagDiv block), is it possible to limit the number of pages with the “pagination: ajax next prev”? I want to display 9 results 3×3

Hi,

Unfortunately no, only the number of posts displayed at once can be changed from the block settings. It may be possible with custom modifications on the code but it’s not an easy task, my suggestion is to hire a professional developer to modify the code for you. We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.

Thank you, Emil G.

Hi I installed the demo content, but the content seams to be going underneath eachother. for example on the big grid yours goes all the way accross whereas mine goes underneath itself. Please see attached screenshot.

http://awesomescreenshot.com/0e64xnt244

Hi,

Please also provide your site’s URL so I can have closer look at this if possible and use our email address to sent it if you don’t want to paste it here. Send it at contact@tagdiv.com and also include a link to this conversation.

Thanks Lucian C.

Hi I sorted the issue out by changing the template from default. I dont want to leave it as it is. However it happened when i installed the demo content, thats how it looks without me changing anything.

Hi,

Another cause for layout issues may be caused by the manually added html/css which may be incomplete. Try to disable all plugins except for Visual Composer and remove the custom css, ads and other manually added elements. Check if the issue is still there. If you cannot find the cause please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin so i can take a look.

Thank you, Emil G.

Hi,

I tried to hide some elements/blocks on some devices (mobile phone e.g.) using the “responsive behaviour” menu. The block border becomes white but It does not work. Still all blocks appear on all devices (PC, mobile etc). Why? Regards, Chris

Hi,

Do you refer to theme panel’s advanced css section: http://screencast.com/t/XaG71h8fK6xr or the columns settings on VC page builder: http://screencast.com/t/xrdniYAP

Please note that the responsive settings from VC column seetings aren’t working for hiding theme elements but you can also hide blocks on different devices using custom css code and the css media snippets from below:

/* responsive phone */
@media (max-width: 767px) {
 your css code here
}

/* responsive tablet */
@media (min-width: 768px) and (max-width: 1023px) {
     your css code here
}

/* responsive monitor */
@media (min-width: 1023px) {
    your css code here
}

Thanks Lucian C.

Hello, Can you please add total share count in single post… ?

Hi,

I’ve added your suggestion on the list and if more people will request this we will implement it. We have a lot of features on the list and we have to decide carefully which one gets implemented next. An alternative would be to use a social share plugin which already has such a feature and replace the existing share buttons (just disable them from Theme Panel).

Thank you, Emil G.

I have set Page-builder + Latest Article + pagination option for homepage. How can I set Pagination to infinite scrol ?

Hi,

The Latest Article section doesn’t come with an infinite load option. To achieve this you must use the Homepage – default template and use a block to create the Latest Articles area. Set the block to use infinite load. – http://screencast.com/t/4pg97qtqpDhttp://screencast.com/t/flgQc12MPfc

Thank you, Emil G.

How do I find the child theme? Is there any docs for it? If there is I need to add this to it

// Hides the iCal/Export Listed Events link from tribe archive views such as List and Month remove_filter(‘tribe_events_after_footer’, array(‘TribeiCal’, ‘maybe_add_link’), 10, 1);

Hi,

The child theme is included in the package you download from Themeforest – http://screencast.com/t/ePnn86nM6p

You can read more about the child theme here – http://forum.tagdiv.com/child-theme-documentation-newsmag/ – and here – https://codex.wordpress.org/Child_Themes

If you don’t want to use a child theme you could add that code at the end of the functions.php file but you need to add it again if you update the theme. – http://screencast.com/t/2e4pdIijCffa

Thank you, Emil G.

Where would I place the child theme? In the themes folder?

Hi,

Yes, the child theme’s folder should go into themes folder.

Thanks Lucian C.

Hello, how to add background color ?

Hello, The grid widths are defined in px not in percentage. On tablets the images are blur or the thumbnail size and title size and not matchable.

Any solution for this : http://prntscr.com/79lzip

Hi,

Try the following plugin – https://wordpress.org/plugins/wp-retina-2x/ If it doesn’t improve please send an email at contact@tagdiv.com , provide more details (like on what device did you tested) and the wp-admin access so i can take a look.

Thank you, Emil G.

Love the theme! The only thing is it is not pulling my correct FB Likes…

How do I fix this? Thanks Brenda

Replied via email!

Thanks Lucian C.

Lucian, I responded to your email, please let me know that you got it. Thanks

Yes, I’ve replied you just now!

Thanks Lucian C.

Hi,

I contacted you over TF profile regarding my problem ( post template errors can’t set them anymore, even after update) , please help! We have a lot of problems with the theme.

Thank you and best Regards

Hi,

We’re sorry for all the trouble! Please send us a message via email at contact@tagdiv.com and describe your problem in details and also provide your admin login credentials so we can have a look and we will get to you as soon as possible.

Thanks Lucian C.

Hi,

Where do I find the review module for pages and not single posts?

I can’t simply find it in the page builder or plugin section :-(

Best regards,

Hi,

Unfortunately theme’s product reviews system isn’t available on pages as it hasn’t been designed to work on pages just on posts pages.

You can add them in page’s backend editor from here, like this: http://screencast.com/t/YezVJII1Z0dhttp://screencast.com/t/rwHAx3UbWj but you’d also need additional customization for this to work on pages.

Thanks Lucian C.

Hi Lucian,

What further customisation is needed?

Best regards,

Hi,

You need to change the review function here: http://screencast.com/t/Yst8iyOo then call it on the page template you want to use it, like it’s called here on post page template: http://screencast.com/t/MDl4LUsEet3K Then you would also need additional style customization.

Thanks Lucian C.

Hello, Can I add fontawesome icons in Menu items ?

Thanks it works. I also try this with ( wp_enqueue_style( ‘fontawesome’, ’//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css’ ); ) and in function.php and it works too without any plugin.

The next point is how you add Menu Text with the icon ?

and how to change the default font-size from open-sans to Verdana ?

Hi,

1. Not sure what you mean, the icon should be added before the text, check the code in my image – http://screencast.com/t/K14oofocS

2. Change the font from Theme Panel -> Theme Fonts -> Header – http://screencast.com/t/lXRdZcQxT

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