koelner_dom
Forum Replies Created
-
I can see the content of the two pages now.
The issue seems to be solved.
Best regards
i just updated to plugin version 2.5.7. cleared cache and still have blank pages on global settings and user permission.
again for information: wordpress version: 5.4.1 Theme Make.
PHP info (higher version not possible at this time from my provider)
cpsrvd 11.86.0.21
Datenbank-Client Version: libmysql – 5.6.43
PHP-Erweiterung: mysqliDokumentation curlDokumentation mbstringDokumentation
PHP-Version: 7.3.6Hello,
the last update did not help. Both pages are still blank.
Regards
issue in version 2.5.5 still not solved. still blank page on “user permissions” & “global settings”
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Date mismatch by 1 dayHello,
also on my site all dates in frontend, mail and backend look good after first test.
Thank you.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Date mismatch by 1 dayHello,
i am using Version 2.5.4
Forum: Plugins
In reply to: [Calculated Fields Form] Copy Summary to ClipboardHi,
thaks for your effort. After reading some google i found out, that
jQuery('[id*="fieldname'+'31_"]').text();
solved my problem.
Best regards
Forum: Plugins
In reply to: [Calculated Fields Form] Copy Summary to ClipboardHi,
i managed to get the content of the summary field to the clipboard. But do you have another hint for me on how i get only the field-content, without the tags?
What i get:
<div ref=”fieldname26_1″ class=”cff-summary-item”><span class=”summary-field-title cff-summary-title”>Gewünschte Wohnung*</span><span class=”summary-field-value cff-summary-value”></span></div><div ref=”fieldname10_1″ class=”cff-summary-item”><span class=”summary-field-title cff-summary-title”>Personen ab 6 Jahre – 7€</span><span class=”summary-field-value cff-summary-value”>2</span></div><div ref=”fieldname11_1″ class=”cff-summary-item”><span class=”summary-field-title cff-summary-title”>übernachtungen</span><span class=”summary-field-value cff-summary-value”>2</span></div><div ref=”fieldname25_1″ class=”cff-summary-item”><span class=”summary-field-title cff-summary-title”>Hund – 3€</span><span class=”summary-field-value cff-summary-value”>0</span></div><div ref=”fieldname19_1″ class=”cff-summary-item”><span class=”summary-field-title cff-summary-title”>Endgültiger Preis</span><span class=”summary-field-value cff-summary-value”>€0,00</span></div>
What i would need:
Gewünschte Wohnung*
Personen ab 6 Jahre – 7€2
übernachtungen2
Hund – 3€0
Endgültiger Preis€0,00Regards
Hi,
after reading several posts i could identify the reason for falsly displaying the thumbnail galery. But i do not understand why.(It might be a differnt toppic, but might apply for others as well)
I did adjust the footer of my page. After deleting and restoring the original theme (Twenty Ten) footer everything works fine again. I tested this with the TwentyEleven Footer as well. Same proplem.
Here my Footer as i changed it, to give you a hint. Maybe you can tell me, where the problem is. On the online version i changed it back.
https://lindenhof-schnellbach.de
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content
* after. Calls sidebar-footer.php for bottom widgets.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
?>
</div><!– #main –><div id=”footer” role=”contentinfo”>
<div id=”colophon”><?php
/* A sidebar in the footer? Yep. You can can customize
* your footer with four columns of widgets.
*/
get_sidebar( ‘footer’ );
?><div id=”site-info”>
<p>Copyright © <?php echo date(‘Y’);?> |?
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?> is proudly powered by ” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentyten’ ); ?>”><?php printf( __( ‘%s’, ‘twentyten’ ), ‘WordPress’ ); ?> |?Impressum | Theme TwentyTen | Webdesign by Schaack Web </p>
<?php wp_footer(); ?>
</div><!– #site-info –></div><!– #colophon –>
</div><!– #footer –></div><!– #wrapper –>
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/wp_footer();
?>
</body>
</html>i do have the same issues. the wordpress settup is fairly new. only few plugins are activated.
with version 2.0.14 everything was fine, with 2.0.17 the galeries are one colums and the pictures open in a single window instead a galery.
galery view does not load at allhttps://lindenhof-schnellbach.de/ferienwohnung/wohnung-kleine-linde/
at a different site i manage. the main photo page does not open at all anymore.