pappe
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Double Lightbox Effect?Hi Tobias, thanks! That was helpful and thanks to your findings I was able to deactivate one of the scripts.
Cheers,
MartinForum: Plugins
In reply to: [Recipe Card Blocks Lite] Display errorThank you for your super fast reply! It works perfectly!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tabelle wird nicht angezeigtThanks Tobias, it works now.
Forum: Plugins
In reply to: [ICS Calendar] Fatal Error v9.8No problem. The update works!
Correct.
I have the same issue here. The endpoint file is in the directory, but tracking is not possible (error).
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Paypal Plus Zahlungsabbruch / StornoDas Problem mit den Stornorechnungen konnte ich beheben. Bleibt noch das Problem mit Pypal selbst. Die Bezahlmethode Lastschrift scheint nicht zu funktionieren. Ich kontaktiere dazu Paypal.
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Zugriff nicht erlaubt woocommerceSelbes Problem hier…
- This reply was modified 5 years, 2 months ago by pappe.
Forum: Plugins
In reply to: [Download Manager] Downloads do not workThanks for the tipp @sohrat. I did it but it doesn’t change anything. I still get to the error page. By the way: I use AVADA theme on this website. I read that others had to disable bootstrap JS in the Downlaod Manager settings. I tried it but it doesn’t fix the issue.
Is there any documentation of the free plugin? I just found the pro version documentation …
Forum: Themes and Templates
In reply to: [MH Purity lite] Child theme / functions.phpGot it! Now it works! Thanks!
Same problem here… I use facebook publish 2 – v0.4.1
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Private album not showingOf course. That´s what edmund11 wrote. When you press the button “grant permission” you´ll get to an flickr page with an error message which tells you that something was wrong with the callback-url (or however you translate Rückruf-URL).
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Private album not showingSame problem here. It´s the same with this plugins:
Responsive Flickr Gallery
Awesome Flickr GalleryForum: Fixing WordPress
In reply to: Transparent Header Background (Twenty Eleven)Hi,
this code work for me to get the header transparent:
body #page {background:transparent;}
Now the complete body is transparent and I have to add the following, to get the content background white again:
#primary {background-color:#fff;}
This works but there is one poor issue. A small bar between the navigation bar and the content is still transparent. I have searched and tried to find the responsible CSS code, but there are several lines for that in the css file.
Is there any other “easy” way to get only the header image background transparent?