orangechris
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Display error in CF7thank you very much, this helps a lot and in fact I‘m also experiencing the error only in Safari. So maybe this occurs because of iOS 18?
Forum: Plugins
In reply to: [Contact Form 7] Display error in CF7Sorry, here it is: https://shorturl.at/0Lun7
Thank you very much @ricav, your Popups Guide contained exactly the information I was looking for: Overlay: Show or Hide the background overlay
This setting regulates the behaviour I need.
Thanks again!!
Can someone help, please? Thank you
Wow, just amazing – it works now!!
Thank you so much for your great support!
I just unchecked it but it doesn‘t seem to work
Hi Glen,
there is no server-side restriction maybe it‘s because I used a link shortened URL, here is the full URL now: https://wilhelm-hauff-schule-stuttgart.de/artikel-einreichen/I couldn‘t see wp_head() or wp_footer() in the named PHP files.
So I added this codes via the plugin WP Headers and Footers.header.php:
<head> <?php wp_head(); ?> </head>footer.php:
<body> <?php wp_footer(); ?> </body>Nothing changed since then, but maybe I put it in wrong.
The name of my current theme is „The7“ (https://the7.io).
Hi Glen,
can you please check again with the following link, please?
https://shorturl.at/sDH38
Also attached the list of all active plugins:@glenwpcoder Thank you, just created the new topic here: https://ww.wp.xz.cn/support/topic/upload-zone-not-displayed-on-contact-form-7/#new-topic-0
Chris
I have the exact same problem: I cannot see the field even when inserting the code lines above. How can I fix the issue?
Forum: Plugins
In reply to: [Add-on Contact Form 7 – MailPoet 3] Checkbox styling in style.css neededOK, case solved.
@pigsound Fantastic, thank you very much, this solved the problem. The crazy thing is: it doesn‘t delete the „powered by URL“ but the error message disappears.
Thanks for your help, I couldn‘t find where to update the database. So I had to downgrade to an older version of the plugin. Now I will just wait for a newer version to come and hope the error will disappear.
Forum: Fixing WordPress
In reply to: Using variables in WordPress pageHey Justin, thanx for the link which I already knew. I just went through the text and searched for a specific information regarding my question.
The page gives an overview of the WP structure and how to access them.What I need to know is how to create a connection to a variable in a WordPress page or a WordPress post. Pages and Posts only allow text and no code.
Forum: Fixing WordPress
In reply to: Show another background image on special pageThank you again for all the support. I can’t solve the problem neither wirh the page number nor with the slug name of my page and I can’t understand why.
Example: If I use an if conditional based on the page language<?php if(qtrans_getLanguage() == "de"){ $wp_query->query("post_type=portfolio&portfolio_category=bg1&showposts=-1"); } if(qtrans_getLanguage() == "en"){ $wp_query->query("post_type=portfolio&portfolio_category=bg2&showposts=-1"); } ?>it all works fine. I don’t understand why it doesn’t work with the is_page()-statement.
But the good news is that I created an image that fits to all pages so that I don’t need a specific background for one page anymore.
Thank you again for your help!