Forum Replies Created
-
AuthorPosts
-
media317Participant
If you are on shared hosting, your IP address could be compromised because of other sites on the server. You may be getting blocked because of other users on the shared server.
It could also be an issue with the companies firewall settings.
It really could be a variety of things.
Contact your host.
Alan Smith
Media317media317ParticipantWhich tutorial of Nick's did you use? You should be able to change the add_action to position the widget area before the subnav and the code should work.
Alan Smith
Media317media317ParticipantTo change the home h2 tag, add the following to you css:
<code>
.home h2 {
font-size: 20px;
}</code>
And then set you h2 back to the larger size.
Alan Smith
Media317media317Participantfigured out the issue. Since I added the loop directly into a page template, the first conditional elements were not necessary. I removed them and the loop works fine. I adjusted the styling via css and updated to 1.9.1. Working fine now.
Alan Smith
Media317media317ParticipantHere is what i've been working on.
It works perfectly with Genesis 1.8, but not 1.9.x
What am I missing?
Alan Smith
Media317media317ParticipantThere are some themes that are picky about the name. I've had to actually name my meny "Primary" and "Secondary" in some themes to get them to work properly. Try renaming them.
Alan Smith
Media317media317Participantmedia317Participantmedia317ParticipantThe problem is the css in the footer widget plugin. Why are you using a plugin to add widgets? Which theme are you using?
Alan Smith
Media317media317ParticipantUnless you create a custom menu in Appearance>Menu, every page you create will default to your main navigation. Here is how to do it.
Alan Smith
Media317media317ParticipantBoth pages are indicating that content from Aweber is being displayed from a non SSL page. You will need to connect with Aweber about how to generate forms that are secure with all content generated from SSL.
Alan Smith
Media317media317ParticipantYou'll need to access your site files through FTP or cPanel and remove the code you inserted in functions.php. Then you can access the site again.
Change the background color by changing the style.css. Add the background color to the body div.
Alan Smith
Media317media317ParticipantThe theme is designed to create a static page based on the use of widgets. When the widgets are active, the blog post are not displayed.
Alan Smith
Media317media317ParticipantWhat is a link to the site?
You have a width issue in the style sheet at these screen sizes.
Alan Smith
Media317media317ParticipantYou shouldn't set the "Home Page" in the Settings>Reading. Uncheck.
Use the widgets and the theme will populate with the widgets.
Alan Smith
Media317media317ParticipantI prefer Vimeo for quality, but YouTube for search. I like to use the right tool for the job. Videos that I create that are for tutorials or lessons that quality is important, I use Vimeo. When its a tutorial or lesson that I want to use for lead generating, traffic, etc, I tend to use YouTube. Depends on the purpose.
Alan Smith
Media317media317ParticipantKeep the 40px.
By adding 40px Margin Left and Right, you need to remove that width from the content. It is extending into your sidebar and pushing the sidebar div below the content. By reducing the side of the content width, you compensate the extra margin and everything floats back into alignment.
Alan Smith
Media317media317Participant -
AuthorPosts