ProActive
Forum Replies Created
-
Hi,
Pardon me, your questions are answered in my original post.
I also sent an email to [email protected] explaining all of your questions including a link to the test page for the stand-alone CF7 form and more.Yes, the CF7 form works as expected.
In my humble testing I note the following, if it helps at all.
The change, click, input and paste event listeners for “cf7-conditional-fields/js/scripts.js” are now attached to the select field and I can see the script steps though its functions and correctly identifies the selected option, but fails to show the conditionally hidden fields.
The script loads as cf7-webba.js
Thanks for the script.
I have the script implemented and can confirm it is loading, unfortunately conditionals are still not working as expected!Forum: Plugins
In reply to: [WebP Express] cwebp binaries error after update 0.14.1Hmmm, I will update it…
Forum: Plugins
In reply to: [WebP Express] cwebp binaries error after update 0.14.1Version: 0.3.0
Forum: Plugins
In reply to: [WebP Express] cwebp binaries error after update 0.14.1Posted results from both versions, but is being held for moderation.
This post has been held for moderation by our automated system and will be manually reviewed by a moderator.
Forum: Plugins
In reply to: [WebP Express] cwebp binaries error after update 0.14.1Version 0.13.2 —
Test running converter: cwebp Quality: 70. Consider setting quality to "auto" instead. It is generally a better idea Trying:cwebp cwebp options:-metadata none -size 13088 -m 6 -low_memory '/home/????????/public_html/wp-content/plugins/webp-express/test/test.jpg' -o '/home/????????/public_html/wp-content/webp-express/webp-images/test-conversions/test.jpg.webp' 2>&1 Successfully executed binary: /usr/bin/cwebp Success. Reduced file size with 76% (went from 28 kb to 7 kb) Successfully converted image in 109 ms ok ------------------------------------- Version 0.14.1 --- Testing conversion Result: Failure Message: Tried executing cwebp binaries in common system locations. All failed (exit code: 255). Conversion log: Converter set to: cwebp WebP Convert 2.0.0 ignited. - PHP version: 7.2.19 - Server software: Apache Cwebp converter ignited Encoding is set to auto - converting to both lossless and lossy and selecting the smallest file Converting to lossy command line options:-metadata none -size 13088 -alpha_q '85' -m 4 -low_memory '/home/steelshe/public_html/wp-content/plugins/webp-express/test/test-pattern-tv.jpg' -o '/home/steelshe/public_html/wp-content/webp-express/webp-images/doc-root/wp-content/plugins/webp-express/test/test-pattern-tv.jpg.webp.lossy.webp' 2>&1 Output: Saving file '/home/steelshe/public_html/wp-content/webp-express/webp-images/doc-root/wp-content/plugins/webp-express/test/test-pattern-tv.jpg.webp.lossy.webp' File: /home/steelshe/public_html/wp-content/plugins/webp-express/test/test-pattern-tv.jpg Dimension: 340 x 280 Output: 7100 bytes Y-U-V-All-PSNR 41.77 43.86 45.03 42.49 dB block count: intra4: 261 intra16: 135 (-> 34.09%) skipped block: 55 (13.89%) bytes used: header: 281 (4.0%) mode-partition: 1003 (14.1%) Residuals bytes |segment 1|segment 2|segment 3|segment 4| total intra4-coeffs: | 1239 | 1212 | 1820 | 0 | 4271 (60.2%) intra16-coeffs: | 11 | 172 | 322 | 6 | 511 (7.2%) chroma coeffs: | 672 | 232 | 99 | 4 | 1007 (14.2%) macroblocks: | 14%| 23%| 53%| 8%| 396 quantizer: | 34 | 29 | 24 | 15 | filter level: | 15 | 10 | 7 | 3 | ------------------+---------+---------+---------+---------+----------------- segments total: | 1922 | 1616 | 2241 | 10 | 5789 (81.5%) Successfully executed binary: cwebp Reduction: 76% (went from 28 kb to 7 kb) Converting to lossless command line options:-metadata none -size 13088 -alpha_q '85' -near_lossless 60 -m 4 -low_memory '/home/steelshe/public_html/wp-content/plugins/webp-express/test/test-pattern-tv.jpg' -o '/home/steelshe/public_html/wp-content/webp-express/webp-images/doc-root/wp-content/plugins/webp-express/test/test-pattern-tv.jpg.webp.lossless.webp' 2>&1 Output: Error! Unknown option '-near_lossless' Usage: cwebp [-preset <...>] [options] in_file [-o out_file] If input size (-s) for an image is not specified, it is assumed to be a PNG, JPEG or TIFF file. options: -h / -help ............ short help -H / -longhelp ........ long help -q <float> ............. quality factor (0:small..100:big) -alpha_q <int> ......... Transparency-compression quality (0..100). -preset <string> ....... Preset setting, one of: default, photo, picture, drawing, icon, text -preset must come first, as it overwrites other parameters. -m <int> ............... compression method (0=fast, 6=slowest) -segments <int> ........ number of segments to use (1..4) -size <int> ............ Target size (in bytes) -psnr <float> .......... Target PSNR (in dB. typically: 42) -s <int> <int> ......... Input size (width x height) for YUV -sns <int> ............. Spatial Noise Shaping (0:off, 100:max) -f <int> ............... filter strength (0=off..100) -sharpness <int> ....... filter sharpness (0:most .. 7:least sharp) -strong ................ use strong filter instead of simple (default). -nostrong .............. use simple filter instead of strong. -partition_limit <int> . limit quality to fit the 512k limit on the first partition (0=no degradation ... 100=full) -pass <int> ............ analysis pass number (1..10) -crop <x> <y> <w> <h> .. crop picture with the given rectangle -resize <w> <h> ........ resize picture (after any cropping) -mt .................... use multi-threading if available -low_memory ............ reduce memory usage (slower encoding) -map <int> ............. print map of extra info. -print_psnr ............ prints averaged PSNR distortion. -print_ssim ............ prints averaged SSIM distortion. -print_lsim ............ prints local-similarity distortion. -d <file.pgm> .......... dump the compressed output (PGM file). -alpha_method <int> .... Transparency-compression method (0..1) -alpha_filter <string> . predictive filtering for alpha plane. One of: none, fast (default) or best. -alpha_cleanup ......... Clean RGB values in transparent area. -noalpha ............... discard any transparency information. -lossless .............. Encode image losslessly. -hint <string> ......... Specify image characteristics hint. One of: photo, picture or graph -metadata <string> ..... comma separated list of metadata to copy from the input to the output if present. Valid values: all, none (default), exif, icc, xmp -short ................. condense printed message -quiet ................. don't print anything. -version ............... print version number and exit. -noasm ................. disable all assembly optimizations. -v ..................... verbose, e.g. print encoding/decoding times -progress .............. report encoding progress Experimental Options: -jpeg_like ............. Roughly match expected JPEG size. -af .................... auto-adjust filter strength. -pre <int> ............. pre-processing filter Trying to execute binary: cwebp. Failed (return code: 255) Output: Error! Unknown option '-near_lossless' Usage: cwebp [-preset <...>] [options] in_file [-o out_file] If input size (-s) for an image is not specified, it is assumed to be a PNG, JPEG or TIFF file. options: -h / -help ............ short help -H / -longhelp ........ long help -q <float> ............. quality factor (0:small..100:big) -alpha_q <int> ......... Transparency-compression quality (0..100). -preset <string> ....... Preset setting, one of: default, photo, picture, drawing, icon, text -preset must come first, as it overwrites other parameters. -m <int> ............... compression method (0=fast, 6=slowest) -segments <int> ........ number of segments to use (1..4) -size <int> ............ Target size (in bytes) -psnr <float> .......... Target PSNR (in dB. typically: 42) -s <int> <int> ......... Input size (width x height) for YUV -sns <int> ............. Spatial Noise Shaping (0:off, 100:max) -f <int> ............... filter strength (0=off..100) -sharpness <int> ....... filter sharpness (0:most .. 7:least sharp) -strong ................ use strong filter instead of simple (default). -nostrong .............. use simple filter instead of strong. -partition_limit <int> . limit quality to fit the 512k limit on the first partition (0=no degradation ... 100=full) -pass <int> ............ analysis pass number (1..10) -crop <x> <y> <w> <h> .. crop picture with the given rectangle -resize <w> <h> ........ resize picture (after any cropping) -mt .................... use multi-threading if available -low_memory ............ reduce memory usage (slower encoding) -map <int> ............. print map of extra info. -print_psnr ............ prints averaged PSNR distortion. -print_ssim ............ prints averaged SSIM distortion. -print_lsim ............ prints local-similarity distortion. -d <file.pgm> .......... dump the compressed output (PGM file). -alpha_method <int> .... Transparency-compression method (0..1) -alpha_filter <string> . predictive filtering for alpha plane. One of: none, fast (default) or best. -alpha_cleanup ......... Clean RGB values in transparent area. -noalpha ............... discard any transparency information. -lossless .............. Encode image losslessly. -hint <string> ......... Specify image characteristics hint. One of: photo, picture or graph -metadata <string> ..... comma separated list of metadata to copy from the input to the output if present. Valid values: all, none (default), exif, icc, xmp -short ................. condense printed message -quiet ................. don't print anything. -version ............... print version number and exit. -noasm ................. disable all assembly optimizations. -v ..................... verbose, e.g. print encoding/decoding times -progress .............. report encoding progress Experimental Options: -jpeg_like ............. Roughly match expected JPEG size. -af .................... auto-adjust filter strength. -pre <int> ............. pre-processing filter Trying to execute binary: /usr/bin/cwebp. Failed (return code: 255) Output: sh: /usr/local/bin/cwebp: No such file or directory Trying to execute binary: /usr/local/bin/cwebp. Failed (not found) Output: sh: /usr/gnu/bin/cwebp: No such file or directory Trying to execute binary: /usr/gnu/bin/cwebp. Failed (not found) Output: sh: /usr/syno/bin/cwebp: No such file or directory Trying to execute binary: /usr/syno/bin/cwebp. Failed (not found) Error: Tried executing cwebp binaries in common system locations. All failed (exit code: 255). Options: The following options have been set explicitly. Note: it is the resulting options after merging down the "jpeg" and "png" options and any converter-prefixed options. - source: /home/steelshe/public_html/wp-content/plugins/webp-express/test/test-pattern-tv.jpg - destination: /home/steelshe/public_html/wp-content/webp-express/webp-images/doc-root/wp-content/plugins/webp-express/test/test-pattern-tv.jpg.webp - encoding: "auto" - low-memory: false - log-call-arguments: true - metadata: "none" - method: 4 - near-lossless: 60 - quality: 70 - size-in-percentage: null (not set) - use-nice: false - command-line-options: "-low_memory" - try-common-system-paths: true - try-supplied-binary-for-os: false The following options have not been explicitly set, so using the following defaults: - alpha-quality: 85 - auto-filter: false - default-quality: 75 - max-quality: 85 - preset: "none" - skip: false - rel-path-to-precompiled-binaries: ***** The following options were supplied but are ignored because they are not supported by this converter: - set-size ------------
- This reply was modified 5 years, 9 months ago by Jan Dembowski.
Correction
Maybe this:
if ( defined( ‘WPB_VC_VERSION’ ) ) { … }
Also: General Settings > Show Add to Cart button in Slider > is deselected.
Forum: Themes and Templates
In reply to: [Graphene] Responsive ThemePlugin: Mobile Smart
Mobile Theme: Graphene MobileDone !!!
Forum: Themes and Templates
In reply to: [SaleJunction] Pictures not displayed on Feature Products“featured image” in Product Page also not displaying for me either, is this a feature limitation of the free version?
If not, lets have the solution please InkThemes!
Otherwise whilst this is a good theme option it should be abandoned…Forum: Plugins
In reply to: [WP e-Commerce - Store Toolkit] Access denied after upgradeSame here…
Same here…
5 fails over the past hour.
Test connectivity to the Wordfence API serversWordfence connectivity tester
DNS lookup for noc1.wordfence.com returns: 69.46.36.8
STARTING CURL http CONNECTION TEST….
Curl connectivity test passed.
STARTING CURL https CONNECTION TEST….
Curl connectivity test passed.
Starting wp_remote_post() test
wp_remote_post() test to noc1.wordfence.com passed!
Starting wp_remote_post() test
wp_remote_post() test to noc1.wordfence.com passed!I’m having the same issue, started with 3.8 and continues with 3.8.1
Would also appreciate a solution?