26935 comments found.
Hello,
To display my articles in the category page, i use the block MS in the theme panel. how proceed for have the pictures on the right and not in the left of this page.
I need to display my voting system for all articles on this page (category page and for all previews articles). How do i do?
Thanks a lot 
Hi,
Use the following css: – http://screencast.com/t/Wn2JLGaJFN
.td_mod_search .item-details{
margin-right:146px;
margin-left:0;
}
@media (min-width: 768px) and (max-width: 1018px){
.td_mod_search .item-details .entry-crumbs{
top:4px;
}}
@media (min-width: 768px) and (max-width: 1018px){
.td_mod_search .item-details .td-bread-sep{
top:4px;
}}
.td_mod_search .item-details .meta-info{
display:table;
}
@media (max-width: 767px){
.td_mod_search .item-details{
margin-right:62px;
margin-left:0;
}}
.td_mod_search .video-play-icon{
right:94px;
left:auto;
}
@media (max-width: 767px){.td_mod_search .video-play-icon{ right:28px;
left:auto;
}}
.td_mod_search .thumb-wrap img {
right: 0px;
}
Thank you, Emil G.
ok thanks a lot 
could you just confirm where put these code?
And about my voting system, is it possible to display it on category page (for all articles)?
Hi,
1. Add the css inside the Theme Panel -> Custom CSS
2. Do you use a plugin for the voting system? or you have some code?
Thank you, Emil G.
1. Ok
2. I use a voting system. You need an access to m’y website?
i found shortocode of my plug in -> Display Voting Box: [bwl_pvm/] i don’t know if it’s important but my article are made with formidable pro (custom posts type).
Thanks for your help.
Hi,
You have to add the shortcode inside module9 file – http://screencast.com/t/nfwScdX5 and use some css to position it.
If you want you can also create a condition so it will only be displayed on category pages.
I can’t guarantee that it will work, it depends on the plugin.
Thank you, Emil G.
i have just to put this code ->[bwl_pvm/] in td_module9.php?
that’s right? I tried but not effect
Hi,
Try with:
<?php echo do_shortcode('[bwl_pvm/]'); ?>
If it doesn’t work you’ll have to ask the plugin author about this.
Thank you, Emil G.
sorry i have found before your message and it’s perfect 
I have a problem… with the diplay of my voting system.
My voting system is well displayed for all articles on categorie page.
But when i vote for an article (always on this category page) all system voting diplay the new (and same) score.
if I reload the page, all score are displayed normaly.
Thanks for helps.
Hi,
can I see your site? Maybe is some kind of problem with the plugin implementation + theme.
Radu O.
thanks for your help. i have contacted the author of the plug in. I will recontact you if necessary 
Hi,
Also, the fullwidth post layout is not working for me. Let me know if you can take a look. Thank you!
Hi,
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.
Sure – just sent over an email. Thank you!
Hi,
Replied via email.
Thank you, Emil G.
Any plans on making video post playable right on the homepage? So people don’t have to go to the individual post page to watch a video?
Or is this at all possible to do myself if I purchase this theme?
Thanks for your fast reply.
Hi,
You can doit on the article list templates by selecting module 1 or 7 – http://screencast.com/t/tL5G2LQg6yp – http://screencast.com/t/ygNfJm7z – http://screencast.com/t/Jct8pfHzO
I’ve filtered the article by the Video tag and changed the section name to Latest Videos.
Thank you, Emil G.
thanks for your reply. I’m planning to use this theme for a video blog so this feature is very important for me. Do any of the Blocks support instant video playback? I’m particularly interested in block 2 and 8. Or if it’s not supported, would it be hard to implement? Thanks for your help. I’ve been looking at your theme for days and am ready to buy. Just need to know if these video features will work. Thank you!
Hi,
It is doable, you have to modify module5, it is used on both blocks ( 2 and 8 ): – http://screencast.com/t/Bvyj3kc0Mdqi
<?php if (get_post_format($this->post->ID) == 'video') {
//if it's a video post...
$td_post_video = get_post_meta($this->post->ID, 'td_post_video', true);
$td_video_support = new td_video_support();
//render the video if the post has a video in the featured video section of the post
if (!empty($td_post_video['td_video'])) {
echo $td_video_support->renderVideo($td_post_video['td_video']);
}
} else {
echo $this->get_image('art-wide');
}?>
Result – http://screencast.com/t/dhbp9Rp36hRt
You have to adjust the thumb size(or create a new size) so it matches the video height. The thumbs are defined in the functions.php file – http://screencast.com/t/lmhBkzck4 , regenerate the thumbs after you modify or add a new thumb size – http://forum.tagdiv.com/using-the-theme-with-existing-content/
Thank you, Emil G.
Hello,
Thanks for this theme! I am having an issue where the top bar and header menu are not displaying fullscreen.
The site is: www.projectfount.com
Let me know if you can take a look. Thank you!
Hi,
Please provide access to the site, i can only see the eta screen – http://screencast.com/t/xdG7yn13EOr
I suspect that you set a background and the theme automatically switched to boxed mode. Clear the background and check if the menu/header goes full width – http://screencast.com/t/rqEGBDKuqiu
Thank you, Emil G.
Hello!:-) Just bought your theme yesterday… Could you please set up for me the homepage 4 as in the demo: http://demo.tagdiv.com/newspaper/homepage-4/ ? This one is perfect for me. I am a beginner user. I’ll be very grateful. Thanks.
Hi, Yes, please send us WP username and pass via email at contact@tagdiv.com
Thanks for the message!
Hi! Many thanks. I’ve installed it on local. I will put it on a live server and drop you and email you the details. Many, many thanks!
Hi! I am sending you the details fo your email. Many thanks again.
Hi,
Replied via email.
Thank you, Emil G.
Hi,
First, I would like thank you for the awesome theme. But I am facing one issue. I want to stick widget in the right side bar only in this page.
Plugin: Q2W3 Fixed Widget (Sticky Widget)
But I am not able do with any plugin too. Will you please tell me how to stick a widget in the right sidebar.
Thanks
Hi,
The Q2W3 plugin works with the default widgets, for tagdiv widgets you have to edit the code, add an id – http://screencast.com/t/30vkf3g3Csc
And add the id in the custom id box – http://screencast.com/t/CxsnbdvW2f
Thank you, Emil G.
Thanks for your help.
Having issues with sub menu hiding behind revolution slider. Is there a fix for this? or a procedure on how too?
Hi,
Please add the following css into the Theme Panel -> Custom CSS:
.td_revolution_slider {
z-index: 0;
}
This will be fixed in the theme next version.
Thank you, Emil G.
I’ve updated my support thread for my issue of not being able to show the demo content images http://forum.tagdiv.com/topic/problem-installing-demo-content/
and you have my login info by email
Hi,
Replied via email.
Thank you, Emil G.
As well as our own content, my website also pulls in news from external sources using rss (aggregation) and converts them into posts which link back to the original source. The only problem with this is that they do not include featured images/thumbnails. Is there a way of setting a ‘default’ thumbnail for a specific category, or just show those posts in a ‘list’ format (block) which doesn’t include a featured image/thumbnail?
Thanks.
Hi,
You can activate the thumb replacement from the Theme Panel – http://screencast.com/t/KEUjo1uKU9L but it doesn’t have an option to choose a thumb for each category, you can only do that by modifying the code – http://screencast.com/t/qS7yRO8vy0
Thank you, Emil G.
Thanks. Is there a way I can force posts within a specific category to open in a new browser window/tab?
Hi,
Only if you modify the code and create some conditions – http://screencast.com/t/3nXMKi5bWNx – http://screencast.com/t/vEO3dDL8jWl4
$category_list = get_the_category($this->post->ID);
$open_status = "same window";
foreach ($category_list as $category){
if ($category->name == "Category 1"){
$open_status = "new tab";
}
}
if ($open_status == "new tab") {
$buffy .='<a target="_blank" href="' . $this->href . '" rel="bookmark" title="' . $this->title_attribute . '">';
}
else {
$buffy .='</a><a href="' . $this->href . '" rel="bookmark" title="' . $this->title_attribute . '">';
}
</a>
You have to do the same for the title link – http://screencast.com/t/WdXNP9zrf
Thank you, Emil G.
Hi tagDiv!
Great features. I am interested in your theme. Does it load fast?
Many thanks for replying me.
Hi,
Yes it does, but the loading speed depends on many factors like the host quality, the pagespeed optimizations, caching. You can read about this here – http://forum.tagdiv.com/pagespeed-guide/ and here – http://forum.tagdiv.com/topic/pagespeed/
The second link requires forum registration.
Thank you, Emil G.
Hello,
Was going to ask the same question as SEOALINKS above and previous comment about the homepage being updated to a more modern nicer layout /look and I’m very happy to see that it’s on the bucket list!! (crosses fingers)
That would be amazing!! You guys ROCK!
Hi,
If you got any suggestions or examples please feel free to post them here, any idea that may help us improve the theme is welcomed.
Thank you, Emil G.
Hi Emil,
When I go to share an article on Facebook, it displays messy. Like example of the beginning: Creamy Sesame And Orange SmoothieRecipesJuly 7, 20140 71I
How can I fix this so the article just displays smooth? Thanks.
Hi,
Please enable the “Add Open Graph meta data” option in SEO by Yoast plugin. Check a post on the debugger – https://developers.facebook.com/tools/debug/ and hit the “Fetch new scrape information button” – http://screencast.com/t/rlpRrHvL31
Thank You, Emil G.
Hi,
the featured posts arent displaying on my homepage
http://aquaristmagazine.com/?preview=true&preview_id=2678&preview_nonce=2d5f9d934fAny ideas?
Hi,
I can’t see the content of your link – http://screencast.com/t/mEqskHsmI0
Please provide more details about the issue – like homepage template used, do you have posts assigned to the Featured category?
Thank you, Emil G.
How can I find short codes for columns pls?
Hi,
You can set columns from Visual Composer – http://screencast.com/t/UykYohd0
If you want to see the shortcode switch to Classic Mode – http://screencast.com/t/ZxCxJVK4rY
Thank you, Emil G.
Hi, thanks for helping me out with my question about Uber Menu integration.
I have another question (last one hopefully).
How can I disable the mobile menu in the them so that I can use my own? Right now I have the other one working but still have the fly out menu from the theme enabled.
Hi,
You can comment the following line in the header.php – http://screencast.com/t/1Sdh8JOq
And delete/comment the menu icon container – http://screencast.com/t/6CwJwx4utow
Thank you, Emil G.
Okay now I have an issue.
The Uber Menu worked following the documentation however when I implement the suggestions you outlined above the Uber Menu no longer works and it reverts to a regular menu.
It seems that I cannot disable the mobile menu without also disabling the Uber menu integration with the site.
To specify, I am using my own mobile menu so dont need the theme’s mobile menu. I only want the desktop version to be an Uber menu.
Solution?
Can I have you take a look at it?
Hi,
Hello, unfortunately we cannot offer custom work anymore. We would have gladly made it for you but we work very hard on the updates and features for all the users. You can always get a freelancer from sites like: https://studio.envato.com/ And we are working to provide premium support.
Radu O.
Hello,
I plan on purchasing the theme (hopefully) but the only thing that’s keeping me from purchasing it is because the homepage looks a bit out-dated compared to new themes / designs and was wondering if it will be improved in the future like the post have (paralax etc)
Post’s look modern and nice! but the homepage is kinda like – blahh (sorry)
Thanks ! Looking forward
Hi,
We have in plan to improve the general look of the theme, we will discus this issue next week when the missing team members will return from vacation. Thank you for your feedback.
Have a nice day, Emil G.
Hi,
1. Disable the wp-postviews plugin and use the new theme feature – http://screencast.com/t/r7h6N1mTuw
2. The forum page name must be Forums – http://forum.tagdiv.com/how-to-install-bbpress-forum/ – http://screencast.com/t/WjnMnehLm
Thank you, Emil G.
Thank you
We’re using Typekit as diagrammed in the documentation. On the loading of a page or post, there is a flash of unstyled text (FOUT). Is there anyway around that?
Hi,
Typekit adds a class (.wf-loading) to the body while loading, you can use it to hide the content until it loads – http://en.forums.wordpress.com/topic/keep-default-font-from-showing-before-typekit-font
.wf-loading{
visibility: hidden;
}
Thank you, Emil G.
When the footer’s copyright text has an apostrophe in it, an escape slash is showing on the front end. For instance, if the copyright text is “Copyright Jim’s Wholesale” it displays as “Copyright Jim\s Wholesale”
Hi,
I’ve tried this on my side and it’s displaying properly – http://screencast.com/t/h9WTDCWThRm
Please provide your url here or via the email at contact@tagdiv.com so i can take a look.
Thank you, Emil G.
This issue is still happening after moving the theme to the live server. http://www.mvtimes.com/
Hi,
sorry about that, we are releasing an update in 1-2 days that will fix this.
until then you can replace the ’ with http://pastebin.com/nBC5dbRF – (I could not write it here in the comments since the panel is converting it to ’
)
Radu O.
Love this theme! Only question I have is: - Why is my header ad cut off? link – www.thefrick.com
Please Help!
Hi,
It happens because the logo height is smaller then 100px – http://screencast.com/t/Ft30B1wo
You can fix it by using a 300×100px logo or via css: – http://screencast.com/t/93zBIPcdCw4L
.header-logo-wrap img {
margin-top: 10px;
margin-bottom: 10px;
}
Thank you, Emil G.
Thank you for your help!