Hi,
The theme wasn’t designed with custom post types in mind, we are working to improve the theme functionality in this area. On blocks there’s an option to set a custom post type but there’s no taxonomy option, we will include it in a future update. – http://screencast.com/t/d79f7Ua4yfqy
If you’re in a hurry and you don’t want to wait for our updates i suggest that you hire a professional developer to add such functionality, it’s a complicated area and unfortunately i cannot provide a quick solution, sorry for this.
Thank you!
Hi,
You shouldn’t post credentials here, it’s a public forum. I’ve tried to connect but the credentials are not good, please send an email at contact@tagdiv.com , include a link to this conversation and the site credentials.
Thank you!
Hi,
Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so we can take a look.
Thank you!
Hi,
What error do you receive in the console? if you can’t find anything please let the code on and provide a link so i can take a look. That section if minified and it’s a bit complicated to see the cause, i’ve added it on our list for the next updates, we will disable the minification.
Thank you!
Hi,
Try the following css:
@media(max-width: 767px){
.td-page-wrap .td-grid-wrap .span4, .td-footer-wrap {
display: none;
}}
Thank you!
Hi,
I’ve checked your link and the system is similar – http://screencast.com/t/py0fgpdV – http://screencast.com/t/oS5d2h5euVyK
We still don’t know what you mean, on your images the box appears when you click on reply an the other messages disappear? please provide more details.
Thank you!
Hi,
I’ve made some tests and it seems fine on my side, what theme version do you use? If possible please provide the url so we can take a look.
Thank you!
Hi,
The blocks receive a parameter which tells them on how many columns to be rendered – http://screencast.com/t/lgj9izPrU
Please paste a link so we could take a look, maybe we can provide some clues.
Thank you!
Hi,
Check by reverting back to v6.1 if the counter works or this may be cause by something else. If you don’t have v.6.1 send an email at contact@tagdiv.com , include a link to this conversation and i’ll provide it for you.
If you use cache the theme 7 days count may not work. Some plugins conflicts or errors on the server side may also prevent a correct count(check the error.log to see if there’s any clue in it). Other plugins may count differently, i didn’t checked the code on “Top 10 – Popular posts plugin” so i cannot say if it’s counter works fine.
Thank you!
Hi,
Check if they are set individually or they take the global settings from Theme Panel – http://screencast.com/t/rKAa56MKz
I’ve also checked the old template(v.4) and on style 5 the video or featured image shouldn’t show up. – http://screencast.com/t/bfwFris8IY – http://screencast.com/t/kZ964nKlH
Maybe you had some modifications on the old template, if you have a backup of your old theme check if the template was modified.
Thank you!
Hi,
The theme uses Font Awesome 4 Menus, try to update the fonts inside the plugin. First download the latest – http://fortawesome.github.io/Font-Awesome/ – then unzip and replace the CSS and Fonts folders inside the plugin – http://screencast.com/t/fsv8qY6O
Thank you!
Hi,
For thumbs regeneration you could use a plugin like – https://wordpress.org/plugins/ajax-thumbnail-rebuild/ – http://screencast.com/t/eRl7oXHmZ –
Unfortunately i cannot recommend a plugin or solution which sets the thumb generation for featured images only. Maybe there’s someone here who uses such a plugin and can provide some feedback.
Thank you!
Hi,
Replied via dashboard. – http://themeforest.net/author_dashboard?utf8=%E2%9C%93&filter=all&term=blocks+7%2C11#comment_10465794
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
The Newspaper grid wasn’t built with borders in mind so even if you add some they won’t look as the ones on Newsmag. You could try some custom css, ex – http://screencast.com/t/Mm1NwtGk
.vc_row.wpb_row, .td-pb-row{
border: 1px solid #e6e6e6;
}
.td-pb-span8{
border-right: 1px solid #e6e6e6;
}
Some elements may get broken and on some areas the borders may appear on the wrong location – http://screencast.com/t/Zq10e1Acf
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
If there’s no .htaccess in /wp-admin create one, add that code and see if it works.
Thank you!
Hi,
Yes the markup is there, the stars should be displayed in google search.
Thank you!
Hi,
Please check if the CPT single page uses your custom made template, it may load something else. Unfortunately i cannot provide a quick solution for this, you have to check how the single and loop-single templates are built and start from there. Some elements have to be changed or modified, check which one is useful – http://screencast.com/t/whzCbKBkZtvz – An alternative would be to look for a professional developer to help you with this, if you don’t know any you could look for one on places like – http://studio.envato.com/
Thank you!
Hi,
@raugustox – On your image it’s the browser leverage cache which is different from the page cache provided by the cache plugin. You can check this guide to see how you can set the Browser Leverage Cache – https://forum.tagdiv.com/how-to-make-the-site-faster/ – and this one – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thank you!
Hi,
The solution presented by Alin is for TagDiV gallery, try to delete the following code – http://screencast.com/t/6uE2eZgYPfFc
Note that the code is minified in my image, check the line number in front to see how much you have to delete.
Thank you!
Hi,
We didn’t do extensive tests with such a plugin so i cannot say if there’s one which does all the things that you specified above. You basically have to ask the plugin developers about this. I suspect that no plugin will provide such functionality out of the box, you may have to modify the code to set which element should be available to all users and which not.
Maybe there’s someone here who uses such a plugin and can provide some backup. Sorry that i couldn’t come with more info.
Thank you!
Hi,
You can allow access to admin-ajax.php on password protected wp-admin, check this solution – http://screencast.com/t/HkgWtKCuw – http://www.wpbeginner.com/wp-tutorials/how-to-password-protect-your-wordpress-admin-wp-admin-directory/
Thank you!
Hi,
In our demo it doesn’t show up, it’s not a major error and it seems to appear only on some cases. We’re investigating this and we will fix it as soon as we find the cause.
Thank you!
Hi,
1. We plan to release it next week.
2. The disable option via API was added so it’s possible to disable the without editing the main theme code. The font system was on our list for a major change and we delayed any related feature. I’ve added your suggestion for an easier option(on/off switch).
3. You jut need to create a plugin like it’s described in the API plugin method – https://forum.tagdiv.com/the-plugin-method/
Replace the code presented in the demo with – http://screencast.com/t/22gOtSeHlM
td_global::$default_google_fonts_list = array ();
Thank you!
Hi,
Add the following code at the end of functions.php? – http://screencast.com/t/gYiC2w4hsT
remove_filter('pre_user_description', 'wp_filter_kses');
Insert the bio data again and save the settings.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
I’ve sent your suggestion to our designer, he decides on this type of issues.
Thank you!