Hello,
Wordpress cannot make the pictures bigger. I’m thinking to add a new post template that fill float the featured image to the left. But that too can create potential problems with some html content in posts.
Hello Christopher,
for the fonts: We are moving the site to a new panel / settings sistem and after we are done with that we will implement a much better fonts system – including support for web safe fonts. I have some solutions in mind so that’s not the problem… the problem is we did not manage to do them yet due to time constraints 🙂 .
for the google plugin… I don’t know what to say. It doesn’t offers to much functionality and the spots that it suggests for ads are not that ok. In v3 we have a simple one code / ad spot system. The responsive and re sizing of the ad is done by the theme automatically … even for adsense.
Hello,
as I said on themeforest – it looks like the metadata is working ok with your site: http://screencast.com/t/m18WKsou however we will investigate this further.
@Christopher the author works better with /posts at the end? I will look more at this issue. We should make a live site with our theme and see how we show up in google 🙂 . We are in the process of changing the single.php .
ps. Dual displays are the best 🙂
-
This reply was modified 12 years by
Radu.
Hello,
for javascript we already have the minified versions in js/min . For the rest of the site I would not recomment that you minify the html. It provides minimum gains. Also our users are using the mod_pagespeed plugin for apache (i think there is a version for nginx too).
Hello,
can you edit a file form the theme? this one http://screencast.com/t/QWChr7vJFs8
The problem in our theme is due to a wordpress api bug: https://core.trac.wordpress.org/ticket/23228
Sorry about that.
Hello,
there is a problem with this permalink: http://www.factfiend.com/td_d_slug_2/ it should return 404 page not found. If you are using a caching plugin please disable it and see if the link returns 404.
Also try to regenerate the permalinks by switching to the wp default ones and back again to the nice ones.
The pages that return 404 will disappear from Google with time.
Hope this helps.
Hello Christopher,
thanks for the feedback.. I was thinking to remove the ca- automatically… I too had problems with it :).
Regarding the ad position, today I’m releasing an update to fix that. Sorry about it.
Hello,
it should be possible sure.
you can try adding this for example: http://screencast.com/t/yDjWkruxtZMo
the custom post field is td_show_author and when you set it to show it will show the author box.
if (get_post_meta($this->post->ID, 'td_show_author') == 'show') {
$buffy .= $this->get_author_box();
}
Hello,
please try uploading a image that is at least 326px wide x 159px height. I think that the original images where to small and WordPress is unable to enlarge them. If that doesn’t work please give me your url and if possible wp-admin access (include a link to this thread in the email)
My email is contact@tagdiv.com
Hello,
there is a known bug in the forum breadcrumbs and I’m searching for a solution. The “forum” part of the breadcrumb doesn’t go to the forum root we will fix this by making a custom setting for the url of the forum.
BUT … your problem sounds like it’s not related to this. Can I see the page?
Sorry for all the problems 😐 we are working very hard to fix them all.
Hello,
I don’t think that the post type slug should be put in there. It should be the post type name that is here in the register post type function: http://screencast.com/t/4V4CFbc51kb
Sorry for letting you down on this. We did not work a lot with custom post types 😐
Hello,
can I get wp-admin access? contact@tagdiv.com – please put a link to this thread in the email. Sorry for all the problems, we will help you asap.
Hello,
1. what theme version are you using?
2. try to reupload the theme
3. if nothing else works let me know and I will triple check it 🙂
Radu from tagDiv
The function is a wordpress action that runs automatically before the get_posts call in wp. One last thing: try to move the code in the author.php file at the beginning.
Radu from tagDiv
Hello,
please delete cat = 🙂 leave only the id’s there with minus. Sorry but I messed the code up. http://screencast.com/t/ci5Kbzw1PGmF
$args = array(
‘post_type’=> ‘post’,
‘showposts’ => 6,
‘cat’ => ‘-65,-1559,-1481,-8,-1280′
);
Radu from tagDiv
Hello,
@atello I will reply via email shortly.
Regarding the bugs – I am working asap to fix them! We will get back with a solution in 2-3 days.
Unfortunately we are working very hard to update the themes and offer support to all the people that use them and we don’t have time to do customization work. If circumstances where different I would have gladly do it for you.
@octavian thanks for repliyng here.
Hello,
please try this solution (add this in functions.php and modify the name-of-post-type-here to your custom post type name):
function custom_post_author_archive( &$query )
{
if ( $query->is_author )
$query->set( 'post_type', 'name-of-post-type-here' );
remove_action( 'pre_get_posts', 'custom_post_author_archive' ); // run once!
}
add_action( 'pre_get_posts', 'custom_post_author_archive' );
Hello,
sorry about that 🙂
ok so delete this too. We are still experimenting with the mobile site performance.
http://screencast.com/t/zwk6W8gJU
Hello,
hmm… can I see your code? Maybe we messed up 🙂
Hello,
I’m looking into it.
Hello,
v3 will be out this month. 🙂
Thanks all 🙂
@christopher we will fix the usability issues on mobiles.
@ocbln please open a thread here for support. christopher is not from the support staff 🙂
Hello,
can you try to also delete this?
Thanks a lot for your feedback.
Hello
I would recommend the jetpack gallery: https://forum.tagdiv.com/how-to-make-a-gallery/
or the default wordpress 1 column one if you want.
Also your site looks broken… why? Can you disable all plugins and if that doesn’t work – reupload the theme.