Forum Replies Created
-
AuthorPosts
-
dpalmeParticipant
I did that but there is still a blue bar running through the middle that's the one I'm talking about
dpalmeParticipantLOL I have a jquery tabs script that I'm using to load table data from a mysql database. This way I can load all the data at the same time and preload the tabs....
Now, its a matter of layout issues.
I'll be happy to write a tutorial on this once I'm done.
dpalmeParticipantgot it!!
Was missing a table tag, of course I'm going to get rid of that eventually, but we're movin on up (playing the Jeffersons in the background 🙂 )
dpalmeParticipantI got the header working with get_header(); but when I put in get_footer(); it displays in the wrong place, its showing up in one of the tabs, even though I have it in a div outside of the tab code.
dpalmeParticipantWell so far I've created a page template and that seems to work a little better and when I added the get_header it displayed the header like I wanted too... so maybe that's the better way of going...
dpalmeParticipantIts going to be a lot of code, I'm slowly building it out but basically I am trying to add a database call to display some data and plan on eventually formatting it to create links to other pages, with more data being called from a mysql database.
One of the items I'm trying to add up front is a jquery tabs display:
this is the first part of the call:
<head>
<meta charset="utf-8">
<title>jQuery UI Tabs - Default functionality</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$( "#tabs" ).tabs();
});
</script>
</head>
<body>
and then the php follows that with a mysqli_connect call.dpalmeParticipantWell the php isn't working in the widget on the page....
dpalmeParticipantLOL, nope haven't changed a thing other than add a widget function to the functions.php from another thread.
Drop me a note privately Summer, I'll share a few things on what I'm doing with it 🙂
dpalmeParticipantI assume that once I add the widget I'll need to add something like a text widget to the page and that will display everything correctly?
I followed the above instructions, they seem to be working ok, but I was wondering how I can suppress the page name?
dpalmeParticipantInterestingly enough, it displays fine in Firefox, so with that I imagine its an issue with the file not something I've done.
dpalmeParticipantHaven't touched the CSS file at all.
dpalmeParticipantI was looking at it with IE and it just looks like its not formatting correctly.
As an example: the lines from the search this site are extended into the main body area, and the featured posts section seems to run into the primary sidebar....
dpalmeParticipantWould this same code apply for adding php to a page?
dpalmeParticipantThanks, do you have a preferred script for a rotating banner ad setup?
Also, I tried to add some php code to the html, but it didn't like that... is there a way to use php in the text widget?
dpalmeParticipantNot sure what you mean by slider.
I just want the content on the main page full width.
dpalmeParticipantI did that and now its saying no posts meet my criteria....
dpalmeParticipantWasn't there, I didn't have the page added, I did find where I could add the page no to have it excluded.
dpalmeParticipantI did, its 1400 pixels wide but it never increases in size on the screen.
dpalmeParticipant -
AuthorPosts