daviddevor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing horizontal size of divAlso i would add some padding.
Forum: Themes and Templates
In reply to: Changing horizontal size of divif so try adding this css to your h2.post-date or h2 selector:
width:80px;
Or
display:inline-block;
Forum: Themes and Templates
In reply to: Changing horizontal size of divAre you trying to change the width of the date box to only be as wide as the date and not the full width of the content?
Forum: Themes and Templates
In reply to: Image Positioning CSSyeah i should have hinted at the class, just didnt feel like all the typing. never use inline styles.
Forum: Themes and Templates
In reply to: Widgets in sidebar not displaying properlySet your height in both html and style like this on the twitter iframe:
<iframe width="300" scrolling="no" height="400" frameborder="0" id="twitter-widget-0" class="twitter-timeline twitter-timeline-rendered" allowtransparency="true" style="border: medium none; max-width: 100%; min-width: 220px;height:400px;" title="Twitter Timeline Widget"></iframe>
Forum: Themes and Templates
In reply to: Image Positioning CSSCategories: another category, Uncategorized
Is shifting it over.
Instead of using:
<center> <img style="margin: 125px 55px 0 0;" src="https://www.testing.livelikekings.net/wp-content/uploads/2013/01/footer-deco.png"> </center>
do something like this:
<div style="clear:both; text-align:center;> <img style="margin: 100px auto 0;" src="https://www.testing.livelikekings.net/wp-content/uploads/2013/01/footer-deco.png"> </div>
Forum: Themes and Templates
In reply to: Get Category of Page that item is on.Alright hopefully this helps someone, but I always find the answer after I ask for help! haha
I used This:
<h1 class="page_title"> <?php single_cat_title(); ?> </h1>
Forum: Fixing WordPress
In reply to: main container not flowing down to height of containing divs ?Hey can I see some code. Your website is just a splash page.
Forum: Fixing WordPress
In reply to: Need to delete an extra menuI would imagine your theme has two menu being called, wither two separate that are calling the same menu in the dashboard or two instances of he same menu.
Go into your dashboard –> appearance –> menu and look on the left side to see if there are two drop down menu’s each with the same menu selected.
Forum: Plugins
In reply to: Hacing issue with Developing plug in.149 is here:
function() use($taxonomy_name, $plural, $post_type_name, $options)
Forum: Fixing WordPress
In reply to: custom fontsWhat’s the name of the font? Iv’e used cufon before for really unique fonts.
Forum: Fixing WordPress
In reply to: Confused about pages.. Please help me understand how to do thisYou should be able to select categories under Appearence => Menu’s. If you cant see the categories option on the left side, go up to the top and click on “Screen Options” this will drop down a menu, make sure “Categories” is checked.
Forum: Fixing WordPress
In reply to: How do i change url of order page?Do you mean the page title in just “order”? you need to edit your slug/peramlink. go to your order page and under the title you should see what your permalnk is, you can click edit and change it.
Forum: Fixing WordPress
In reply to: After upgrading to WP 3.0.3 -Dashboard half-disappearedYour Welcome!
Forum: Fixing WordPress
In reply to: After upgrading to WP 3.0.3 -Dashboard half-disappearedMost likely a plugin conflict. If you can access your site with ftp, then go in and disable plugins by renaming the folder. see if your dashboard comes back. Then change the folder name back and reactivate plugins 1 by 1.
If that doesnt work, download a fresh copy of wordpress from www.ads-software.com and reload all files except wp-config.php.