Hello.
We removed all custom fields from the page and now we can edit normally using tagdiv.
Thank you.
For some reason after update of WordPress and server curl was turned off.
Turn it back on and now working fine.
Ignore my previous message
Kind Regards
body.single_template_8 .td-backstretch { transition: none; opacity: 1; }
on screens under 768px seems to fix the issue.
Hello.
There is no such option in Yoast.
The page never used Visual Composer with TD Composer.
It used to be a normal page with html which is now removed.
Please advise.
Kind Regards
Hello.
Im pretty sure that this is not coming from wordpress exactly but from a query you are running in your theme.
I’ll dig deeper and report back.
Kind regards
Hello.
I’ve already tried that.
There is no issue on a clean installation of the theme but that I knew already.
I had tested in localhost before activate.
I cannot replicate 300 users/min + robots in another domain.
Do you have any idea where is this coming from?
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';
Kind regards
Well.
We are waiting to load over a minute and the image isn’t loading.
Its not happening every time but it is happening 40-50% percent of the times.
It seems like a bug to me.
Is it possible to disable the lazy loading on mobiles?
Or provide a different featured image layout for mobiles?
Kind regards
Hello.
Have you tried to debug with iPhone 8 or X or any android with high density screen with 1080×1920 and over?
This is what I’m getting after one refresh or two.
Kind Regards
Hello Simion,
Thanks for your help.
Kind Regards
Hello Simion,
OK I get that.
It would be easier for developers to use the shortcodes in php if there was a list available.
Kind Regards
Hello.
Thank you for your response.
The only plugins running are:
Accelerated Mobile Pages
Cookie Notice
Inline Related Posts
Rating Form (Custom Plugin)
tagDiv Composer
tagDiv Multi-Purpose
tagDiv Social Counter
AMP MyTheme (Custom Plugin)
Yoast SEO Premium
Yoast SEO: News
We have removed over 15 plugins before installing your theme.
We have purge the whole cache 2-3 times since then.
Its weird that the slow query log reporting the logo fetch as slow query:
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';
Any idea where is this called from so to hardcode it?
Kind Regards
If you use nginx with php-fpm fastcgi running and have a high traffic website make sure to add
fastcgi_read_timeout 300;
to your nginx configuration despite of memory_execution_time.
That fixed the above error but now we see a lot of:
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';
and
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = '2017/10/logo-og.png';
in slow mysql queries and CPU usage against memory is very high(last night we had two 502 errors with cloudflare optimized).
Just letting you know everything was OK with another theme and 15 more plugins installed.
How to handle this?
Kind Regards
-
This reply was modified 8 years by
minamoto19.
-
This reply was modified 8 years by
minamoto19.
Hello Simion,
That’s great.
Is there a list of shortcodes in documentation of elsewhere?
Kind regards
Thank you!
Hello.
Thanks that works.
What kind of problems may I ask?
Kind Regards
Hello.
Thanks for you response.
Here is a link: https://www.tilegrafima.gr/nea/sakellariou-ste-poioi-ton-odigisan-se-paraitisi/
Sometimes is shown sometimes it won’t.
This actually happens only on actual mobile device and NOT developer tools in desktop.
Kind regards
Great.
That works.
May I request this(ajax edit button load) as a future feature?
Thank you