Signing a Windows EXE file

I have an EXE file that I should like to sign so that Windows will not warn the end user about an application from an “unknown publisher”. I am not a Windows developer. The application in question is a screensaver generated from an application that generates screensaver applications. As such I have no influence on … Read more

PageLines theme: how to change the background color of the main content vs. entire page?

I use PageLines free version, with WordPress 3.3.1, for this website: http://new.teleosis.org/?page_id=76 I want the background color of the whole page to be light green, and the background color of my content area to be white (screenshot). I configure the Page Background Color in the PageLines settings, which affects the whole page. Whereas Body Background … Read more

How to style first post differently and wrap the others in their own container

I need help with styling the first item in the loop differently and wrapping the rest in a container. I have seen a lot of questions that seem related and their various answers but I believe mine is different. What I currently have: <div class=”dpe-flexible-posts row”> <?php if ( $flexible_posts->have_posts() ): $postCount = 0; while … Read more

Distribute post content through several divs [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. I would like to distribute the content in … Read more