Guenni007
Forum Replies Created
-
i do exactly search for a result of that question.
i can set this in functions.php of my childtheme – and then?
how is the shortcode for your instance?Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No end timetry to do this in your format options in your events-manager dialog:
#_24HSTARTTIME {has_time}bis #_24HENDTIME{/has_time}
bis mean till in german – sorry
so if there is an endtime not equal to the start time than an endtime is shown.
Forum: Plugins
In reply to: [Contact Form 7] spamdear Rene – did you realy read the post carefully?
despite i’m using honeypot plus a captcha there are Spams
(maybe not filled by a bot but i guess they are because Sender E-Mail is f.e. smitha7657@gmail.com, smithd234@gmail.com, etc. pp)Forum: Plugins
In reply to: [Contact Form 7] spambut is it possible to block an array of e-mails.
Akismet in Germany is a littlebit dangerous because of warning by law (opt-in use etc.)
And how do i do it on Comment Blacklist?
Thankse.g.
.age-777-wrap input.wpcf7-form-control.wpcf7-text { border: medium none !important; height: 0; margin: -20px 0 !important; padding: 0 !important; text-indent: -999999px; }
and the advice in
<small>Please leave this field empty</small>
get rid of that.i renamed it to e.g. “age” and i use it with latest WP and CF7.
But in deed i got some SpamMails (perhaps filled out by hand) but i guess they are bot replies. (All E-Mails came from ???@gmail.com)
I think for bots the display:none and visibility:hidden infos are bad.
Perhaps you can use the text-indent option and define a column height of 1px.
If i deleted your css rules of display and visibility there is
a text under the column: “Please leave this field empty”?
Is this realy good?
Thanksany ideas to fix that.
The category replacement only makes sence if the expirationdate is set to never. That should be the standard behaviour.Forum: Plugins
In reply to: [WP Calendar] Link to post in events_print does not workso : if there is a single eventpage declared – the links works by showing the event in the single event page. But i would like to link to the source post. The widgets do the trick – but the links in the events_print or events_printlist don’t.
Is there a possiblity to obtain that feature?
ThanksForum: Plugins
In reply to: [WP Calendar] List of events odered by years in a specific Categorybut now i have another problem with this list – the link to post does not work. How do i manage it?
Forum: Plugins
In reply to: [WP Calendar] List of events odered by years in a specific Categoryso i found the trivial error :
<strong>2013</strong> {events_print; categories="8"; datefrom="2013-01-01 00:00:00"; dateto="2013-12-31 00:00:00"; orderby=datefrom; orderdir=desc} <strong>2012</strong> {events_print; categories="8"; datefrom="2012-01-01 00:00:00"; dateto="2012-12-31 00:00:00"; orderby=datefrom; orderdir=desc}
the missing ; makes the differenc . I paste it in an answer faebu gave and i didn’t recognized the missing ;
with nextgen gallery there are again problems with the plugins.
Existing Cards will be shown – but it is impossible to edit or create a new one. Deleting works.
NextGen deaktivated . MapPress works again and you can create and edit cards.
Not so good but this will work till next updatesperhaps this is a provider problem.
I have now the same problem – i’m at hosteurope
perhaps they changed something on their server ?Edit:
Are you using the W3Total Cache ?
i reseted my Options in the general Options dialog.
And set new Options – that solved my problem.I guess i had some debug mode on!
Forum: Themes and Templates
In reply to: [Clean Retina] qtranslate and clean retinathe header-extensions.php is responsible for the code: here is the original code:
<?php if( 'above-slider' == $options[ 'slogan_position' ] && ( is_home() || is_front_page() ) ) if( function_exists( 'cleanretina_home_slogan' ) ) cleanretina_home_slogan(); ?>
i can manage it by editing the code :
<?php if( is_home() || is_front_page() ) : ?> <p class="slogan"><?php _e("[:en] English Text [:de]German Text"); ?></p> <?php endif ?>
but than there is no relation to the slogan1 and slogan2 of the advanced options dialog.
Is it possible to put in for “English Text” the slogan1 and for “German Text” the slogan 2 ?
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] WordPress Custom Headersthis ist what i’m looking for so long and the version 1.01 works perfekt for me. Thanks
Since 1.02 the category custum header didn’t work now.
Installing the old one 1.01 everything works again
Thanks in advance
Günter