Serega1
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Spiner disappearedyeah, thank you. It appears under send bottom. Client didn’t notice it
Is it possible to change place where icon appears?
Forum: Plugins
In reply to: [Contact Form 7] Spiner disappearedOh sorry
http://www.sergey-kuzmin.com/contacts/
in russian, but stil you can see…
thank you
- This reply was modified 2 years, 9 months ago by Serega1.
yeah, probably you need to change the instruction, just to prevent questions like mine. Because UTF-8 now is a standart, and used by default. Or that checkbox for non-english languages might be checked as default. Or Relevanssi can determine character set by itself…
Thank you a lot for your work!
I switched ON admin search. Nothing’s changed. Excerpts are still without highlights, and always are the first paragraph of the post, not search excerpts nor post excerpts.
Theme shows search results by the_excerpt(); function, nothing special…UPD:
Hm… I’ve fix it.
By checking checkbox
“Uncheck this if you use non-ASCII characters”Instruction says:
If you use non-ASCII characters (like Cyrillic alphabet) and the highlights don’t work, unchecking this option may make the highlights workMy site is in Russian, with exactly “non-ASCII characters (like Cyrillic alphabet)“. But in my case it works complitely opposite. If checkbox is checked – highlights work. If checkbox is unchecked – they don’t.
Maybe it has something to do with UTF-8. Maybe because of something else… Anyway everything’s working now, problem is solved.
If you think it’s a bug – I can provide any info and you can fix in in the future.
Thank youYeah, thank you, everything works!
thank you for quick reply.
I just removed custom css by adding
remove_action( 'wp_head', array( BeRocket_AAPF::getInstance(), 'br_custom_user_css' ) );Validator says about one more error
Attribute autocomplete is not alowed in input field type=’checkbox’
So, you can also fix it in the future.Thank you very much!
Forum: Plugins
In reply to: [Smart Slider 3] non-valid HTML in sliderI am really impressed at the speed of response and solving the problem ))
Thank you very much.
Wish you good day and happy life )Forum: Plugins
In reply to: [Smart Slider 3] non-valid HTML in sliderYeah, have a look
http://zalog-legko.com/site itsef is in Russian, but anyway you can see html
- This reply was modified 6 years, 10 months ago by Serega1.
Yeah, i’ve already got it by myself. Thank you.
Forum: Plugins
In reply to: [Events Maker by dFactory] Change or replace link in calendar widgetThank you guys!
That’s exactly what I needed.
I changed a bit you code, to make title not only for link, but also for <td> tag. And everything works perfect.
Thanks a lot.Forum: Plugins
In reply to: [Events Maker by dFactory] Change or replace link in calendar widgetHello!
Almost, but I got PHP error
———————————–
Warning: Invalid argument supplied for foreach() in C:\OpenServer\domains\test-local.pro\wp-content\plugins\events-maker\includes\class-widgets.php on line 562
———————————–And your new “title” feature works for all events in the month EXCEPT the first one.
For every events in calendar I got right link with title attribute, but for the first event I got link with EMPTY title. Like
<a href="http://test-local.pro/events/2015/01/08" title="">8</a>I updated your plugin with standart WordPress ‘Update plugin’ function.
But anyway thank you for you job!
Forum: Plugins
In reply to: [Events Maker by dFactory] Change or replace link in calendar widgetActually the thing I want to make – something like alt/title text with event information, for <TD class=”active”> tag. And visitor can see all information about event just when he point mouse cursor there. No click and no link needed, just show text on :hover
BTW, it would be useful for somebody else, and may be you deside to include it to the next version of Events Makera as standart function…
Thank you
Forum: Plugins
In reply to: [Events Maker by dFactory] Change or replace link in calendar widgetyeah, would be OK
thank you