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

Hello,

do you use woocommerce installed? Can you disable all the plugins and see if it works?

I’ve tested this on my dev machine and I cannot reproduce it.

Radu
tagDiv Staff

Hello,

can you give me your url?

Radu
tagDiv Staff

Hello,

the captions are here: http://screencast.com/t/D3pGeLK6gr

I do plan if I have some free time to make better captions. We have this on our todo list for a LOT of time 😐

Radu fromt agDiv

Radu
tagDiv Staff

Hello,
I’m sorry for the delay, please give me more time. I still have this on my todo.

Radu
tagDiv Staff

I’ve lost your url, please give it to me.

Radu
tagDiv Staff

Hello,

the theme creates the Featured category on install. That category is used for featured posts. I’m thinking to change this system and add a custom meta field for this if it’s possible.

Radu from tagDiv

Radu
tagDiv Staff

Hello,

I understand what you are saying, but I will have to take a look and see what can be done.

Radu
tagDiv Staff

Hello,


@livingsmarttv

Most of your validation errors come from this text widget where you entered html by hand & has to be encoded
http://screencast.com/t/JfrsZRXbp


@MRanki

the errors that we have on our demo are because of the speed booster plugin.. πŸ™‚ See here we have a problem… The validator expects that we put the styles at the beginning of the html in the head section BUT google pagespeed expects it to be at the end of the page. So we went with google pagespeed. Should we get a lower score but validate 100% I do not know yet. Anyway the stock theme does validate HTML5 100%.

  • This reply was modified 12 years by Radu.
Radu
tagDiv Staff

hello,

it seems that jetpack could not connect to your server. Do you have a custom htaccess that bans bots? Or filters on specific urls?

Radu from tagDiv

Radu
tagDiv Staff

Hello,

That issue is due to the responsive nature of the site. GTmetrix expects the theme to load a different set of images for each resolution. I think they test the site on a 1024px resolution and the site shrinks the images a bit. That is not doable because wordpress will have to generate a LOT of thumbnails for each resolution. Most of the themes (at least the wider ones) have this problem on GTmetrix.

Radu
tagDiv Staff

Hello,


@GZAM
– to optimize the delivery of the fonts you can create a colection on google fonts and use a single url to that collection to add them to the page.

The collection url for the default fonts is this: http://www.google.com/fonts#ReviewPlace:refine/Collection:PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700

and we via the speed booster plugin we load just one request with all the fonts:
http://screencast.com/t/s2uW3suSDHT instead of 5 (the ensues bellow are used on a default install to allow easy font changing)

After you decide on the fonts you can do a collection of them on google fonts and embed them all in one url.


@GZAM
– do you want to use custom webfonts or web safe fonts?


@Christopher
– we don’t change the jpeg compression quality for compatibility reasons.


@Christopher
we are working on a new panel, new font system and new css generator for the theme. Also we will do most of the templates in the old wordpress way so people can modify it easier. Version 3 will be a major rewrite and I hope people will not kill us for changing so many things πŸ˜‰

Thanks Christoper for all the comments here on our forums, I really appreciate this and if you have any requests/suggestions or need help feel free to contact me anytime contact@tagdiv.com .

Radu
tagDiv Staff

Hello,
the blocks support only custom post types now. I’m not sure if with the current architecture is possible to show custom taxonomies but I will look into it.

Radu from tagDiv

Radu
tagDiv Staff

Hello,


@Christopher
– we do have a guide here: https://forum.tagdiv.com/how-to-make-the-site-faster/ .

We ship the same code that we have on the server. I have this idea to make an diagnostics tool that will indicate exactly why the site is slow but I don’t think we will finish it this year.

In general google synchronous ads, plugins and theme customization (especially fonts) slow the site.

Radu
tagDiv Staff

Hello,
Do you want a random sorter? Ex: to show random posts from the whole site?

the related posts articles are in this folder: http://screencast.com/t/VIB4HaZnoyQC

Radu
tagDiv Staff

Hello,

Can you please wait a day for us to release the next update? We had a small problem with the translations ( πŸ˜‰ i forgot to add it to the latest update)

Sorry about that. After the new update just replace: /includes/app/td_translate.php and you should be good to go

Radu
tagDiv Staff

Hello,

We have this on our issue list. Sincerely I don’t yet know how to test rtl support and how to implement it best but we will look.

Radu from tagDiv

Radu
tagDiv Staff

Working on this 😐 Sorry guys for the delay.

Radu
tagDiv Staff

@Angie – i cannot verify anything on your site now.

The demo makes this:
1. a menu – you can delete that from wp-admin -> navigation
2. 10 posts – go to wpadmin and delete them
3. a page – in wp-admin -> pages – sort them by date and delete it

That’s all the demo is doing. We plan to improve the theme in the future to also allow uninstall of the demo.

Also if you can’t use the theme please contact me at contact@tagdiv.com (include a link to this post)

Radu
tagDiv Staff

Hello

incearca asta


.similar-articles  {
text-align:right;
}

.similar-articles .entry-title {
padding-right:10px;
}

.similar-articles .meta-info {
padding-right:10px;
}
Radu
tagDiv Staff

Thanks for all the help here on the forum Simmons πŸ˜‰

  • This reply was modified 12 years by Radu.
Radu
tagDiv Staff

@Simmons I can’t connect to your site.

Radu
tagDiv Staff

Hello,

I will spent the next days fixing this @GZAM . It should not be a big problem but a lot of people are worried about this issue and we will fix it asap.

Radu
tagDiv Staff

replied via theme forest

Radu
tagDiv Staff

Hello,

We released yesterday the 2.1 update and we finally added the google adsense asynchronous code.


@thomaspe
– we are well aware that we may need to improve the menus πŸ™‚ . I don’t know yet if we should continue and finish the panel or go after the menu system first.


@betterretailing
– we encountered a lot of problems when we try to implement per category color. I’m sure we can figure it out!

– the visual composer components are there but we didn’t manage to style them. I wanted for quite some time to enable it on posts and the idea to include the default controls is grate in that case.

Thanks guys for the encouraging messages and please don’t get mad if we don’t manage to release all the features that you request. We have almost 100 feature requests and issues on our tracker and we receive new ones daily. We have to be very careful what we pick. We are also experimenting with a lot of things that go from the youtube api, an unique grid system, to crazy server / hosting profiling tools πŸ™‚ .

~ Radu ~

Radu
tagDiv Staff

Hello,

we will try to improve the social features of the theme. I also think share will be a nice adition.

The pinterest button will be fixed in the next update.

Sorry for all the problems 😐

Viewing 25 posts - 501 through 525 (of 755 total)