kaostc
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack Social] Compatibility with the Events CalendarI am a bit confused about your idea… what you propose is to create an extra post for any event with the link to the event pasted in the content?
Forum: Plugins
In reply to: [Jetpack Social] Fatal error with plugin Publishpress authorsHi,
I just want to emphasize that what PublishPress said (as far I understood) is that ideally Jetpack should provide the solution, and they will provide a workaround meanwhile.
From your second paragraph I understand that you Jetpack are not going to address this in any way, since you refer me to keep on the fixes they (PPress) may release.
So, none of the parts has acknowledged you are going to provide a solution, PublishPress has acknowledge they are going to provide a workaround, not a solution.
I don’t know which of both parts (Jetpack Social or PublishPress Authors) is responsible for/interested in providing a solution for this issue, I supose is a “move the bench closer to the piano or the piano closer to the bench” situation, but what I expect from both parts is being clear about this and any other issue. So, can you clarify that that what you are saying is that you are not taking any action on this or I have missunderstood you?
Thanks for the immediate answer.
I have also reported the issue to Jetpack Social plugin forum, for them to know.
I look forward for info from you and your team.
Forum: Plugins
In reply to: [ActivityPub] Remove post from fediverseI tried with wp-cli and got:
Error: Ha habido un error crítico en esta web.Aprende más sobre el diagnóstico de WordPress. Ha habido un error crítico en esta web.Error: There has been a critical error on this website. Learn more about WordPress diagnostics. There has been a critical error on this website.
Same error here, any support on this, please?
Works great, thanks a lot.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Displaying file fieldHi @complexe , I found a workaround to use the url of a file in a button module link, I share it in case it suitable for you also:
1. Creating a text module with the magic tag that Yousef shared above.[pods name="project" use_current="1"]
<span id="enlace-boton">{@doc_principal_proyecto._src}</span>
[/pods]- Hiding this text module (but using custom CSS, not by module controls, in other case it won’t work)
- Creating a code module, with a jQuery snippet that copies the link from the text to the button link:
<script>
$(document).ready(function(){
$("#boton-documento").attr("href", $("#enlace-boton").text())
});
</script>Hi @carlosbaena
Same problem here and, as you can see, same problem on this topic: https://wordpress.org/support/topic/shortcodes-are-showing-on-front-page/. As you can see @asifsiam97 answered from plugin support not giving any solution to this (deliberately I think, cause the question was enough clear in my opinion).
As Divi supreme doesn’t seem to be going to give an answer, we have to suppose what is happening, and in my opinion this option has been deprecated or maybe provided in the pro version, but shortcodes doesn’t seem to be supported anymore… unless you have updated from previous version. In this case they seem to be supported for backward compatibility.
So shortcodes are supported but kind of locked for new plugins installations. Which is quite a bummer for migrations or just for people who used this plugin.
But what is absolutely careless for me is that we have not a clear explanation of this, and that instead of this we get answers from support as if the shortcodes never had been there, in an act of (kind of) historical revisionism.
Best.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Using “Where” in pods shortcodeGreat! It works now.
Thanks a lot.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Using “Where” in pods shortcodeI think you confused product thumbnail with product category thumbnail. I aim access to product category thumbnail.
I found a strange workaround, please have a look:
[pods name="product_cat"] <div class="celda"> <div class="iniciativa-produccion"> <a class="foto-destacada-enlace" href="{@permalink, esc_url}"> <div class="foto-destacada-caja"> <img class='foto-destacada' src='{@thumbnail_id, wp_get_attachment_url}{@thumbnail_id, wp_get_attachment_url}' alt='{@name}'> </div> </a> <a class="titulo-enlace" href="{@permalink, esc_url}"> <h2 class="titulo"> {@name} </h2> </a> <span class="descripcion-corta"> {@descripcion_corta} </span> </div> </div> [/pods]Note that pod is expanding product_cat taxonomy. The thing is that the first time that {@thumbnail_id, wp_get_attachment_url} returns nothing, and the second time it does its job, and return the URL. So including two times the magic tag does the workaround.
Although, a version of your code that handles product categories and not product would be appreciated. In other case will try to build it by myself following your code and share it here if I success.
Thanks a lot for your help!
It does not work :(.
The only difference I found is that for pods added image fields, it stores a meta_key _pods_<field_name>, and for thumbnail_id it does not exist.
Thanks a lot for your help.
Sorry not being enough clear.
I mean product category of woocommerce. The taxonomy is called product_cat, and has a built-in category thumbnail. The field is in wp_termmeta table, it is called thumbnail_id and it stores the thumbnail id, as any pods added image field. But if I use the magic tag {@thumbnail_id}, it returns the id, while pods added image fields return the url. How could I access to the url of the referred attachement?
Thanks a lot!
- This reply was modified 2 years, 1 month ago by kaostc. Reason: Adding info
“Deprecated CF7 Grid feature for new users”
What does that means? Can you be more explicit? How can control arrangement be done with this new version?
No documentation for CF7 at this moment: https://divitorque.com/docs/divi-contact-form-7/
Thanks a lot!
Great! thanks a lot for your explanation.
