michaeltaube
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Plugin disables menu on mobile devicesYes, then the problem is solved but not the speed problem. Any ideas how to solve this? Or is it possible that this option will work together with the other plugins in a future update?
Forum: Plugins
In reply to: [WP Fastest Cache] Plugin disables menu on mobile devicesHey Emre,
I did, but the pageload is even worse. The best performance is when I have all three plugins activated and even the Combine CSS of WP Fastet Cache enabled (Lighthouse Score = 99 on Desktop and mobile)
If I have this option disabled and deactivate Autoptimize and Hummingbird I have a Lighthouse Score of 74 on mobile (desktop stays the same).
- This reply was modified 3 years, 11 months ago by michaeltaube.
Forum: Plugins
In reply to: [WP Fastest Cache] Plugin disables menu on mobile devicesHello Emre,
thank you for taking the time to reply. I have almost no experience in coding. So what I basically did is I followed a guide to set up WP Fastest Cache and Autoptimize. I then also connected Cloudflare CDN in WP Fastest Cache.
I don’t know where this syntax errors come from, but I never touched a CSS file.
The installation of WordPress I’m running is new and I had a few plugins running that “helped” with combining / minify CSS.
Does the syntax errors come from this?
So is there anyway to fix these syntax errors?
Thank you.
Kind Regards,
MichaelForum: Plugins
In reply to: [WP Fastest Cache] Plugin disables menu on mobile devicesthanks. It helps, but according to google pagespeed insights my score for mobil dropped to 88, before it was 98.
So what can I can do?
Forum: Fixing WordPress
In reply to: wp admin not displayin correctlySo I found out that the issue was caused by the Jetpack plugin. So I have deactivated it for now. I also tried deactivating Elementor Page Builder to see if there is a correlation between Elementor and the Jetpack but seems there is none. My version of Jetpack is up to date.
So what can I can do? Would deinstalling and re-installing Jetpack make any difference?
Forum: Fixing WordPress
In reply to: wp admin not displayin correctlyNow I deactivated all the plugins on my site and it seems to resolve the issue of the wp admin bar. So I’ll will activate them one by one to see which plugin is causing the issue. Hope it works.
Forum: Fixing WordPress
In reply to: wp admin not displayin correctlyHello Arno,
I tried it with Twenty Seventeen, no difference. I’m using an Astra Child Theme and also tried using the parent theme, also no difference.
Thank you. Any other idea?
Forum: Plugins
In reply to: [WooCommerce] How to remove Woocommerce SidebarThank you. That did the trick for me.
Forum: Fixing WordPress
In reply to: How to remove Woocommerce SidebarThanks. I will try.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] How to re-subscribe a permanently deleted contactHello,
I have the same problem like Claire had. I want to resubscribe to my own list, but it’s not working. Neithere when I try to manually add my email to my list via the mailchimp dashboard. When I’m adding these filters it will be possible to sign up to my list again? If yes, how and where do I add them?Thanks in advance.
Kind Regards,
MichaelForum: Fixing WordPress
In reply to: Remove box-shadow from imagethank you! I never would had thing about using the page ID as a classname. Awesome hint!
Forum: Fixing WordPress
In reply to: Genericons are not working anymoreThank you again. This works. How can I set up my own CSS classes to modify the icons in size in color if I use shortcodes? How can I set up the links to my socialprofiles?
Forum: Fixing WordPress
In reply to: Genericons are not working anymoreThanks for your reply. I don’t want to use the classic font if SVG will work on my site. Can you tell me how to get Social Logos working with SVG?
Hey Christi,
it works. I changed the values a bit, but it was the code I needed. Thank you!Hey Christi,
thank you. You’re code worked but also I started to using plugin to work on my CSS which is a way more comfortable then the standard wordpress editor. Can you help me with another adjustment of the sidebar? The widget-title/span are now centered. The change I want to make now is that the widget-title uses all of its space to the left and the right so that is’s left and right borders are in line with the widget itself. Is that possible?I added some padding to the widget itself but now the background of the widget-title does not cover the widget background. Here is my code for now
/*Sidebar*/ #secondary .widget { background-color: #F9F2E7; padding-left: 5%; padding-right: 5%; padding-bottom: 1%; border-left: 2px solid #AEE239; border-right: 2px solid #AEE239; border-bottom: 2px solid #AEE239; } #secondary .widget-title { border-bottom: none; text-align: center; background-color: white; } #secondary .widget-title span { background-color: transparent; color: #8FBE00; }
Maybe it would be easier to move the div for the widget-title on top of the widget, but I don’t know how to do this.