4766 comments found.
Hello there,
Lately, I’ve been trying to implement custom fields to tag pages with ACF plugin. Everything works fine except that I can’t display the data of the custom field i use for tag pages.
I use this to display the data : <?php the_field('date_de_sortie'); ?> , date_de_sortie being the name of my custom field.
When I try the same thing in post pages, it works.
Is there anything special regarging tag pages ?
Hi,
Check the location of the field and make sure you have it set to show on tag page templates: http://screencast.com/t/AazfHTdCyoG – http://www.advancedcustomfields.com/resources/creating-a-field-group/
If this is right and should work, try to add it using other method, like via shortcode: http://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
Hope this helps!
Thanks for the message! Lucian from TagDiv!
I there a way to make a multi-column submenu?
Hi,
You can use the page mega menu for that and build something similar to what we have on our demo: http://screencast.com/t/rlqHMj0ob Please use this guide to find out how to set up a page mega menu: http://forum.tagdiv.com/menus-newsmag/ ( C section).
Thanks for the message! Lucian from TagDiv!
Hi,
I’ve tried using the block 3, random post, infinite load function. But it keeps showing duplicate posts, how to fix this? I just want to show All articles in random order using infinite load.
i used this code under comment section, http://gratifyr.com/baby-dog-says-momma/
[vc_row][vc_column width="1/1"][td_block_3 custom_title="More Stories" sort="random_posts" limit="3" td_filter_default_txt="All" ajax_pagination="infinite"][/vc_column][/vc_row]
Also, on my homepage http://gratifyr.com/ how to show unique post only? each block sometimes show the same post.
Thanks Emil!
Hi,
The block infinite load or load more pagination haven’t been designed to work with random posts sorting as that pagination type is based on offset it is technically very difficult to keep track of the already loaded posts and load a set of other random posts so when used like this the posts are loaded random each time a new set of posts is loaded so duplicates are possible. I suggest you change the sorting option if you don’t want duplicated posts.
For homepage you can try to use a more specific filtering to control posts or you can use the unique articles feature: http://screencast.com/t/bvInhgFT
Thanks Lucian C.
Thanks for quick reply!
I’ve set the limit to 60 and it seems to fix the duplicate issue on random post.
My bad, i didn’t notice the unique article feature. Since, my homepage also have infinite scroll…It still has duplicate post, but quite less than before. So, it’s okay..
.
Awesome support! Thanks Lucian 
*edit: i’ve set limit to 12 and now there’s no duplicate post on my homepage
Hi,
It dose because it brings 60 posts at once all different and random, that could also work. Glad it’s working for your that way!
Thanks for the message! Lucian C.
Hi there! Thank you for your theme. Is there any easy way to support rtl languages? May be you have some css-patch file?
Hi,
Unfortunately we don’t have any css that can will help you on this. Sorry!
If you have some programming experience you could check the official documentation on how to do this – https://codex.wordpress.org/Right-to-Left_Language_Support
Another solution for this, if you don’t have the necessary experience to do this on your own, would be to hire a professional to help you style the RTL format, you could find one on places like – http://studio.envato.com/
Thanks for the message! Lucian C. from TagDiv!
Hi tagdiv,
I want to use Google DFP for providing advertisement on my site. As you might be aware that DFP gives two codes to place on the side. One is for header and second is for the place where we want to show particular ad.
As DFP says that header code should be pasted just before the closing of head. I tried it on standard NewsMag theme and it worked fine, but after activating Child theme, it is not working. I have tried to adding the code in child theme header, but nothing works.
Please advise how and where to add header code (provided by Google DFP) for Child theme? Thank You
Hi,
The header template file can be modified via child theme, make sure that you have the latest version of Newsmag, copy the header.php file in the child-theme and modify it.
Thank you, Emil G.
I like your theme. Do you sell html version and psd file?
Hi,
The psd files are included in the package but we don’t have an HTML version, all themes are developer directly into wordpress, we don’t build an HTML version, sorry.
Thank you, Emil G.
How can I update to version 2.1?
Hi,
Please follow one of the methods we have described in our theme update guide here: http://forum.tagdiv.com/how-to-update-theme/
Also make sure that you backup you current theme and WordPress installs and you database also: https://codex.wordpress.org/WordPress_Backups so you can revert in case something goes wrong.
Let us know how it goes and if you still need assistance on this.
Thanks! Lucian C. from TagDiv!
Hi,
I’ve just updated the theme, and the middle of it has moved all the way to the left. Header and Footer stayed in the same place, but the middle is now off.
I’ve put the old version of the theme back now, because I can’t have a screwed up site.
Please advise how to fix this.
Thanks.
Hi,
Please make sure you also update theme’s plugins and the Visual Composer plugin to the version provided within the theme: http://screencast.com/t/9WMp59rPmq9O and make sure you remove any customization done to page’s content columns or rows customization and set this to default: http://screencast.com/t/n3jrVLb1DZfO
If this still happens please make sure that you empty all caches and test this without plugins and let us know how it goes and if nothing works please provide your admin login credentials so we can have a closer look at this. Use contact@tagdiv.com and also include a link to this conversation.
Thanks! Lucian C. from TagDiv!
Hello,
I dont found SOCIAL COUNTER in my theme. Dont have. What I do?
Thanks, Simon
Hi,
The plugins is included within theme files in the full theme package in the /plugins folder together with the Visual Composer, Revolution Slider and the TagDiv Speed Booster plugins: http://screencast.com/t/vM9xrBElT759
You can also install them using theme’s panel > plugins section: http://screencast.com/t/9WMp59rPmq9O – this panel was added starting with the version 2 of the theme so make sure you have at least version 2 of the theme.
Let us know if you still need assistance on this.
Thanks! Lucian C. from TagDiv!
Hi, I want to set the loop on my home page. But offset is not working, why is this and how I can solve it?
Hi,
The loop filter settings issues were approached and fixed in the latest theme version: http://screencast.com/t/k5eKOIknc and I tested this using the latest theme version (2.1) and found no issues in this regard so pleads make sure that you download the latest theme version now available on themeforest: http://themeforest.net/downloads update your theme version and test this again: http://forum.tagdiv.com/how-to-update-theme/
If this still happens please make sure that you empty all caches and test this without plugins and let us know how it goes.
If nothing works please provide your admin login credentials so we can have a closer look at this. Use contact@tagdiv.com and also include a link to this conversation.
Thanks! Lucian C. from TagDiv!
I tried hours to get it work that custom post types shown up like normal posts and it made me crazy. Now I found a solution…
I pasted that code snippet into the function.php of Newsmag child theme:
function add_custom_types_to_tax( $query ) { if( is_category() || is_tag() && empty( $query->query_vars[‘suppress_filters’] ) ) {
// Get all your post types $post_types = get_post_types();
$query->set( ‘post_type’, $post_types ); return $query; } } add_filter( ‘pre_get_posts’, ‘add_custom_types_to_tax’ );
Souce: http://premium.wpmudev.org/blog/
@tagdiv: maybe you implement it in Newsmag theme in the next release if possible?!
Hi,
Glad you’ve made it eventually! Thanks for your feedback and for your suggestion!
I’ll add this on our requests lists and review it for next theme updates.
Thanks for the message! Lucian C. from TagDiv!
Hi,
Please send us an email at contact@tagdiv.com with your admin login details so we can have a closer look at this and also provide a link to this conversation or your issues details.
Thanks Lucian from TagDiv!
Hi tagdiv, I am unable to use Big Grid 7 while using Child theme. Either it converts to basic Big Grid or everything goes zigzag. When I activate normal Newsmag theme, it works fine. Issue arise in Child theme only. Please advise
Hi,
I you have any customization added to the child theme please check without them and if this still happens please provide more details on this and make sure this isn’t due to a plugin by testing it without having any plugins active, make sure you empty all caches and also purge CDN files then disable all plugins you use leaving just the Visual Composer plugin active and test again. Also make sure you remove any custom css also. Let us know how it goes and if it’s still happens and if so please send us an email at contact@tagdiv.com with your admin login details so we can have a closer look at this and we’ll get back to you as soon as possible with a more accurate answer.
Thanks Lucian from TagDiv!
Hi, I use a plugin to show my menu in my website. So, my question is simple : How delete header-style to show my menu (i have the shortcode in php of my plugin menu of course) ? Thanks.
Hi,
You can find the header menu file here: http://screencast.com/t/K206XY72pH5v so you can add your menu there or your can remove or comment the header menu line in the header style you use, and add your own: http://screencast.com/t/ypVV48nX16dU Hope this helps!
Thanks for the message! Lucian C. from TagDiv!
I have bought this theme and applied to one of my domain called http://pakeezaanchal.com I want to increase my post width (left pane) where my post content is visible. How do i do it?
Hi,
Try the following css (add it in Theme Panel -> Custom CSS):
@media(min-width: 1111px){ .single .td-container, .single .td-header-container, .single .td-header-main-menu.td-affix, .single .td-pb-span12 { width: 1111px; } .single .td-pb-span8{ width: 772px; } .single .td-pb-span4{ width: 339px; } }
Note that some elements may require adjustments to make them look good on the newly set width, i suggest that you look for a professional developer to help you with this task – http://screencast.com/t/R9GkWT6mdPa – We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.
Thank you, Emil G.
thanks that works
On the main page of the “live preview” you have one large image on the left, and 4 smaller ones on the right. What would be involved to make it one large on left and 2 smaller ones on the right?
Hi,
It requires modifications on the code and the css , unfortunately these modifications are not easy to make. My suggestion is to hire a professional developer to help you with this task. We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.
Thank you, Emil G.
Hello is it possible to change the background for each page ? if so how? Thank you
Hi,
The theme doesn’t have such an option, It has only a global background and you can set individual backgrounds on each category. The posts inherit the background settings from the global ones or from the category.
You could use custom css to set a background for a particular page(s), ex – http://screencast.com/t/iFxEutrpiA8o
Thank you, Emil G.
I really understand anything in the CSS I totally lost you would have a tutorial ?
thank you a lot
Hi,
To create a background custom css for a certain page first you have to use the browser inspector to find the unique class present on the page body tag. This helps you target only this page, the css won’t apply to any other page. In my example the class “postid-138”, then add the “background-color” parameter, read more about it here – http://www.w3schools.com/cssref/pr_background-color.asp
Thank you, Emil G.
there is nothing that changes even though I am the tutorial I have forgotten something http://img11.hostingpics.net/pics/15981485rv.png
Hi,
You should add the css in Theme Panel -> Custom CSS. Please provide the site url and i will make a custom css for one of your posts.
Thank you, Emil G.
Hi,
You set a background image and you enabled the stretch option, this uses javascript to position the image on page. Because of this the css won’t work, you have to disable this option – http://screencast.com/t/6KxuQgBO
Thank you, Emil G.
Hi I’m trying to Remove render blocking css/js I have followed your instruction on page speed setting the only thing that is not really clear to me is where to add these code $this->move_js_to_footer(‘FILE-ID’); $this->move_style_to_footer(‘FILE-ID’); in the ../wordpress/wp-content/plugins/td-speed-booster/td-speed-booster.php file. You didn’t state if we are to add it in a specific location or not please help my site is http://techmymoney.com
Hi,
The plugin already comes with some lines which are used to move the css/js for the theme recommended plugins. Add your code after those lines – http://screencast.com/t/U8fDh2cN9Hh
Thank you, Emil G.
Hi,
I have a problem with adding YouTube playlist to a page. I am using Visual Composer’s YouTube Playlist, and I believe that I was doing everything properly, including adding video IDs with commas between each other.
However, I can’t display the playlist successfully on the homepage.
I am requesting your help.
Regards,
Sabri
Hi,
Do you receive any error? please check the error.log file, it can usualy be accessed via ftp or cpanel (host administration panel). See if there’s something in there which may indicate the cause of this issue.
Thank you, Emil G.
No, I don’t see any problem related to error. When I add a YouTube playlist ID, I see the video widget, but without any video loaded inside it. On the other hand, when I choose to add unique video IDs, all seperated with commas, even the widget doesn’t load in the page.
Hi,
Try to disable all plugins except for Visual Composer and see if the issue is still there. If this doesn’t work please send an email at contact@tagdiv.com , include a link to this conversation and provide wp-admin and ftp access so we can take a look.
Thank you, Emil G.