aqziany
Forum Replies Created
-
Hello Hannah,
No worries!
Your solution didn’t did the trick. Still trying to figure it out how to change that word Order to Donation.
I also modified the templates files, but that didn’t worked either.
Oh, forgot to write. I solved by having this:
<script type=”text/javascript”>
jQuery( document ).ready(function()?{
xProductBrowser(…Moved this at the top and added the jQuery
Forum: Themes and Templates
In reply to: [Kadence] Inline CSS / SpecificityHello Ben,
Thank you again for your response!
There are many things that in customizer I can’t do, that’s why I need to write CSS. I solved it somehow by moving my css file later in the head, that way, I don’t have specificity problems anymore.
But it will also be a good thing for the theme to not “create” css, only in an external css.
Anyway, thank you for you time and effort.
BTW, good job on the product = Kadence!
Forum: Themes and Templates
In reply to: [Kadence] Inline CSS / SpecificityHello Ben,
Thank you for reaching out.
Since I can’t put here screenshots, please check this facebook group post: https://www.facebook.com/groups/webcreatorcommunity/permalink/2741245539428984.
There you can see some details.
I’ve moved the child theme css file to be the last in the header with this:
/**
* Enqueue child styles.
**/
function child_enqueue_styles() {
wp_enqueue_style( ‘child-theme’, get_stylesheet_directory_uri() . ‘/style.css’, array() );
}
add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_styles’ , 1000 );The problem with the inline head css styles is for example if I want to override this line:
.transparent-header .header-navigation .header-menu-container > ul > li > a
I will need to add another class, id or html tag to that line to override it or use !important.
If my css file will be the last that loads on the page or if the css will not be in the head as inline css and I can control a little those things, then it’s enough to use that line: .transparent-header .header-navigation .header-menu-container > ul > li > a
and just override what I need.
Hope I explained well.
It means that I’m interested. Sorry ??
UP
Hello,
I have the same problem here.
“ERROR for site owner: Invalid key type.”
Forum: Plugins
In reply to: [WP-SCSS] New version 1.2.5 not compiling properlyHi devs, hi all
I have the same symptoms as kawebb (@kawebb) 1 month, 4 weeks ago
“I updated to version 1.2.5 today and I got the same issue as @majkelruffin but I solved it by creating a cache directory, but it does’t seem as its parsing the new SASS I create. I do’t get any error messages and in the inspector it shows the old code but if I click on the link to the .scss file in the inspector it shows my new code. Any idea how I can solve it?”
I’m using this plugin with this one for the Oxygen builder.
https://github.com/srikat/oxygen-sassI’ve used them on other 2 website and it worked well, but now it does not work well.
Same problem here! The last 2-3 updates messed up some things!
Same problem here.
Elementor – 2.6.1
Elementor Pro – 2.5.12Here is the error log and what WP Debug is showing: https://www.screencast.com/t/kpfOtG9Sc0o
Oh, ok then. Thank you for your answers.
Hi Vladimir,
I want to hide this plugin for all user roles except Administrator.
How can I do this here: https://www.screencast.com/t/30bivZaPrL
Forum: Plugins
In reply to: [User Role Editor] Need Capability name (ID) for: The SEO FrameworkHi Sybre,
First of all, great work on your plugin. I love how simple and effective is! I’m raising money to but the PRO ??
Here is what I want: https://www.screencast.com/t/eOKq3Uca
Is this correct: https://www.screencast.com/t/qzYPLmCiSawC
Forum: Plugins
In reply to: [Marcus Hiles Wistia Shortcodes] Error: Video Not Found or Video not shownHi,
Can you help?