gaff
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Add fields from codeAnd php duesn’t work in this case… why?
possible variant:
in the page-code:<?php .... $my_value = 'some value'; .... ?>
in the forms ection:
<div style='display:none;'> [text my_field "<?=$my_value?>"] </div>
BUT
‘<‘ changes whis ‘htmlentities()’
what for?Forum: Plugins
In reply to: [Contact Form 7] Add fields from codeYes, I understand, that in the form section of the CF7 interface I can write any HTML-code, I read doc.
But my question about using shortcode and hidden fields, beacause my hidden fields are dynamic.Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Problem with jQuery sintax[cycle2] – it’s slider of main picture, it’s just info-lines, they are evwry time over there.
“Uncaught TypeError:..” – firefox sad: “TypeError: h(…).carouFredSel is not a function” – it’s really undifined function, but I swith off careers-min.js
result:SyntaxError: 09 is not a legal ECMA-262 octal constant subaruport.ru:281 "[cycle2] --c2 init--" jquery.cycle2.js:608 "[cycle2] fx: fade (string)" jquery.cycle2.js:608 "[cycle2] timeout: 2000 (number)" jquery.cycle2.js:608 "[cycle2] speed: 6000 (number)" jquery.cycle2.js:608 "[cycle2] slides: > div (string)" jquery.cycle2.js:608 SyntaxError: 09 is not a legal ECMA-262 octal constant subaruport.ru:281 TypeError: jQuery(...).countDown is not a function subaruport.ru:291 Метод getPreventDefault() является устаревшим. Для его замены используйте метод defaultPrevented. global-min.js:2
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Problem with jQuery sintaxIf you need “don’tworking” version, then tell me, I switch off my changes. It’s o’k, beacouse the site is underconstruction
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Problem with jQuery sintaxForum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Problem with jQuery sintaxToday WP sad – plugin has new version!
After updating to new version, I founded old problem:
– it doesn’t workI made changes in main plugin’s php and now it’s working
I don’t use widget, I use only do_shortcode()
please, check it one more time