Header Paperpunch theme disappers with IE9 [closed]

I loaded your test site and immediately noticed a couple of issues. Not 100% sure what exactly is causing the disappearing header, but here are some things to check: style-options.php Your main stylesheet is using @import url(“functions/stylesheets/style-options.php”); to import a stylesheet. My guess is that it’s trying to import some dynamically-generated css. Unfortunately, this is … Read more

How to make a page extend full screen [closed]

Do you understand the bootstrap framework at all? Your theme has implemented a column width that is smaller than you would probably like. Your content area is wrapped in an offset column that is 50% of the container width. <div class=”col-lg-6 col-lg-offset-3″> <!– content –> </div> If you want to increase the width of your … Read more

How to assign posts to different themes? [closed]

You got some things mixed up here – let me try to point you in the right direction. Terminology In WordPress, a theme is a set of files and functions that provide the frontend look for your Website. Most themes also include some specific functionality, but the main goal of a theme is to style … Read more

How to track your theme usage on the internet?

You don’t. But there are 3 ways you can if you wanted to, they can all be circumvented because of open source, thankfully. Parse source or something Crawl the web and parse the source or an url for a custom comment/id/whatever. Chance of failure: Really High – unless you’re Google Create an API Call home … Read more

Trying to use wp_register_script/style and enqueu them from an array – getting an error [duplicate]

As the “Error Message” (which is in fact a “doing it wrong”-message) is telling you, you’re using the wrong hook: Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Just read about hooks, wrap your code in a callback and then register it properly on one of the … Read more

Divi Template A Few Questions

Divi will not be able to support all of the features as you’ve stated out of the box. With integration of things such as WooCommerce which Divi prefers you use, you’ll be able to incorporate features like the quote but probably not on the product comparisons. That being said, DIVI is a very powerful theme, … Read more