Carl Morris
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Default CurrencyTry the Woo Multi Currency plugin.
Forum: Plugins
In reply to: [Hello Dolly] Twins Hello DollyHi Dorji
You have two copies of the plugin installed.
By default hello.php is found in the wp-content/plugins/ folder.
Therefore the hello-dolly/ folder is not needed and can be deleted (as long as you check that it does not contain any other important files).
Forum: Fixing WordPress
In reply to: Jetpack DisappearedHi tjarnogirl
Can you supply more details please?
Is Jetpack listed when you visit this address?
http://ingerhultgrenmeyer.com/wp-admin/plugins.php
- This reply was modified 7 years, 8 months ago by Carl Morris.
Forum: Fixing WordPress
In reply to: child theme preview and page preview in wordpress not the samePlease check the following line in your functions.php
wp_get_theme()->get(‘1.0’)
It should be:
wp_get_theme()->get(‘1.0’)
Make sure that you are using apostrophes here because other symbols will break it – even if they look like apostrophes!
I’ve just run a php check (known as a lint) and it indicates a possible problem with this line.
Forum: Fixing WordPress
In reply to: child theme preview and page preview in wordpress not the sameCan you please post a copy of your stylesheet header?
It is the comment at the top of the file style.css.