Hi,
please try to add a h1 via the pagebuilder (text block) on your homepage.
to change the widget h tag go here: http://screencast.com/t/E4A1q9w55f
let me know if it works. We are working to improve this part of the theme.
Hi,
please try to add the keyword in a h1 on the homepage via the pagebuilder. We are working to improve this aspect of the theme.
@rjohansen can you give me more details? Or at least a link to a problematic post.
I’ve added this to my todo list. We’re working on V4 🙂
Hi,
I’m searching for a solution to this problem. The last update fixed all the issues with the breadcrumbs (better markup for seo).
Also all the breadcrumb functions are now in includes/wp_booster/td_page_generator.php (it’s still not possible to overwrite it via child theme but I will test it and if everything works I will switch the include method to locate template).
I tried some time before to implement hook/filters but gave up on that plan due to poor demand and issues with the implementation.
Radu O.
hi,
I didn’t manage to include this in the last update.
Sorry about this… this issue is still on my todo.
Radu O.
Hi,
how can we fix the issue that you encountered with the latest updates? What plugin are you using for OG images?
Radu O.
Hi,
I’m sorry that you encountered so many problems with our latest updates. We changed the video setting after a lot of people requested that.
If you did not solve the video issue (by editing the posts) I can fix that for you or I can send you an older version of the theme.
Regarding OG images, please give me more details: are you using a custom plugin for og images? if so delete this: http://screencast.com/t/N7VGkxYAR
we will include an option to disable this from the theme panel.
Please with each update… try to backup your current working theme so you can return to the old working version until we fix any issues. We do our best to test everything but sometimes due to incompatibilities with other plugins or even when we fix something there may be issues.
Radu O.
Hi,
thanks for reporting this, it will be fixed in the next update.
until then you can fix it like this: http://screencast.com/t/TARPJIYeTGvE
Sorry for taking so long to fix it.
Hi,
i’ve checked that and the theme seems to encode the characters well. http://screencast.com/t/Me9qWb26Vd
please check in view source (not in the chrome debugger or firebug because they decode the strings). If the problem is indeed in source, please give me a url
Hi,
yes it’s a small fix: http://screencast.com/t/Yky9PulQfNHR
😐 we will have better testing next time.
Hi,
I’ve uploaded the fix now. It should be live in a few hours (1-2) when themeforest approves it. Sorry about that.
Radu O.
Hi,
You cand do it by adding this code:
if ($tag->name != ‘articles’) in the td_module_blog.php like this: http://screencast.com/t/UiSOj0D8ga9I
Thank you
Hi,
we are still searching for a solution to this problem. Until we make a better implementation you can disable w3 total cache if you want accurate 7 days sorting. Or make the caching period shorter.
Sorry for this inconvenience,
Radu O.
Hi,
please try this plugin: http://wordpress.org/plugins/simple-301-redirects/ . If that doesn’t work, the modification would require custom work.
Thank you
HI,
please try this modification: http://screencast.com/t/3tSkukK5IwE
we are still investigating this issue. Sorry for the delay,
Radu O.
Hi,
i’m working on a fix for that. Thanks for reporting this issue
Hi,
i’ve fixed the issue with yoast and we will release an update today.
Radu O.
Hi,
@mbasche yes.. you are right, the code snippets are from an older version of newspaper.
@lucioluci the code snippet provided by @partnowjess has to be modified to work in the current version.
http://screencast.com/t/ehsvNrSegqf
current version of the code (not tested yet):
<?
//$buffy .= $this->get_author();
$coauths = get_coauthors();
if (count($coauths) > 1) {
echo "by ";
foreach($coauths as $key => $coauth) {
echo '<a href="/author/'.$coauth->user_nicename.'">'.$coauth->display_name.'</a>';
// add "and"
if ($key != count($coauths)) {
echo ' and ';
}
}
} else {
echo $this->get_author();
}
@fabriciosahdo – please consider moving to a more powerful server and also read this thread to optimize your hosting account / configurations. We sell the exact code that is on our demo (100% the same) the difference is that our server is configured well.
It is very hard to get 90+ on pagespeed and the server configuration, all the plugins and ads influence the score. I personally invested over three weeks to optimize all the aspects of the theme to run as smooth as possible. On top of that Marius spent a lot of time optimizing all the resources.
The server response time at your end is not good: http://screencast.com/t/F32WTB4M5HoC this means that the server is not powerfull enought to deliver a page on time. It may be that you are not using a caching plugin (like the one we recommend – w3 total cache) it may also be from the fact that php is running with no opcache.
please contact me via email contact@tagdiv.com (add FOR RADU in the subject and a link to this thread in the email) I can send you the full amount paid for the theme back. I can also help you out to make it faster if you are on a vps or dedicated server. If you are on a shared host there is nothing I can do to optimize the server. I would also recommend that you test your server with another similar theme.
-
This reply was modified 12 years by
Radu.
it should work 😐 I’ve tested it.
HI,
please set the image as featured image for the post. The theme only pulls feature images to show in the modules.
Hope this helps,
Radu O.
Hi,
yes we can have a look 😉 . Please send us wp-admin access and a link to this post via email: contact@tagdiv.com
Radu O.
Hi,
@Christopher we fixed this issue with the stock theme some time ago. The style and js is called with style.css?v=theme_version – so with each theme release, we serve different style url so that it won’t be cache.
@MobileCuisine i’ve tested your site and it now looks the same on all the browsers http://screencast.com/t/KPdkQgqSu . It may be a caching issue as Christopher pointed out
Radu O.
Please give me your site url … where you have a gallery.
we have some information about the gallery here: https://forum.tagdiv.com/how-to-make-a-gallery/
Glad that you manage to make it work. We are releasing an update today to fix the issue