ezekielion
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoThere is no full screen button in the controls ?? I am using FireFox browser.
- This reply was modified 1 year, 1 month ago by ezekielion.
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoI am seeing one issue. For video that is “tall”, vertically. The top and bottom are cut off. I don’t see an option to pop it out in a Lightbox or play it on a different page.
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoBefore adding the custom code, it looks like this
However, after I added the code, it seems to work so far. Why can’t the code be added as part of the plugin?
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoI haven’t added the code yet. I updated to the latest version you just released. Now at least it shows an image. Then when I clicked on it, it goes to a video page rather than playing on the spot.
You can log in and check.
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoPlease check again
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoTheme and plugin sent
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoIt has been sent. Thanks.
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoHow to contact you privately and send you the info?
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoWhat kind of access do you need in order to check? I can grant you temporary access.
OK. I copied exactly your code over and the error is gone. It seems to display now. Thank you!
@font-face { font-family: 'NotoSansTC'; font-style: normal; font-weight: normal; src: local('NotoSansTC Regular'), local('NotoSansTC-Regular'), url(<?php echo get_template_path(); ?>/fonts/NotoSansTC-Regular.ttf) format('truetype'); } @font-face { font-family: 'NotoSansTC'; font-style: normal; font-weight: bold; src: local('NotoSansTC Regular Bold'), local('NotoSansTC-Regular-Bold'), url(<?php echo get_template_path(); ?>/fonts/NotoSansTC-Regular-bold.ttf) format('truetype'); } body { background: #fff; color: #000; margin: 0cm; font-family: ‘NotoSansTC’; /* want to use custom fonts? https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-fonts/ */ font-size: 9pt; line-height: 100%; /* fixes inherit dompdf bug */ overflow-wrap: anywhere; }
What is wrong with this code?
I had an error log when I copied style.css to the original folder. I have since reversed it.
2023-12-26T15:33:43+00:00 CRITICAL Fatal error: Call to undefined function get_template_path() (/var/www/vhosts/ezekiel-ion.com/httpdocs/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple/style.css:13)
Line 13 is
src: local('NotoSansTC Regular'), local('NotoSansTC-Regular'), url(<?php echo get_template_path(); ?>/fonts/NotoSansTC-Regular.ttf) format('truetype');
- This reply was modified 1 year, 2 months ago by ezekielion.
- This reply was modified 1 year, 2 months ago by ezekielion.
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videomp4
Yes, this was the same code I entered. When I pasted it, this comment area removed the echo line when I pasted the whole thing. This is the individual line
src: local('NotoSansTC-Regular'), local('NotoSansTC-Regular'), url(<?php echo get_template_path(); ?>/fonts/NotoSansTC-Regular.ttf) format('truetype');
The second one
src: local('NotoSansTC-Regular Bold'), local('NotoSansTC-Regular-Bold'), url(<?php echo get_template_path(); ?>/fonts/NotoSansTC-Regular-bold.ttf) format('truetype');
and got 200: parsererror
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Sound only but no videoThe site is under development so can’t see it. But it looks like this:
View post on imgur.com
Settings are
View post on imgur.com
If I click the play, it will only play the sound. Then if I click on one of the images, I can still hear the video playing in the background while the site display the other image.