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

For caching: are you using a CDN? Are you on a vps server with custom APC/opcache settings ?

Radu
tagDiv Staff

Hi,

please note that there are two functions in that file: get_social_sharing_bottom() and get_social_sharing_top() . Please verify that you changed the appropriate one.

Radu
tagDiv Staff

Hi,

try to enable the unique articles feature: http://screencast.com/t/OqflDYCz
This prevents double posts to appear on the homepage but please note that it does not work with ajax for now.

Radu
tagDiv Staff

@BruceFischer – I’ve tested your example and ideed the site does not force brake word for word wrapping. Please use normal text (with words, not just one word witn 100000 characters) until we fix it

Sorry about this,
Radu O.

ps:
The same issue on this forum 🙂
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

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

Hi jodale,

Lucian’s suggestion should work, the OP did not come back to post here.

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

Hi,

Currently we are working to fix all the issues in the core of the theme and after that we will implement better support for custom post types and custom taxonomies. In the long term we are aiming for better support even for woocommerce via our blocks.

I’ve added this thread to our task list and we will investigate the performance impact of changing the core of the theme from require to locate_template

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

Hi,

http://screencast.com/t/ZSDH57Zs

the site is configured to load via http://www.hayom.org.il but the server is configured to redirect www to non www domain hayom.org.il

please remove www. from this settings: http://screencast.com/t/7q0SNCGEG

Let me know if that dosn’t work,
Radu O.

Radu
tagDiv Staff

Hi IMLUANN,
I’m very sorry for the problem, we have a known issue on some specific hosts, the solution is here: https://forum.tagdiv.com/topic/save-settings-disappeared/

We are releasing an update soon with the fix (1 day).

Radu O.

Radu
tagDiv Staff

@Chris
1. After we fix all the issues in the themes, we plan to separate the styles. Is not that simple.. because we have to compile multiple css files on deploy and the theme should know to load them as needed.
2. I will have to search a bit on google and see what the problem can be. Unfortunately we cannot test this live with google news.

Radu
tagDiv Staff

Hi,

I’ve added this to our feature suggestion list but please know that we have over 300 feature requests and we have to pick very carefully what we will implement.

Radu
tagDiv Staff
menu - reply

Hi,
Can you please give me more details?

Radu
tagDiv Staff

@nikau yes clean html is required. I’m glad that you solve the problem, good luck with your site.

Radu
tagDiv Staff

Hi neakriti,

Thanks for this, I’ve added the post as sticky. We plan to add a list of interesting DIY tutorials + custom made stuff to the forum soon (I will have some free time next week for it)

Radu
tagDiv Staff

Hi,

the code looks like it should work but I think it requieres the constants HEADER_IMAGE_WIDTH and HEADER_IMAGE_HEIGHT to be defined.

Yes… a lot of the functionality is custom made, the system is designed to be easy to maintain because we will now maintain api compatibility for at leas a year… all that while adding new features and optimizing all the slow performing/ugly parts. We are also working hard to finish the theme api documentation, it should be complete in 1-2 weeks. https://forum.tagdiv.com/the-theme-api/

Radu
tagDiv Staff

Hi all,

we’re working hard to finish the api documentation: https://forum.tagdiv.com/the-theme-api/

about thumbs: https://forum.tagdiv.com/api-thumbnail-introduction/

Thanks neakriti for all the help and suggestions. We are preparing a list where we will add all the good DIY stuff from this forum :).

Radu
tagDiv Staff

I’ve make this post sticky. Your site is nice 🙂

Radu
tagDiv Staff

Hi,

I’ve posted a reply in that link

Radu
tagDiv Staff

Hi,
I’m glad that you figure it out! We try to make the theme as easy to use as possible,
Radu O

Radu
tagDiv Staff

@wildmercury

please contact us and if possible give us wp-admin access. contact@tagdiv.com

It may be some kind of plugin incompatibility or visual composer and speed booster are not at the latest version

Radu
tagDiv Staff

Hi dazburn,

this is a small update that should work as expected. We have an update guide here: https://forum.tagdiv.com/how-to-update-the-theme-2/

