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,
You could use the following css:
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
.td-header-sp-top-menu .menu-top-container {
display: block;
}
}
Thank you, Emil G.
Thanks Emil! Worked great! One observation. On the mobile login modal, the box for entering your password now stretches beyond the actual width of the login modal to the end of the screen.
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
I forget exactly which header style number this is but i’m sure you will know.
Regards,
Glenn
3. How do i remove category tag on big grid on category page.. seems pointless having the category tag when they are all in same category.
Hi,
1. Try the following css:
.td-big-grid-post-0 .td-module-thumb .entry-thumb{
height: 100%;
}
If it doesn’t work please provide the url so i can take a look.
2. You have to use the header menu file and add the code at the end – http://screencast.com/t/SdLsMIPLnlrE
3. You can disable it from Theme Panel -> Block Settings -> Category tag on Modules/Blocks – http://screencast.com/t/7pQw0OxSmq3f
Thank you, Emil G.
with number three i need the categories on for my homepage big grid.. but off on category pages. That will turn it off site wide.
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.asp – http://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.
Hi,
The activation notification isn’t appearing right away you install the theme just only after a few days, then you can use this guide to activate it using your item purchase code: http://forum.tagdiv.com/how-to-activate-the-theme-newsmag/
Thanks Lucian C.
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
Hi,
Thanks for the nice words unfortunately the theme doesn’t include a directory module so you would have to use a plugin for it. I can’t help you chose one as we haven’t tested the theme with any plugin’s of that type but you could decide on one and give it a try and let us know if there is something we can help you with,.
Thanks Lucian C.
How about the larger size of my logo 260X160? Will that work?
One more thing. Sorry. Need to know about my logo size and… I want to buy this when I wake up in the morning and get started. I have the Sprout theme now. I didn’t see anything in the documentation about migrating. Is there anything about it? I might just opt for someone from Envato studio to do it for me if it’s complicated.
my current site www.brandinginasia.com
I am going ahead and buying the theme now. Was hoping for a reply on my logo situation and the migration. Fingers crossed this all works out. I’ll work around the logo size if I have to because I like the theme that much.
Hi,
I see you managed your logo, there’s a height limit set from css – http://screencast.com/t/yf7fghiv2xK – it can be removed with custom css if you want to use a larger logo.
You need to regenerate the thumbs, check this guide – http://forum.tagdiv.com/using-the-theme-with-existing-content/
Check the following guide on how to optimize the performance – http://forum.tagdiv.com/how-to-make-the-site-faster/ – and this one – http://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thank you, Emil G.
Thanks. Would be great to have slightly bigger logo. That’s way above my brain capacity. Have a tutorial on that?
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/0e64xnt244Hi,
It’s an issue caused by the zoom out on the browser, if the zoom is set to 100% it will display correctly, if you go under 100% some elements will drop. We have this on our list for a future update, thanks for reporting this.
Thank you, Emil G.
Hi thanks for your reply. That did work for the top grid. The one underneath though ‘fashionweek’ ‘gadgetworld’ etc seams to have the same problem. see screenshot.
I have zoomed even further in and out and these never seem to change. Ive tried this on chrome and firefox.
p.s screenshot looks funnt from screen capturer, ignore the background being down the page.
http://awesomescreenshot.com/0a04xqdsf5Hi,
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/4pg97qtqpD – http://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 ?
Thanks, I got it from documentation : http://forum.tagdiv.com/how-to-manage-the-box-layout/
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
Hi,
Check if you have the theme(1.7.1) and Social Counter(2.10) latest versions. If you already do please send an email at contact@tagdiv.com , specify the issue and provide wp-admin access so i can take a look.
Thank you, Emil G.
Hi Emil, I do have the latest versions. I just sent you admin access. Thanks
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/YezVJII1Z0d – http://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 ?
Hi,
Yes it’s possible, i’ve tried this plugin – https://wordpress.org/plugins/font-awesome/
You have to add them in the Navigation Label field – http://screencast.com/t/5MWgvpJ5
Result – http://screencast.com/t/QctVUqISeIs
You can use another plugin, it’s just an example.
Thank you, Emil G.
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.