kingpro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS issue, not sure to use div, id, class, etc.Also might be another stupid question, next time I enter code into the forum how to I place it in a content box much like you did above.
Forum: Themes and Templates
In reply to: CSS issue, not sure to use div, id, class, etc.Hey thanks, for your comments that does work!!!
Not sure how to answer your question, “Is there a reason you are floating the paragraphs instead of divs?”. Really is no reason, used this on a similar design and just carried it over without thinking one way or the other. Am learning as I go. And usually just play with something until it works, if it is the right or wrong way I can’t be certain.
I am all ears on your suggestion though. Would a Div class be better suited?
Thanks again.
Forum: Themes and Templates
In reply to: Outsourcing WordPress design work ??In my themes folder I have “classic” and “default”, I am using the default one.
So basically all I need to do is zip the “default” folder and send?
Forum: Themes and Templates
In reply to: Right hand side vertical menu with flyout.Any feedback or help would be appreciated.
Forum: Fixing WordPress
In reply to: Custom Page Template to show different sidebarFixed the issue with another solution.
Forum: Fixing WordPress
In reply to: Ebay Banner through CJ Smartzone not showing correctly?And also it appears to be there just not showing, cause when I take my mouse over it the selector does change and I can click on it, and it goes to the correct place.
Forum: Fixing WordPress
In reply to: Ebay Banner through CJ Smartzone not showing correctly?Sorry guess I was hoping it was just my browser, so yes, what I did was add the following code to that particular page:
<script src=”https://www.qksz.net/1e-enr6″ type=”text/javascript” language=”javascript”> </script>
Hope that helps.
Forum: Fixing WordPress
In reply to: Ebay Banner through CJ Smartzone not showing correctly?Also should add this banner add is through the smartzone at Commison Junction, if that helps.
Forum: Fixing WordPress
In reply to: Links inside page content not showing correctlyReally, on the advice page, there is a list of 8-10 items, on my browser the first are showing red (brightness and resolution), the others are showing blue.
It does it both for my firefox and windows.
Forum: Fixing WordPress
In reply to: Custom Page Template to show different sidebarActually, I did change the sidebar to the following:
<div id=”sidebar”>
-
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘page projectors’) ) : else : ?>
<?php endif; ?></div>
And everything does seem to be working with my template know for that example.