Search Results for 'cache'

    No search results were found in Documentation!

Results from the Forum
stuartmasson
tagDiv Member

Yoast has now updated to v3.0.2. I have found this corrects some problems I was having (I can now select sidebars, post styles, etc. which I couldn’t before), but it still doesn’t seem to want to play properly.

Doesn’t like Visual Composer, doesn’t save titles or meta descriptions and the SEO analysis seems broken. I may need to keep on clearing the caches, but so far it doesn’t seem to be helping.

Maybe the inevitable v3.0.3 will sort it out…

zokolus
tagDiv Member

Theme works with SEO By Yoast plugin V3.0.1 after you clear browser cache. After that only problem is that you can’t change Meta-Description or Title in the snippet under each post. This is a link to the problem: https://wordpress.org/support/topic/where-to-post-the-meta-description

If you have the same problem let me know. If it works with you, then I will send photos of my SEO configuration.

My regards, Z

nordicmayhem
Participant
#0

I can’t get the playlist to work.

I added it to this page so you can see it isn’t working: http://www.ocreurope.com/test-3/
Password: test

I have deactivated all plugins except visual comp, purged all cache and what not but still can’t get it to work.

Andrei L.
tagDiv Member

Hi

I’ve test the more article box on my side and works fine on mobile devices, if I press X the pop up window close down. Try deactivate all plugins except Visual Composer, clear all caches and test again.
Also I’ve tried to accesses your site but it’s not available: http://screencast.com/t/u6UmtxUea

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi @teodormiu

Thank you for your kind words!
1. Try this guide and regenerate the thumbnails for all your images: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ clear all caches and test again. If the image is large enough it should be displayed fine in thumbs.
2. If a post doesn’t have a featured image set the theme load a placeholder image when this option from theme panel is enabled: http://screencast.com/t/qXc9ADVOzKOf To set a custom image you need to add an image in /images/no-thumb directory: http://screencast.com/t/VBrS8hN53 then replace in get_image() function the name of the image like here: http://screencast.com/t/CYZRDHlJs
3. In order to identify the ideal/average size you need to figure out which is the largest container that will display that particular image and upload an image bigger than that container. Then there is the post template to consider. If you use post templates with big image backgrounds (style 6, 7 or 8), then your uploaded image has to be bigger (especially on style 8). You need to asses your website’s layout (posts and block elements) and come up with an average image size that will work on smaller containers but also keep good quality on bigger ones.
You can read more about thumbs and featured images here: https://forum.tagdiv.com/theme-thumbs/https://forum.tagdiv.com/featured-image/https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

The theme uses thumbs to reduce the page size and speed up page loading time. From each image uploaded are generated thumbs for each thumb size used by the theme. Basically when a post it’s displayed on the page in a block, the featured image displayed is not the one which you uploaded in media file, it’s a thumb cropped from the original image at precise dimension. To change the picture orientation most likely you will need a different cropping system. We use a WordPress function – add_image_size() – you can read about it here – https://codex.wordpress.org/Function_Reference/add_image_size – and here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

The latest version of theme is tested with WP Super Cache and works fine. Please make sure that you configured the plugin according with our documentation: https://forum.tagdiv.com/cache-plugin-install-and-configure/ Also try to deactivate all others plugins except Visual Composer and WP Super Cache then test again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Thanks @Chris for the suggestions.


@gojira68
sorry for the delay, we somehow missed your post.
In addition at @Chris’s suggestions you could also try do deactivate all plugins except Visual Composer, clear all caches and test again. Some plugins may consumes lots of resources so you can enable them one by one and check if this issue appears again. Also try using a plugin like WP Super Cache for cache and check the values from system status: http://screencast.com/t/M7ehnoxZ
max_execution_time should be at 300 and max_input_vars should be above 2000.

Let us know how it goes.
Thanks!

cityslicker444
tagDiv Member

Thanks Bogdan, cache was cleared and that fixed it all 🙂

zokolus
tagDiv Member

Chris THX for help! Clearing the browser cache saved the day! 🙂

I also find this topic on WP: https://wordpress.org/support/topic/yoast-seo-301-shows-only-empty-box-and-tabs-cant-be-clicked

simchris
tagDiv Member

The all new version of YOAST may have some bugs; hence the inevitable 3.01 dot update and likely further dot updates from Yoast. Likely good to go BACK to prior version for the moment.

New version of Yoast using various JavaScript things now in place of dbase things.

Likely major clearing of caches/CDN reset will be required.

ShowbizCool
Participant
#0

After updating from 2.2 to 2.3 to 2.3.1 and plugins I have some pages displaying:-

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

Try various things but had to disable WP Super Cache then it worked ok…

Is there any reason why WP Super Cache might now be causing this problem when it worked before…?

Andrei L.
tagDiv Member

Hi

