-
Search Results
-
Hallo Kriesi-Team,
wir haben ein Kontaktformular zur Anmeldung einer Freizeit (noch nicht live geschaltet). Hier gibt es ein Feld “Datumsauswahlfeld” in dem das Geburtsdatum eingetragen werden soll. Dieses Feld lässt sich in der mobilen Ansicht (iOS) nicht bearbeiten. Die Tastatur wird auf dem Smartphone nicht geöffnet. Kann man hier ggf. auch eine Kalenderansicht integrieren?
Ist dieses Problem bekannt?
Enfold-Version: 6.0.6
Wordpress-Version 6.7.1Dear Support,
I would like to show or hide fields in your contact form based on the selection in a dropdown field on that form.
Is that possible with Enfold itself, or do I need to license a form plugin like formidable forms?Is there a workaround like pressing a button to call contact form A, another button contact form B etc?
Thanks in advance!
Best regards
UweGood Day Kriesi,
I previously used to develop basic websites in html format using MS FrontPage. Yes, you heard that correctly, MS FrontPage ?!?!?! But it gave me excellent service for 20 years.
For the past few years, I have been converting most of these sites to WordPress, and have found that Enfold is an excellent environment in which to work.
However, there is one instance of moving from html to WordPress that I am struggling with.
I need to display a linked image in PWA format that fits to the full HEIGHT of the screen on a mobile device. Please see Link 1 below of how the current html code does this. The user then simply swipes left to see the whole image.
https://mobi.henleyair.tv/html/iPhone-13-PRO-01.png
The code that I am using is the following:
<html>
<head>
<title></title>
</head>
<body topmargin=”0″ leftmargin=”0″ rightmargin=”0″ bottommargin=”0″>
<div align=”left”>
<script language=”Javascript” type=”text/javascript”>
<!–
var t = 60
image1 = “https://henleyair.tv/cam/cam_west.jpg”
function Start1() {
tmp = new Date();
tmp = “?”+tmp.getTime()
document.images[“refresh1”].src = image1+tmp
setTimeout(“Start1()”, t*1000)
}
Start1();
// –>
</script>
</div>
</body>
</html>How this code works is that it refreshes the image automatically every 60 seconds without the whole page refreshing. This works exceptionally well in a webcam environment.
However, I have tried many times to use this code in Enfold by using the Code Block option and simply pasting the html code into that block.
The first prize is that the code works from a refreshing point of view and the image is refreshed every 60 seconds.
However, where it does not work, is that the image is shown fitting full WIDTH across the mobile screen. It needs to show at full HEIGHT on a mobile device. Please see Link 2 below for an example of this:
https://mobi.henleyair.tv/html/iPhone-13-PRO-02.png
I did contact you a few years ago about this issue, but the coding never really got fully resolved as you suggested adding CSS code to Enfold > General Styling > Quick CSS.
The support I am looking for is rather to have the html code added into the individual Code Blocks I will be using for each specific webcam image. I believe that if would be better suited there instead of CSS code being applied universally to the whole site under the Enfold options.
So, in summary, I am using a mixture of WordPress and html pages in the current setup. This is not ideal as I would like to operate this type of coding in only WordPress.
The site to reference is https://mobi.henleyair.tv and can be viewed in simulated mobile devive mode using F12 in Chrome.
Looking forward to your assistance in this regard.
MdF
I am experiencing an issue with my WooCommerce product pages while using the Enfold – Responsive Multi-Purpose Theme (Version 6.0.6). Specifically, the product description is not displayed by default when visiting a product page.
Details of My Setup:
WordPress Version: 6.7.1
WooCommerce Version: 9.4.2
Theme: Enfold – Responsive Multi-Purpose Theme
Product Page Example: HairLife Product PageSteps I’ve Tried:
1. Added the PHP code snippet to the functions.php following this suggested solution from this thread Link2. Used JavaScript to ensure the description tab opens by default
add_action('wp_footer', 'open_description_tab_default'); function open_description_tab_default() { if (is_product()) { ?> <script> document.addEventListener('DOMContentLoaded', function () { let tab = document.querySelector('.woocommerce-Tabs-panel--description'); if (tab) { tab.style.display = 'block'; } }); </script> <?php } }
3. Verified that product descriptions exist in WooCommerce’s product editor.
Could you please guide me on how to:
Ensure the product description is displayed by default without requiring the tab to be clicked.
I’ve already tested with minimal plugins to rule out conflicts, and this issue seems directly related to the theme. Any advice or customization tips would be greatly appreciated.
Thank you in advance for your support!
Best regards,
Sid
Viewing 30 results - 2,881 through 2,910 (of 242,493 total)