As of now, the theme does not support auto updating form panel.

Radu
tagDiv Staff

hi,

did you also modify this part: http://screencast.com/t/vCwLtY9p1

after modification just load the /wp-admin page once and after that remove all modifications. It should import all the review settings. If you have more than 300 posts, put a value higher than 300.

Radu
tagDiv Staff

I will re post my message from another thread here:

Hi,

I’m still searching for a good solution for that plugin. A lot of people install the plugin without knowing what it does and after that they add 100 plugins and some of the plugins are not written ok. For example some of the plugins do not respect the google pagespeed recommendations of punting javascript at the end of the page and they just try to use jQuery in the middle of the page. This slows the site down and it also enforces the requirement that jQuery has to be in the header instead of the footer how Google recommends.

For example even Revolution Slider is written that way, not only that but they don’t use recommended WordPress methods to load it’s style and js. One may say that loading resources that way is bad BUT even jetpack (that is a plugin made by the makers of wordpress) doesn’t use standard ways of loading resources – you can find the jetpack hack in the speed booster.

I know this is causing a lot of frustrations but we don’t have a good solution yet 😐 .

To always enable speed booster, delete this code: http://screencast.com/t/RZLIOPUNdqh

Radu
tagDiv Staff

I will re post my message from another thread here:

Hi,

I’m still searching for a good solution for that plugin. A lot of people install the plugin without knowing what it does and after that they add 100 plugins and some of the plugins are not written ok. For example some of the plugins do not respect the google pagespeed recommendations of punting javascript at the end of the page and they just try to use jQuery in the middle of the page. This slows the site down and it also enforces the requirement that jQuery has to be in the header instead of the footer how Google recommends.

For example even Revolution Slider is written that way, not only that but they don’t use recommended WordPress methods to load it’s style and js. One may say that loading resources that way is bad BUT even jetpack (that is a plugin made by the makers of wordpress) doesn’t use standard ways of loading resources – you can find the jetpack hack in the speed booster.

I know this is causing a lot of frustrations but we don’t have a good solution yet 😐 .

To always enable speed booster, delete this code: http://screencast.com/t/RZLIOPUNdqh

Radu
tagDiv Staff

Hi,

I’m still searching for a good solution for that plugin. A lot of people install the plugin without knowing what it does and after that they add 100 plugins and some of the plugins are not written ok. For example some of the plugins do not respect the google pagespeed recommendations of punting javascript at the end of the page and they just try to use jQuery in the middle of the page. This slows the site down and it also enforces the requirement that jQuery has to be in the header instead of the footer how Google recommends.

For example even Revolution Slider is written that way, not only that but they don’t use recommended WordPress methods to load it’s style and js. One may say that loading resources that way is bad BUT even jetpack (that is a plugin made by the makers of wordpress) doesn’t use standard ways of loading resources – you can find the jetpack hack in the speed booster.

I know this is causing a lot of frustrations but we don’t have a good solution yet 😐 .

To always enable speed booster, delete this code: http://screencast.com/t/RZLIOPUNdqh


@neakriti
thanks for providing the solution.

Radu
tagDiv Staff

Hi,

I’m still searching for a good solution for that plugin. A lot of people install the plugin without knowing what it does and after that they add 100 plugins and some of the plugins are not written ok. For example some of the plugins do not respect the google pagespeed recommendations of punting javascript at the end of the page and they just try to use jQuery in the middle of the page. This slows the site down and it also enforces the requirement that jQuery has to be in the header instead of the footer how Google recommends.

For example even Revolution Slider is written that way, not only that but they don’t use recommended WordPress methods to load it’s style and js. One may say that loading resources that way is bad BUT even jetpack (that is a plugin made by the makers of wordpress) doesn’t use standard ways of loading resources – you can find the jetpack hack in the speed booster.

I know this is causing a lot of frustrations but we don’t have a good solution yet 😐 .

To always enable speed booster, delete this code: http://screencast.com/t/RZLIOPUNdqh


@neakriti
thanks for providing the solution.

Viewing 25 posts - 101 through 125 (of 755 total)