HecticHouseTom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Queries HelpHaha no problem you have been a great help thank you 🙂
Forum: Fixing WordPress
In reply to: Media Queries HelpAhh so something like this in my style.css may work ?
@media all and (max-width: 640px) and (min-width: 320px) { @import url (/320.css) } }Thanks Ill give that a go 🙂
Forum: Fixing WordPress
In reply to: Media Queries HelpIgnore that last post I understand it know but how would I set it up for the style sheets i have created:
320
640
800
1024
1366first one `@media all and (max-width: 640px) and (min-width: 320px) {
}
}`then the second
@media all and (max-width: 800px) and (min-width: 604px) { } }? is that right ?
Forum: Fixing WordPress
In reply to: Media Queries HelpYeah thats sort of what I want to do thanks … although if possible Id like to do it from within the one style.css and even though I know it is something like
@media (min-device-width: 320px max-device width 639px) {styles etc}im unsure of how I would code it for all of the style sheets I have created.Forum: Fixing WordPress
In reply to: Changing # of Blog posts on front page errorOk the error is being caused by incorrect positioning of
<?php get_sidebar(); ?>in my index.php but i cant figure out where to put my<?php get_sidebar(); ?>that allows it both to float right and not interupt the older and new link positioning 🙁Forum: Themes and Templates
In reply to: Float:Right Sidebar problem only on one page :(Hey Guys just to update you I have resolved this issue 🙂 yay after 3 – 4 hours of messing I found that the problem was due the
<?php get_sidebar(); ?>being Below the<?php comments_template(); ?>in the Single.php file to resolve my issue I just cut and pasted it up above. So if you are having a problem with your side bar layout only on pages which involve single post this may help 🙂Forum: Themes and Templates
In reply to: Float:Right Sidebar problem only on one page :(Ok thank you for your reply I have tried using the inspect element in chrome to solve this but cannot find the cause … I will have another go if not I will see if I can upload my site some where 🙂
Forum: Themes and Templates
In reply to: Float:Right Sidebar problem only on one page :(Thanks mod, sorry about that here are the codes in pastebin
Index.php http://pastebin.com/Lr8xhY5i
Sidebar.php http://pastebin.com/4RJm43E7
Style.css http://pastebin.com/VxqrhtLwEdit … here is also an image of what is happening when I click on the comments link … I have highlighted the sidebar green for clarity http://s59.photobucket.com/albums/g312/killerbyteclan/?action=view¤t=notworking.jpg
as opposed to when Im on the home page
http://i59.photobucket.com/albums/g312/killerbyteclan/working.jpg
Forum: Themes and Templates
In reply to: Float:Right Sidebar problem only on one page :(Hey Wpyogi, thanks for the reply , unfortunately I am using Wamp and developing the theme in my local host before I commit to paying for hosting. Is there anything else I can provide ?