lucytech
Forum Replies Created
-
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] error 404 the preview could not be loadedyes that helped
thank you so much
Forum: Plugins
In reply to: [Yoast SEO] multiple focus keyphrasesok, but the Related Keyphrase is only for premium users – correct?
If so, I was wondering why I was being referred to it.
Forum: Plugins
In reply to: [Advanced Database Cleaner] autoloadWhy do old deleted plugins still have enteries in the wp_options table?
Even when there is no orphaned data or rows.
Forum: Fixing WordPress
In reply to: parent and child categoriesSo I used this code instead as you suggested but it is giving the same result.
On this page https://hilchata.com/?s=pesach the first 3 results use the child category in the slug and the rest use the parent category. They use the order it is listed https://snipboard.io/Ft4PXh.jpg as the terms, but some have the parent category first (Orach Chayim) and some have the child caterogy first (Pesach).
Pesach is the child category, why isn’t it listed second in all results?
function post_url_shortcode() {
$tax_name = 'category';
$terms = wp_get_post_terms( get_the_ID(), $tax_name, array( "fields" => "slugs" ) );
if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {$term_array = array(); foreach ( $terms as $term ) { $term_array[] = $term; } echo 'https://hilchata.com/' . $term_array[1]; } return '';
Forum: Fixing WordPress
In reply to: parent and child categoriesI am trying to get the child category.
Is WordPress not consistent in the order it stores the child category in the array?
I don’t know all the names, they will change for each post.
$categories[1]->slug’ does not always give me the child, it sometimes gives me the parent.
Why is this?
What function should I call to get the slug of the child category?
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] style for elementor widget cart pageI see the template file but in the Elementor widget the Below ‘Apply Coupon’ area is now part of the payment section. If I select that to show the gift-card it doesn’t show at all.
See here – https://snipboard.io/IeqY02.jpg
How do I make the gift coupon show when I click the green text – have a coupon…
Forum: Everything else WordPress
In reply to: best way to store audio filesThe purpose of the site if for people to listen to audio clips I’ve made for no charge.
They are talks on different topics. I want people to browse topics and listen and enjoy.
Short talks, just listen and/or download. That is it.
I prefer to store them on WordPress unless that will slow the site significantly. I was going to code <audio> html to allow them to listen, not use the WordPress player as I need to dynamically insert the URL for the audio.
What do you advise?
Forum: Fixing WordPress
In reply to: .m4a file won’t uploadI really appreciate your help and advice.
I need to upload about 1,500 files onto the site – either .mp3 or .m4a – which would be better for speed? Will it slow the speed? Is there a way to optimize them?
Or would it be better to store them externally?
I’ve installed Akismet and I’m not seeing the option when I created an Elementor form.
I’ve disabled/re-enabled the plugin. Cleared cache.
nothing seems to help. I’m using the paid version of Akismet.
Forum: Fixing WordPress
In reply to: .m4a file won’t uploadCan you show me what the meta info is? Where do I see it?
I’m not sure what you mean. Where is it in the properties?
Forum: Fixing WordPress
In reply to: .m4a file won’t uploadWhat do you mean by the meta info?
This is a recording of a speech.
How would I change the meta info?
Forum: Fixing WordPress
In reply to: .m4a file won’t uploadThis file worked. On the one with the ‘remote upload’ no problem.
On the new website I installed it still gets stuck on crunching https://snipboard.io/Nid3y0.jpg but it shows in the backend.
What could be wrong with the file I’m trying to upload? Here are the properties: https://snipboard.io/owBMRa.jpg
Forum: Fixing WordPress
In reply to: .m4a file won’t uploadI deactived all the plugins. Changed it to 123.m4a and it doesn’t work.
Another install I have I tried to upload and I get the error https://snipboard.io/D30X79.jpg
Should it work by default? Why doesn’t it work?
Forum: Fixing WordPress
In reply to: .m4a file won’t uploadThere is no message. No error under tools-> site health
It says crunching, the file names goes strange format https://snipboard.io/ZBUoST.jpg and it doesn’t upload.
I can upload .jpg, .pdf, .mp3. Although these also give the strange crunching file_name format and don’t stop ‘crunching’ but the file appears in the media upload, so the upload worked.
Will it be a form inside the email to submit the review to the product?
Will that be a pro or free feature?
How do I know when the new version is released?