Str3lla
Forum Replies Created
-
Hi @shanedelierrr, happy to hear that. Thank you for the prompt support.
Thanks again, @nlpro: your kindness is invaluable.
I will take a look at your workaround right away!PS: Most supportive support forum ever.
Thanks @nlpro!
Do you know if there are any plans for a fix from Solid Security?Thank you again, and have a great day.
Forum: Developing with WordPress
In reply to: Replacing ‘Spectra’ Blocks with ‘Gutenberg’ Blocks.You may be a bit harsh on Astra & Co., but I totally understand your frustration. I think the challenge, when starting with WordPress and navigating the surrounding ecosystem, is also learning to understand what we truly need and how much of our site’s functionality we’re willing to tie to the installation of a certain plugin. There’s a learning curve for this as well – at least, there was for me. Don’t let this first experience discourage you. 🙂
Hi Eric!
Yep, you can achieve that using a transparent color:
.home #site-header { background-color: rgba(0,0,0,0); }Just make sure to provide enough contrast between text and background to ensure that your page is accessibile.
PS: I just noticed that your theme already provides a .transparent-header class, so there might be better ways to achieve the same result. The theme’s official support forum is probably the best place to double-check.
maybe you can try :
/* Site header bg color */ #site-header { background-color: red; } /* Site header bg color for the home page */ .home #site-header { background-color: #186a98; }Forum: Developing with WordPress
In reply to: Replacing ‘Spectra’ Blocks with ‘Gutenberg’ Blocks.Hi @maasi121,
I’m no official support and I may be wrong, but I’m afraid that the Spectra plugin uses its own block for buttons. It doesn’t simply override the classes of the core button block: it creates its own button block with its own classes.
So yes, it is possible that you may need to replace each button you created with Spectra with the core button block if you want to uninstall the plugin and do everything with Gutenberg.
In the meantime, try going to Spectra > Settings and enable the ‘Button – Inherit From Theme’ option. This should ensure that the buttons created with Spectra inherit their styles from those of the active theme. Maybe this can make transition less urgent/painful…
Again, I may be wrong. I suggest to seek help in their support forum. In my (limited) experience, the Brainforce team has always been very helpful.
Forum: Developing with WordPress
In reply to: ABSPATH check for files in the theme’s patterns folderThanks @threadi!
I’ve read quite a few tutorials on how to write theme-specific patterns when I first started using them in my child themes, but none of them seems to consider the possibility of handling direct access to the pattern’s file this way. I was starting to wonder if it was just considered unnecessary or if it could cause issues I’m not aware of.
Forum: Themes and Templates
In reply to: [Astra] Please, remove the hardcoded xfn tag from header.phpHi @bsfherman ,
thanks for getting back to me.Yep, I’m aware it was, at some point, a WordPress standard.
I just saw the new filter, anyway… Thanks for listening! You guys are the best.
For anyone interested, since v. 4.1.4 you can remove the gmpg link from the <head> tag using the astra_header_profile_gmpg_link filter.
Hi @deip,
Thank you: the Lightbox works like a charm.I got in touch with the Cookiebot support.
They haven’t look at my page yet (my bad: the url I provided was unavailable for a few hours yesterday). Anyway, they say that most of the times this sort of conflict is caused by the loading order of the javascript assets.In order to work properly, the Cookiebot script must be the first for the page to load: if another script is loaded before the Cookiebot’s one, this can cause dependencies breaking.
That’s why they suggest to include the Cookiebot script at the very top of the <head> tag, and the other scripts in the footer. At first sight, it seems to me that both conditions are met, but maybe I’m missing something.If you think it may be useful, I’ll be glad to inform you when I have more information.
Thanks again!I’m sorry…
It’s available now!Thanks! 🙂
Forum: Plugins
In reply to: [Smart Slider 3] Issues with PHP 7.4Hi @nextend_ramona ,
No deprecation warnings with the new build!Forum: Plugins
In reply to: [Smart Slider 3] Issues with PHP 7.4Hi Gabor,
You probably already fixed this too, but just in case…I’m testing a website on local with php 7.4.
Query Monitor reports 7 Deprecation Warnings for Smart Slider 3:Deprecated: Array and string offset access syntax with curly braces is deprecatedLet me know if you need more information!
PS: May I ask you when the next version is expected to be released?