markkss
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Homepage is messed up in AMPThank you for your response!
I will try some previous versions!
Because I dont know how long the page has been messed up!
I will let you know.
*** Update ***
Version accelerated-mobile-pages.0.9.97.13 is working
Version accelerated-mobile-pages.0.9.97.14 is messed upI use Extra Theme from Elegant Themes
- This reply was modified 6 years, 2 months ago by markkss.
Forum: Plugins
In reply to: [AMP Contact FORM 7 - AMPCF7] Error from Google Search ConsoleHopefully fixed it myself:
I added the following to my theme’s functions.php:
add_filter( 'amp_post_template_data', function( $data ) { $data['amp_component_scripts'] = array_merge( $data['amp_component_scripts'], array( 'amp-form' => 'https://cdn.ampproject.org/v0/amp-form-latest.js', ) ); return $data; } );
Forum: Plugins
In reply to: [AMP Contact FORM 7 - AMPCF7] Error from Google Search ConsoleThe link is:
https://www.kindstapsprong.nl/kindercoaches/kindercoach-anne/?ampwhen I try the link in https://validator.ampproject.org/
I get the same errorI am having the same problem!
Is there already a sollution?
I fixed the problem of my admin page by using a Page Rule in Cloudflare:
Go to Cloudfare
Go to Speed, scroll down and Turn On RocketloaderGo to Page-rules
Create Page Rule
url: https://example.com/wp-admin/*
Select Rocketloader in Then the settings are:
Save and Deploy
Turn On the RuleNow Rocketloader loads all your pages faster, but not your wp-admin pages.
- This reply was modified 6 years, 4 months ago by markkss.
I fixed the problem by using a Page Rule in Cloudflare:
Go to Cloudfare
Go to Speed, scroll down and Turn On RocketloaderGo to Page-rules
Create Page Rule
url: https://example.com/wp-admin/*
Select Rocketloader in Then the settings are:
Save and Deploy
Turn On the RuleNow Rocketloader loads all your pages faster, but not your wp-admin pages.
I fixed the problem by using a Page Rule in Cloudflare:
Go to Cloudfare
Go to Speed, scroll down and Turn On RocketloaderGo to Page-rules
Create Page Rule
url: https://example.com/wp-admin/*
Select Rocketloader in Then the settings are:
Save and Deploy
Turn On the RuleNow Rocketloader loads all your pages faster, but not your wp-admin pages.
- This reply was modified 6 years, 4 months ago by markkss.
Disabled rocketloader on Cloudflare and that did resolve the issue.
But my Yslow speed GTmetrix.com went from B(89) to C(77) so it not the best sollution.
Forum: Plugins
In reply to: [Pixel Caffeine] Menu’s hiding behind WordPress Dashboard MenuYES, I can select the menu. Thanks for your solution.
Forum: Plugins
In reply to: [Pixel Caffeine] Menu’s hiding behind WordPress Dashboard MenuHi,
It took some days, but I have a first solution from the suppport team from Elegant Themes.
Hi,
I see what is the problem – somehow the plugin cannot add the classpixel-caffeine
to the admin body tag — one simple solution is to edit the plugin
admin.min.css
and remove that .pixel-caffeine class
To be continued
Forum: Plugins
In reply to: [Pixel Caffeine] Menu’s hiding behind WordPress Dashboard MenuOk checked all 3 options:
1. No Errors
3. Disabled all, only Pixel Caffeine active –> Still the same problem2. I use the Extra theme from Elegant Themes (latest version). So I switched to Twenty theme, and there the menu appeared like a menu should appear.
After that I tried the Divi theme from Elegant Themes as well. No problem with that theme either.
Then I switced back to theme Extra from Elegant Themes and the problem was back again. I use a child theme, so I activated the orginal theme as well, but the problem is still there.
Conclusion: something in the Extra theme is messing up.
Forum: Plugins
In reply to: [Pixel Caffeine] Menu’s hiding behind WordPress Dashboard MenuThis is what I see when I minimize the Dashboard
Forum: Plugins
In reply to: [Pixel Caffeine] Menu’s hiding behind WordPress Dashboard MenuForum: Plugins
In reply to: [Pixel Caffeine] Menu’s hiding behind WordPress Dashboard MenuI installed it on a second testsite.
After installing, the plugin gave me a message:
“Je hebt geen toestemming om deze pagina te bekijken”
You do not have persmission to view this pagewp-admin/admin.php?page=aepc-settings&tab=dashboard
I remember I had the same message when I installed it on my mainsite.
I think your intent is good.
It worked for me in the past, but now it does not work anymore.