Home User profile
tagDiv Staff
tagDiv Co-fouder - Passionate for coding, I enjoy designing systems that are easy to use. I'm the one who makes sure the code is clean, the team is cheerful and the customers are happy.
Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

I’ve added this to my todo list. We’re working on V4 🙂

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

hi,

I didn’t manage to include this in the last update.

Sorry about this… this issue is still on my todo.

Radu O.

Radu
tagDiv Staff

Hi,

how can we fix the issue that you encountered with the latest updates? What plugin are you using for OG images?

Radu O.

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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

Radu
tagDiv Staff

Hi,

yes it’s a small fix: http://screencast.com/t/Yky9PulQfNHR

😐 we will have better testing next time.

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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

Radu
tagDiv Staff

HI,

please try this modification: http://screencast.com/t/3tSkukK5IwE

we are still investigating this issue. Sorry for the delay,
Radu O.

Radu
tagDiv Staff

Hi,

i’m working on a fix for that. Thanks for reporting this issue

Radu
tagDiv Staff

Hi,

i’ve fixed the issue with yoast and we will release an update today.

Radu O.

Radu
tagDiv Staff

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();
}
Radu
tagDiv Staff

@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.
Radu
tagDiv Staff

it should work 😐 I’ve tested it.

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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/

Radu
tagDiv Staff

Glad that you manage to make it work. We are releasing an update today to fix the issue

Viewing 25 posts - 276 through 300 (of 755 total)