ian6
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] 2 configuration errorsI get the same error as above (2 a/o 4 errors depending on the forms)…
I noticed that lately all messages I receive arrive as sent from *my own WP email address* (the one I filled in as owner of the website) and I can’t reply to the senders… ??
hmmm…
Forum: Fixing WordPress
In reply to: Back end problem and WordPress 3.8Thanks WPyogi
you spared me lots of head banging!
Reinstalling manually solved this sudden malfunctioning of WP3.8, not accepting uploads and plugin installation failures.
Have a nice holiday!
Forum: Plugins
In reply to: [Tippy] attach tippy with sound to button possible?Fantastic job, Chris!
it works as a charm ??
(v. 6.2.1)
Forum: Plugins
In reply to: [Tippy] attach tippy with sound to button possible?For playing audio I’m using one called “donut-audio”, based on soundmanager2. It’s not here on www.ads-software.com, I got it from the website of the builder.
( https://scottslab.com/wordpress-soundmanager2-audio-plugin )It falls back to Flash if needed. I’m using my own button (with the simple version).
I think any variation of Soumdmanager2 would do, especially if it’s invisible one wouldn’t need to change anything.
Forum: Plugins
In reply to: [Polylang] Polylang interferes with common image(s)??
Forum: Plugins
In reply to: [Polylang] Polylang interferes with common image(s)YES
this works,
Chapeau!
Forum: Plugins
In reply to: [Polylang] Polylang interferes with common image(s)YEP, let’s see ??
Oh, in which file should this code be? (include/core ? or the themes “search form”?)
Forum: Plugins
In reply to: [Polylang] Polylang interferes with common image(s)Well,
now the 404.png is gone, but in the non-English versions no image or alt-text is shown.On the other side the whole website does strange things (white pages etc and on Chrome error 500)
On safari (different computer) it just doesn’t show the loop-image
Firefox on both mac’s is deadForum: Plugins
In reply to: [Polylang] Polylang interferes with common image(s)Maybe it’s the combination, because I upgraded to WP 3.6 at the same moment.
I’ll tell you in a moment.1000 thanks
Forum: Plugins
In reply to: [Polylang] Polylang interferes with common image(s)Yep,
new theme-version (wil be up if all works):
<form action="<?php echo esc_url(home_url('/')); ?>" class="searchform" method="get" role="search"> <input size="27" type="text" title="<?php echo (get_search_query()!="" ? get_search_query() : __('Search', 'ci_theme') ); ?>" class="s" name="s"> <a class="searchsubmit"><img src="<?php echo get_template_directory_uri(); ?>/images/search.png" alt="<?php _e('GO', 'ci_theme'); ?>"></a> </form>
and the one online now is:
<form action="<?php echo esc_url(home_url('/')); ?>" class="searchform" method="get" role="search"> <input size="27" type="text" title="<?php echo (get_search_query()!="" ? get_search_query() : __('Site Search', 'ci_theme') ); ?>" class="s" name="s"> <!-- <a class="searchsubmit"><img src="<?php echo get_template_directory_uri(); ?>/images/search.png" alt="<?php _e('GO', 'ci_theme'); ?>"></a> --> <a class="searchsubmit"><img src="https://www.podium-arts.com/wp-content/themes/wp_pinfinity5-v1.4/images/search.png" alt="<?php _e('GO', 'ci_theme'); ?>"></a> </form>
NB: the part that is now commented out is the original of this version, the other one is what I thought might work…
:-)))
Forum: Plugins
In reply to: [Polylang] Polylang interferes with common image(s)Thanks for your fast reaction ??
– At the site header, there’s a search widget with a search-field and on the right a ‘search.png’ with “submit” functionality.
If the .png doesn’t appear, normally there’s an alt-text “GO”.
Now, with Polylang 1.1.4 none of the above works and I get the 404-image I’m using through the whole site, which is rather big…The website is at www. podium-arts.com
The previous version I remember using was 1.1.2
I’m turning the search-widget back on for the moment, but you have to try a language other than English, through the flags.
Thanks again.Forum: Plugins
In reply to: [Tippy] close-link and line-height (Safari mac)It’s now solved by this, thanks ??
It’s strange how every browser reacts in its own way sometimes…
Forum: Plugins
In reply to: [Tippy] dotted border-bottom heightthanks Chris,
I’ve tried through the browser inspector first (not copied yet in the main css), but it worked only going down…
If I copy the rule in the main css do I have to delete it from the tipp-css? and do I have to refer to any of both css-files anywhere in the tippy files?
Forum: Plugins
In reply to: [Tippy] can't display my own close-link-text…and yes, in 5.0.1 it works!!!!
Great job!
100x ThanksForum: Plugins
In reply to: [Tippy] can't display my own close-link-text…this is the only thing that denies service until now.
It’s not dramatic but useful, especially because I’ll have more translated versions of the website (now 3 online), so an “x” would fit better than a word in any language.
I’m curious about the update ??
Regards!