Hi,
I’ve seen your site and you have a perfect Pagespeed Inp of 128 ms. How did you manage to get it? Here many of us have inp over 200 ms.
Thanks!
Okay Bettina, but can’t you just tell us where to find the back door that injects the malicious code on the database so that we can remove it perhaps by making simple changes to the affected php file?
Okay Bettina, but can’t you just tell us where to find the back door that injects the malicious code on the database so that we can remove it perhaps by making simple changes to the affected php file?
Thanks
it will be as you say but google’s pagespeed says that they are penalizing resources for the speed on the mobile view..
thanks
Hi Calin,
what does it mean to delete it manually?
those two css are useful in the desktop version can not be deleted altogether.
I want to delete it only in the version of the mobile theme…
Thnaks
how remove h1 logo directly in the code?
thanks
Hi Calin
I try to eliminate above css put the two follow code in
plugins\td-composer\mobile\function.php
function dequeue_my_css() {
wp_dequeue_style(‘wp-block-library-css’);
wp_deregister_style(‘wp-block-library-css’);
}
add_action(‘wp_enqueue_scripts’,’dequeue_my_css’,100);
function dequeue_my_css() {
wp_dequeue_style(‘td-plugin-multi-purpose-css’);
wp_deregister_style(‘td-plugin-multi-purpose-css’);
}
add_action(‘wp_enqueue_scripts’,’dequeue_my_css’,100);
But it doesn’t work… any suggestions?
Thanks
A patch folder for the td-composer would also be absolutely necessary, since now all the files are in there. Who made the changes how do you know what to change and send to the server?
It would be a good idea to make life easier for developers and not the other way around.
Thank you!
Since I don’t think that all td-composer plug in files are updated every time they are updated, it would be great to know which files have changed.
This would be great for those who have made changes to some files that were previously in the folder of the theme.
Thanks
Hi Calin,
I tried following your instructions step by step but unfortunately it does not work…
is a very mysterious problem… if I select only ‘mobile’ the menu works in the mobile view… with ‘mobile+amp’ it works only on amps
so I’d exclude a cache or plugin problem, which I’ve already taken out for testing… it seems that ‘mobile+plugin’ inserts a code somewhere that removes the dynamic functions on the mobile view…
but at this point, I don’t know what to do…
Thanks
Hi Calin,
I’ve tried it before, but it doesn’t change anything.
Consider that I have never had problems of this kind with previous versions of the mobile plugin.
The problem with mobile display is only present when ‘mobile+amp’ is selected, while with only the ‘mobile’ option the menu and other dynamic functions work well
The amp version (by selecting ‘mobile+amp’) does not cause any problems either…
What can i do?
@mazougagh, you are welcome… but for you menu mobile view is ok?
@Simion Thanks for suggestion…
But is the menu on the mobile only my problem or is it common to all with version 9.6? For me everything was ok with version 9.5
Do you have a test site where I can check the operation of both mobile and amp versions?
The problems in the menu to me were not there with version 9.5
Thanks
To solve proble with js composer I comment this line in
plugins/js_composer/include/classes/core/class-vc-base.php
public function addNoScript() {
//echo ‘<noscript>’;
echo ‘<style type=”text/css”>’;
echo ‘ .wpb_animate_when_almost_visible { opacity: 1; }’;
echo ‘</style>’;
//echo ‘</noscript>’;
}
I tried to rule out optimization from javascript but the mobile theme menu still doesn’t work on mobile visualisation… works instead on the page amp
Do you have solutions to propose?
Thanks!
Simion this error is due to WPBakery Page Builder…
who uses js composer displays it…
you need to adjust js composer or the mobile theme to solve…
Thanks!
Simion,
now is ok because I have turned off ‘SHOW ON AMP’ in the mobile plugin…
to avoid penalisation by google…
in this way however the page amp is without css
The problem is caused by js_composer (wp Bakery plugin).
I’ve been writing the problem for over a week.
Please solve
Thanks!
-
This reply was modified 7 years by
Bintmusic.
There is a problem of incompatibility with js composer…
I’m also using amps without css on mobile settin off SHOW ON AMP so as not to have errors with amp tests.
Please solve thanks
I have the same problem…
it seems there is a compatibility problem with js composer that add line
<noscript><style type=”text/css”>.wpb_animate_when_almost_visible { opacity: 1; }</style></noscript>
With amp test gives a problem…
How can we resolve that?
Thanks
…following all the instructions, unfortunately I also get errors with https://mydomain/slug/ tested in https://search.google.com/test/amp
Hi Calin,
the settings that you reported to me are the ones I’m using, but unfortunately on mobile devices the styles of articles are not there.
if you display articles on the desktop instead the result is what you say…
do you have any suggestions to at least solve this problem?
thanks
Hi Simion,
I followed everything in instruction but the new plugin with amp does not work right.
In this way, like many other users, I detect problems with the test amp https://search.google.com/test/amp
The only way to get the amp pages is to exclude SHOW ON AMP in the mobile theme settings getting a horrible amp page without style css. But currently this is the only possible choice to not have problem with google webmaster with amp articles.
Please solve with an update, thanks.
Hi, Catlin,
I followed to the letter of course everything but the new plugin with amp does not work.
In this way, like many other users, I detect problems with the test amp https://search.google.com/test/amp
The only way to get the amp pages is to exclude SHOW ON AMP in the mobile theme settings getting a horrible amp page without style css. But currently this is the only possible choice to not have problem with google webmaster with amp articles.
Please solve with an update, thanks.
Hello Bogdan,
with SHOW ON AMP turn on on mobile plugin url/amp/ are redirected to normal url.
I understand it’s correct according to what you said…
But Making test https://search.google.com/test/amp
Putting articles url/amp/ it show
Invalid AMP page
Invalid AMP pages will not have the specific functions of the AMP pages in the Google search results.
Solve the following problem
Validation issues
1 instance Line 20:2421
The tag “noscript enclosure for boilerplate” appears more than once in the document.
<noscript><style amp-boilerplate>body{-webkit-animation:n
——————————————–
1 instance Line 20:1702
The main tag related to the “style amp-custom” tag is “noscript”, however it can only be “head”.
<style type=”text/css”>.wpb_animate_when_almost_visible {
Please solve… thanks..
it doesn’t really work…
Amp integration of the mobile plugin does not work.
Only way to use amps so that the amp test (https://search.google.com/test/amp) gives correct results, is to exclude SHOW ON AMP on the plugin and thus have a horrible version of articles url/amp/ without css…