You should enqueue the.

 
Pajtas: Sky_-_: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/wp_is_mobile

Broxton: DRSK , in desktop it looks nice , but in mobile , it always gives MENU label and i cant change the position or style.

Bendel: O.O it? WordPress does no such thing, I think you’re thinking of the currently active theme?

Crisp: How can I detect in the Chrome Inspector if a image is cached or not/

Kum: Crisp » on the network tab

Collymore: Yeah umm. it’s there ;p

Bloomsburg: DRSK , i guess so , am new to wordpress

Dallavalle: Hi guys. i recently had woocommerce installed on my wwebsite

Federgreen: But i deleted, but it looks like all the product pages are still on my site map

Muzzy: How would i delete the product pages

Homrighaus: Hi, all! WP-Noob here. ; I have created a plugin and want to write unit tests for it using WP-CLI. I scaffolded plugin tests, which created the bootstrap.php file. But is_plugin_active test returns false. Any pointeres?

Didlake: Hi, all! WP-Noob here. ; I have created a plugin and want to write unit tests for it using WP-CLI. I scaffolded plugin tests, which created the bootstrap.php file. But is_plugin_active test returns false. Any pointers?

Kamman: Benjammin » go to pages and delete them?

Divento: They dont show up in pages

Antrim: Benjammin » http://docs.woothemes.com/do***ent/installing-uninstalling-woocommerce/

Warman: Acdarekar » if the plugin is activated and running in your WP the function should work just fine, is_plugin_active ‘path-to-plugin/plugin-file.php’ ;

Troglen: Where the path is the sub-directory under the plugins folder afaik

Sarisky: How would i get to my db

Hilovsky: Sorry quite new to wp

Rosendorf: Benjammin » clear the trash as well, might be that your “site map” shows pages with “any” publish status, idk.

Hartz: Benjammin » phpmyadmin, ask your host if you’re not sure. then again if you don’t know what that is you might not want to fiddle with it.

Sirls: Ok so i am in my database

Semple: Benjammin » as I said I don’t know what “pages” you are referring to

Barcliff: Sorry, where abouts in the database would i go to find my pages. as i know what ones they are

Weeth: Uninstalling “WooCommerce” should remove all its data including post types if you check that box.

Deskin: Yea i did check it before i uninstalled, its really weird :

Augusto: Did you remove the plugin entirely?

Panik: Wp_posts search for the page name

Caligari: But. yeah something is telling me something else is wrong there shouldn’t be stuff left from it if you removed it correctly etc. I’m off for lunch so good luck though :

Castronovo: Acdarekar » it’s MU?

Overton: If so, well. I think there’s a specific function for it

Gully: Acdarekar: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/is_plugin_active_for_network

Rubinstein: And you are sure ABSPATH . ‘wp-content/plugins/my-plugins-folder/my-plugins-main-file.php’ is accurate?

Samborski: My plugin works flawlessly. I just can’t write tests for it :

Gravert: Get_option ‘active_plugins’

Blood: Does it contain the plugin you’re expecting ?

Sajovic: Https://core.trac.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/browser/tags/4.3.1/src/wp-admin/includes/plugin.php#L437

Pierini: Use that to try to identify your bug, I’ll be back in 20

Morss: Hi! I’m new to template design. Read throuh the codex guide and after creating a style.css I thought wp_head will include it automatically as it is in the header

Morss: But I loaded my template and it has no stylesheet

Servan: Morss: did you use wp_enqueue_style in your theme’s functions.php?

Morss: No. My functions.php is empty

Berum: You should enqueue the style using your functions file, look at one of the default themes for an example of how to do it