If checked this post: http://truelifefitness.ca/have-a-little-faith-willing-yourself-into-shape/ and the image link is correct now, however you have a js error in console: http://screencast.com/t/KRViBYvr3 This may occur because you’re using a minified js. We don’t recommend using the minify option for js and css also because we had numerous theme issues reported and the vast majority of them proved to occur because of minified js/css or when using CDN host services which can deliver old file content if not used right.
Try do deactivate the js minifications, clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t control the file’s size which is uploaded in media library, this is controlled by WordPress and usually should be a higher limit: http://screencast.com/t/pcA7GxBCSrk I am not sure why this issue occur but you can try to deactivate all plugins except Visual Composer, clear all caches and test again.

Let me know how it goes.
Thanks!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website and it seems your pages looses all their styling. Please disable all your pl;ugins except visual composer and revert all minifications css and js. Also clear your cache and purge CDN files if you use it.
Let us know how it goes.
Thank you!

Andrei L.
tagDiv Member

Hi

To improve your site performance you can try to reduce the number of queries (fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load). By removing the ajax drop-down filter, content preloading and ajax pagination: http://screencast.com/t/gG1jdJsjThttp://screencast.com/t/NkM3ldIDEqY the number of queries it will be significantly reduced. Also consider using a cache plugin and to improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html We also use it on our demo. If you haven’t already, you can try a caching plugin, like WP Super Cache or cloudflare’s CDN.
You can also contact your host provider and let them know about this, they might have specific info on what is the cause of this in your case.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi,
Try to deactivate all plugins except Visual Composer, clear the caches then check if this errors still appear in error log.
The last two errors occur when you try to access the theme’s index.php file directly and this is caused by the theme’s inability to locate the WordPress get_header function as it dose not passed trough WordPress when the request is made and in that case the function doesn’t “exist”.
You can read more about this and also have a solution for this here: http://ardamis.com/2011/06/02/fix-for-php-fatal-error-get_header-in-wordpress/

Hope this help.
Thanks

Bogdan B.
tagDiv Staff

Hello,

Normally the theme crops 16:9 images as well as you can see in this screen: http://screencast.com/t/Sv07Wooz6
I used one of your images as featured image in a test grid.
I inspected your website and saw a part of the code that does not come from the theme: http://screencast.com/t/xqVrvg1ucVp Please make sure you do not use any image/thumbnail plugins.(Disable photon from jetpack as it is known to cause issues with our theme)
Please disable all your plugins, clear your cache and purge your cdn files. Then regenerate your thumbnails and see how it goes.
If the problem is still there afterwards please send an email at contact@tagdiv.com with your login information so we can take a look. Please also provide a link to this topic so we know who you are.

Thank you!

84KcZ
tagDiv Member

Hi all,

We tried several browser (and cleared them). The server is not running pagespeed, atm, it is running zend opcache but I have just restarted PHP so that would clear out. Nothing the replacement thumbnails are not there. So I guess my question is where should I drop in a default thumbnail for anything that has no thumbnail

George

simchris
tagDiv Member

If using Chrome you also need to fully clear browser cache as well. If your server runs mod_pagespeed you need to turn off MPS then serve new image until cache for MPS clears.

cfolks
tagDiv Member

Hello Bogdan,

There is no CDN or cache on our development system (which is the staging setup).

De-activating plugins didn’t help either.

I’ve sent you an email with login details and SFTP details. I’ve reset the development back to 4.6.1 as I’m sure that is more useful to you.

Kind Regards.

Bogdan B.
tagDiv Staff

Hello,

Please try one more thing. To disable all your plugins except visual composer, clear your cache and purge CDN files if you use it. If the problem is still there, please send us an email at contact@tagdiv.com with your login credentials so we can take a look. Please provide a link to this topic as well so we know who you are and what the problem is.

Thank you!

Andrei L.
tagDiv Member

Hi

The cache plugin generates static pages which are stored in the memory and when a user makes a request the pages are delivered from the cache. By this the php execution and the database requests are skipped. But a cache plugin don’t move the css/js resources in footer, you will have to do this manually using the Speed Booster plugin.
I’ve checked your site with PageSpeed Insights and noticed that you have lots of css/js files: http://screencast.com/t/DLwgvpYWDL Mount of this files are not from the theme, so to move them in footer please follow our page speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve test the image carousel functionality on my side and works fine: http://screencast.com/t/dCosi2N4c This could happen due to a conflict between Visual Composer and other plugin so try to deactivate all others plugins, clear all caches and test again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked this on my side and the tabs works fine. I am not sure why you’re experiencing this issue but you can check in browser console if there are any errors while you save the settings, also deactivate all plugins except Visual Composer, clear all caches and test again.

Let me know how it goes.
Thanks!

Bogdan B.
tagDiv Staff

Hello,
I have tried to access your website but unfortunately it cannot be accessed. Please let us know when we can access it.
You can try to disable all your plugins except visual composer clear your cache and purge CDN files if you use it.
Thank you!

Viewing 25 results - 26,701 through 26,725 (of 29,810 total)