axsu
Forum Replies Created
-
@belimperial Done!
Thank you!
Hi @belimperial,
I have checked everything you said but nothing has changed.
What I’m trying to do is to add a media gallery inside of a popup. Maybe there is a conflict between the two codes, the builder and the plugin?
Forum: Plugins
In reply to: [Country State City Dropdown CF7] translate country, estate, cityDid you find any solution for this? I also need to translate the texts.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] How to add more fonts?Hi @timoelliott and @kjellr,
Thank you very much for your answers, but I’m not comfortable editing code. 🙂
I like the theme so I’m going to wait for a while, maybe they will add more fonts.
I don’t understand why everyone says “Don’t install too many plugins” but the solution for many basic things is always “Install a plugin”. 🙁
@nlpro Thank you for your answer.
I posted it here because iThemes is the only plugin where I have Captcha enabled and I thought they might be linked.
I am very concerned that Vaptcha is creating pages without my consent, plus I haven’t even installed it.
I have just written them for clarification.
Forum: Plugins
In reply to: [Contact Form 7] Sendinblue integration- How to identify a form?And one more thing.
What happens if an email is already in the Sendinblue database? Does the plugin skip it, overwrite it…?
Thank you!
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] How to let multiple selection?Hello?
Can you help me with this, please?
Forum: Plugins
In reply to: [Brevo for WooCommerce] Is this plugin GDPR compliant?Ok, done! Thanks!
Is there any way to add a “tag” to every new subscriber so I can know that it comes from WooCommerce?
Forum: Plugins
In reply to: [Brevo for WooCommerce] Is this plugin GDPR compliant?Hi! I’m using WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] Is possible to write full keywords in the state code?Hi @m155y5
You resolved the thread but no one from WooCommerce has answered yet.
Forum: Plugins
In reply to: [WooCommerce] Is possible to write full keywords in the state code?Hi @hemant-ahir,
That is just what I asked 🙂
'PA' => 'Pennsylvania',Is there any problem changing
PAtoPennsylvania?'Pennsylvania' => 'Pennsylvania',Thank you!
Forum: Plugins
In reply to: [WP Popular Posts] How to make the Midnight background color more accessible?Hi @hcabrera!
I had to use
!importantin the CSS and the styles are working now!If someone need this, the only change I did to your example is the following one:
$additional_styles .= '.wpp-list li a { color: red !important; }';Forum: Plugins
In reply to: [WP Popular Posts] How to make the Midnight background color more accessible?Hi @hcabrera!
I had an idea if could help you in some way. Maybe it’s wrong, but let’s try…
I applied, via browser Inspector, a specific background color for each item of the list and it seems it could work.
You can see the result here:
https://prnt.sc/w95aizAnd here are the styles:
- First item: inherit
- Second item: background: rgb(0 51 51 / 90%);
- Third item: background: rgb(0 51 51 / 80%);
- Fourth item: background: rgb(0 51 51 / 70%);
- Fifth item: background: rgb(0 51 51 / 60%);
But… I applied this in my styles.css and has no effect in the frontend.
Forum: Plugins
In reply to: [WP Popular Posts] How to make the Midnight background color more accessible?Hi @hcabrera!
Sorry for the delay.
This is the website: https://bit.ly/37Bmz88
If you can check with Lighthouse extension you will see that those titles are detected as accessibility issues. https://prnt.sc/w79yb5
Forum: Plugins
In reply to: [WP Popular Posts] How to make the Midnight background color more accessible?Hi @hcabrera!
Thank you for your answer. I tried to apply your code but it doesn’t work for me.
Anyway, I also used browser’s “inspect” mode to find a color that could fit with the background but for now without success. What works for the first position it doesn’t for the last one. 😀