Get primary menu
‘primary’,
‘items_wrap’ => ‘
‘
)
);
?>
Dequeue or remove Gravity Forms style or css in your WordPress site. Common styles of Gravity Forms is `formreset.css`, `datepicker.css`, `formsmain.css`, `readyclass.css`, and `browsers.css`. Gravity Forms has action called `gform_enqueue_scripts`, you can visit the link for more information. I want to deregister this style gforms_datepicker_css in functions.php. To do that, using the codes below your…
Don’t panic, this is ads from revenuehits.com, normal to open new tab This site is already earning through Google AdSense and I get small amount of US dollar to those people who visited my site and click ads on my site. I have check the uwealthmktg.com captcha and it has onClick ads so I decided…
How to check if there is an ajax running on your page? Here’s a code below that can help you figure it out.
Paste the codes below into your function.php
ERROR MESSEGE: npm : File C:\Program Files\nodejs\npm.ps1 cannot be loaded because running scripts is disabled on this system. TOOLS ONLINE MENTIONED IN THE VIDEO: Download Node.js: https://nodejs.org/en/download/current Create React App: https://create-react-app.dev/docs/getting-started/ #ReactJS #LearnReact #WebDevelopment #JavaScript #FrontendDev #ReactComponents #CodingTutorial #React101 #DevTips #Programmers
Where ‘style-woocommerce’ is the ID of your stylesheet and get_stylesheet_directory_uri().’/style-woocommerce.css’ is your .css DIR. Function below is for woocommerce page css only. This will show on woocommerce pages else is not.