carinalves
Forum Replies Created
-
Hi! I’m having the same issue on all of my IOs devices. Are you still trying to solve this problem? It looks like most if not all of the IOs users can’t use your plugin, so this is really urgent.
Thanks in advance!
Carina
- This reply was modified 1 year ago by carinalves.
Boa tarde,
Muito obrigada pela resposta t?o rápida!
De facto, eu tinha ideia de que essa informa??o aparecia no backend, junto da morada, mas agora só aparece se a editarmos (o que também acaba por funcionar). é este o comportamento normal?
De qualquer forma, provavelmente vamos adquirir o plugin de códigos postais, que me parece bastante útil.
Já agora, o que acontece com códigos postais estrangeiros? O plugin só funciona quando o país selecionado é Portugal?
Obrigada.
Hi again @justinkumar !
Just got a copy of the Premium version and I can’t find any settings that would enable the feature I asked for… Is there any documentation about that? I’ve been looking in your website and have found nothing remotely related.
Can you enlighten me on this, please?
Thanks again!
Hi! That’s great to hear, we’ll most likely buy the Pro version.
However, I have another question: We’re using “Use-Your-Drive” which uploads files from Gravity Forms to the cloud, but this files aren’t correctly displayed in the table created by Tablesome, do you think this is something that could be solved?
Thanks in advance!
Hi Angela, thank you for the quick reply.
I don’t understand why this has to do with the responsive point, when the issue is happening on desktop using outlook, but it works in gmail and webmail.
When I say it works in gmail and webmail, I mean the product image actually shows with the size I set it to, in this case 100px.
When I say it doesn’t work in Outlook (desktop or not), I mean the image shows with 1200px (its original size), it basically takes the whole email space.
Is this the free plugin normal behaviour? It looks like a bug to me.
Thanks in advance!
Forum: Plugins
In reply to: [Portugal CTT Tracking for WooCommerce] Fatal Error on order backendHi,
Oh, that was probably it. I didn’t get to debug the issue, as I’ve immediately updated the plugin and now it’s working perfectly! Thank you so much for your helpfulness!
5 stars support indeed ??
Thanks again!
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Ctrl + F doesn’t really work on EditorHi,
Just found out which plugin is causing the issue: it’s Essential Grid (latest version).
If deactivated, the search works as you say.
Well, now you know ??
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Ctrl + F doesn’t really work on EditorHi Diana, thank you so much for replying so fast! ??
Well, that’s what I’ve been doing and it used to work perfectly, I don’t know why it doesn’t anymore… and it’s been bugging me for a while.
I guess it might be due to any other plugin I’m using or so :/
I’ll do some tests and see if I find out the culprit.
Thanks again!
Sorry to barge in, but I’m having the same exact problem with Contact Form 7. I switched themes, disabled all plugins, I even rolled back to the version @molokini suggested and still can’t make the Date and Timepicker field work.
It has been a life saver before, I’m so bummed out I won’t be able to use it this time around :/
@carlosmoreirapt have you come to any conclusions yet?
Thanks in advance!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Display form name on sticky listHi again,
So far I’ve been able to do it by adding a hidden field, and setting its value to what I want, in this case, the form name.
However, is there an automated option for this? Or any code snippet someone can share?
Thanks again!
Forum: Plugins
In reply to: [WooCommerce] Update 3.4.1 made my Woocommerce admin very slowHi Amanda,
Thanks for your suggestion, but I’ve already looked into that article.
However, I really think the issue must be the latest two Woocommerce updates, because I was not experiencing such a sluggish Woocommerce Admin, and I must enphasize it that only the menus regarding woocommerce are slow, especially te products tab and the “duplicate” functionality…
There’s probably an incompatibility issue here, and I was hoping someone had already experienced something similar and could help me understand this sudden change…
You don’t have any other similar reports to mine?
Thanks!
Olá novamente,
Após pesquisar um bocadinho mais, descobri um código que adicionado ao ficheiro functions.php, faz exatamente aquilo que eu pretendia. Talvez possam pensar em acrescentar ao vosso plugin no futuro ??
Para já, deixo aqui ficar o código que estou a usar e, quem sabe, possa ajudar alguém com o mesmo problema.
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); function custom_override_checkout_fields( $fields ) { $fields['billing']['billing_state'] = array( 'label' => 'District', 'required' => 1, 'class' => array ('address-field', 'update_totals_on_change' ) ); $fields['shipping']['shipping_state'] = array( 'label' => 'District', 'required' => 1, 'class' => array ('address-field', 'update_totals_on_change' ) ); return $fields; }
- This reply was modified 6 years, 8 months ago by carinalves.
- This reply was modified 6 years, 8 months ago by carinalves.
Forum: Plugins
In reply to: [Featured Video Plus] Can’t make the videos responsive on LoopHi again,
I eventually solved the issue by wrapping the video in a new class (I was inspired by this fiddle). Hope it helps someone who runs into the same problem.
Thanks anyway.
- This reply was modified 7 years ago by carinalves.
Hi again,
I’ve changed the Campaign Custom Post Type and I already have its archive working.
However, now I’d like to make a few changes to what is shown in the action bar, but I’ve got no idea what the file I should be editing is.
In the action bar, I’d like to show just the excerpt of the campaign and a link to the actual post, if you know what I mean…
Would you be willing to give me some tips?
Thanks!
Hi,
Somehow I didn’t get any notice of your reply, I’m sorry I’m getting back to you only now.
What I really really needed is a way to display all messages in a page, so that the website visitors would be able to see the history. Maybe ther’s a way to create an archive for the post type?
Thanks again!
- This reply was modified 7 years ago by carinalves.