lorelore
Forum Replies Created
-
@ricav : the Elementor plugin is updated ! Pro version.
The problem persists.
I just started seeing this message, too π
elementor pro v 3.28.4
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] date conditionIn my form:
[text startdate default:post_meta] [text todaysdate id:todaysdate] [group future]in the future[/group]‘todaysdate’ via js
Tried this as condition:
show [future] if [startdate] greater than "[todaysdate]"but with no luck. Any hint how I could make this work?
Forum: Reviews
In reply to: [Filter Everything β WordPress & WooCommerce Filters] Cant use itwhy has this 5 stars ?
Sorry, I found that the blocking was not caused by Otter.
Forum: Themes and Templates
In reply to: [Multipurpose Blog] Slider questionsusing Blog Lite
Forum: Themes and Templates
In reply to: [Multipurpose Blog] page templates and sidebarsI’ll answer myself: “Layout Settings” are only affecting posts, not pages.
Would have been nice to mention that somewhere :/thanks for your reply
Forum: Plugins
In reply to: [Event Calendar - Calendar] Fatal Installation ErrorHi,
just installed the plugin for testing.
got Notice: Undefined index: page in /mypath/wp-content/plugins/calendar-event/index.php on line 96
and
The plugin generated 351 characters of unexpected output during activation. If you notice βheaders already sentβ messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.not going to test further… uninstalled
Thanks for your reply Robert.
Would custom development be possible for such a functionality?Forum: Plugins
In reply to: [The Events Calendar] list upcomming eventsHi, thanks for your answer and sorry for my late reply. I coul not get back to this before…
I figured out how to do it. But your link is useful, too.
greetings
loreForum: Plugins
In reply to: custom meta box conflictWrote
function save_post( $post_id )instead offunction save_post( $post_id, $post )and that solved it. Everything seems to work fine now.Forum: Plugins
In reply to: [Newsletters] Translate shortcode “View in your browser”That was easy, too π
Thanks for pointing me the right way !
cheersForum: Plugins
In reply to: [Newsletters] Subscription widget translation problemGreat ! That was easy π
Thanks (and sorry for late reply, did not get back here earlier)Forum: Plugins
In reply to: [qTranslate X] problem on custom term description fieldterm_description( $term->term_id, $taxonomy )instead of$term->descriptionworks.