naloo
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion Blocks] Accordions Broke in the Dropped Positionhi phil, i use accordion blocks within a custom block, 1.3.4 is not working for me, will show content but without the accordion-features.
i downgraded to 1.3.1 works wonderfull again.<div class="wp-block-pb-accordion-item c-accordion__item js-accordion-item is-read is-open" data-initially-open="true" data-click-to-close="true"> <h1 id="at-<?php echo $randomNumber; ?>" class="c-accordion__title js-accordion-controller" role="button" tabindex="0" aria-controls="ac-<?php echo $randomNumber; ?>" aria-expanded="true"> <?php echo $accordion_title; ?> </h1> <div id="ac-<?php echo $randomNumber; ?>" class="c-accordion__content"> <?php echo $accordion_text; ?> </div> </div>
perfect, that was it! thanks!
hi, sorry i thought i disabled the password, it is: empe
thanks for having a look! nadia
Forum: Plugins
In reply to: [Contact Form 7] empty emailsunfortunately i cant do this, the website ist up an running and i cant test it, as not all messages are coming here empty only every now and then….
Forum: Plugins
In reply to: [Contact Form 7] empty emailsi dont know if you mean in genera or with contact form 7, so i am posting all…
All in one Favicon
All In One SEO Pack
Column Shortcodes
Contact Form 7
Dropdown Menu Widget
Enable Media Replace
Envira Gallery
Envira Gallery – Defaults Addon
Envira Gallery – Fullscreen Addon
Flamingo
Google Site Verification plugin using Meta Tag
Image Watermark
List category posts
MailChimp for WordPress
MailChimp for WordPress Pro
Raw HTML
Really Simple CAPTCHA
Regenerate Thumbnails
Reveal IDs
Simple 301 Redirects
TablePress
TinyMCE Advanced
WooCommerce Helper
WooSlider
Wordfence Security
WordPress Database BackupForum: Plugins
In reply to: [Contact Form 7] empty emailshi,
yes, i am sure. the form sends two emails, both are empty, but content is stored in flamingo.
forms are beeing filled in on different platforms, browsers according to flamingo.
i have actually asked the people how they filled in the form, wheter they wrote directly into the form or copy/pasted from other programm, all wrote directly into form.
i doesnt make any sense, and it only happens sometimes, not all the times, but i cant figure out, what triggers it.most stupid mistake: i was looking at the wrong email, and the order number in the email was set to #fff on #fff background… took me 2 hours to find out…
hi tamara, this i very wierd, i have this in the subject, but it doesnt show anything, i thought it might have something to do with the plugin, i guess i need to contact woocommerce people.. thanks. nadia
check for old jquery links.
found the error: an old jquery library link messed it all up
ahh, trial and error… i just found out! and it works, your plugin is sooo coool! thanks!
‘in_cats’ => ’22’, ‘ex_cats’ => ’11’, ‘ex_cats_method’ => ‘diff’
was the solutionbut it isn’t working…
‘in_same_tax’ this gives me this error:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/httpd/vhosts/naloo.net/httpdocs/wp/wp-content/plugins/ambrosite-nextprevious-post-link-plus/ambrosite-post-link-plus.php on line 114
Warning: array_unique() expects parameter 1 to be array, null given in /home/httpd/vhosts/naloo.net/httpdocs/wp/wp-content/plugins/ambrosite-nextprevious-post-link-plus/ambrosite-post-link-plus.php on line 114
and if i try with different categories, it always renders the same result, you can look at it here: https://naloo.net/wp/3kh/
it should get this:
next > apollo-8
logo > apollo-8
print > apparence
digital > bimi
but all three next buttons go to apollo-8this is what the code looks like:
<?php next_post_link_plus( array('order_by' => 'post_title', 'format' => '%link', 'link' => 'next', 'in_same_cat' => 'work' ) );?> <?php next_post_link_plus( array('order_by' => 'post_title', 'format' => '%link', 'link' => 'logo', 'in_same_cat' => 'ct-logo', 'ex_cats' => 'work', 'ex_cats_method' => 'weak' ) );?> <?php next_post_link_plus( array('order_by' => 'post_title', 'format' => '%link', 'link' => 'print', 'in_same_cat' => 'ct-print', 'ex_cats' => 'work', 'ex_cats_method' => 'diff' ) );?> <?php next_post_link_plus( array('order_by' => 'post_title', 'format' => '%link', 'link' => 'digital', 'in_same_cat' => 'ct-digital', 'ex_cats' => 'work', 'ex_cats_method' => 'strong' ) );?>
hi, i didnt mean “num_results” i mean actually different next buttons on the same page, eg.
next ‘in_same_cat’ = ‘abc’ | next ‘in_cats’ => ‘123’ | next ‘in_same_tax’ => ‘xyz’
Forum: Plugins
In reply to: [Simple Events Calendar] modify date displayhi
in simple-events-calender.php change lines 34-39 like this:// The date
if (strtoupper(substr(PHP_OS, 0, 3)) == ‘WIN’) {
define(‘DATE’, __(‘%a %#d. %B’,SE_TEXTDOMAIN)); // For WINDOWS %e doesn’t work
} else {
define(‘DATE’, __(‘%a %e. %B’,SE_TEXTDOMAIN));
}will give you an date display that looks like this:
Mo 20. Mai 2013 20:30Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column Sorthi tobias
thanks so much for the reply, it was the combined cells – and the <?php wp_footer(); ?> that somehow got lost and i just not realised, that it was missing… very nice plugin, will defenitely give it 5 stars! nadia