urbannerd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Used WP editor, caused site to shrink.well i used it to show what area got smaller.
i validated the site, and it has a lot of errors
but they all seem to be plugin related?Forum: Fixing WordPress
In reply to: Remove the responsive code from the Twenty Tewlve Themedoes this no longer work for twenty twelve?
i tried this again for a newer site im working on
and it does not work.site is thepreciselife.com
i also tried deleting from
/* =Media queries————————————————————– */
to
/* =PrintForum: Fixing WordPress
In reply to: Content Area Needs To Start Lower & Sit StillOH MAAANNNNNNNNNNN
thats all i needed?wow. lol
THANK YOU SOOOOO MUCH.
it works perfectly now.
Forum: Fixing WordPress
In reply to: Content Area Needs To Start Lower & Sit Stillok so now back to moving the content area down so i can see the
background shelf area.this piece of code seems to work for every page, EXCEPT
for the woocommerce shop page..page { margin-top: 330px; }
Forum: Fixing WordPress
In reply to: Content Area Needs To Start Lower & Sit Stillwell i moved it back under the body and now im getting these errors
https://validator.w3.org/check?uri=http%3A%2F%2Fthepreciselife.com%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&st=1&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2FservicesForum: Fixing WordPress
In reply to: Content Area Needs To Start Lower & Sit Stillok i fixed the parse error.
and as for the header, i moved the nav, above everything else so i can load it outside the header and let it rest on the top of the page
all i did was cut the nav stuff and pasted it right after the
close </head> tagForum: Fixing WordPress
In reply to: Content Area Needs To Start Lower & Sit Stillthe errors in the header.php point to this
<body class="home page page-id-58 page-template-default custom-font-enabled single-author">
but i do not see what is wrong with, especially because thats how it is
in the main themes .css file.also the parse error, it just says “Parse Error }”
it doesnt say where.Forum: Fixing WordPress
In reply to: Content Area Needs To Start Lower & Sit Stillok so here are some photos
this is the empty space that gets added when i use
.page { margin-top: 300px;} to move the content area down
so i can see the shelf.
https://s21.postimg.org/5u0dziprr/Untitled_3.jpgthis is how i ended up making it look, and thats the way every page
should look
https://s21.postimg.org/ib71mokxj/Untitled_1.jpgand when i go to the woocommerce shop page, it covers the shelf area
https://s21.postimg.org/bjgmjtvxz/Untitled_2.jpghow would i be able to move that down?
Forum: Fixing WordPress
In reply to: Content Area Needs To Start Lower & Sit Stillyea i think that is because it is built into twentytwelve to try
and resize everything. i have some coding to fix that but i want to
work on these probs first.you see how the content titlte “HOME” is towards the bottom of the
content area? that happens when i add{ margin-top: 300px;)
Forum: Fixing WordPress
In reply to: Rollover Image problemthank you so much ??
you have saved me a few time already andrew lolForum: Fixing WordPress
In reply to: Rollover Image problemyes i know what a sprite is,
here is the current sprite code ive tried working with.in my page.php
<a href="#" class="styleangel"><img src="https://www.mixxshuz.com/wp-content/themes/twentytwelve-child/images/Angel.jpg</a>
and the css
.styleangel { display: inline-block; position: relative; text-indent: -9999px; width: 290px; height: 290px; background: url('https://www.mixxshuz.com/wp-content/themes/twentytwelve-child/images/Angel.jpg') no-repeat; } .styleangel:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: url(/images/Angel.jpg) no-repeat; background-position: -290px 0; opacity: 0; -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -o-transition: opacity 0.5s; } .styleangel:hover:after { opacity: 1; }
it shows up but its rollover function isnt working
the site is mixxshuz.comForum: Fixing WordPress
In reply to: Remove the responsive code from the Twenty Tewlve Themeyes!!! this just worked for me too!
Forum: Fixing WordPress
In reply to: TwentyTwelve Navigation Menu Button?about to try this
Forum: Fixing WordPress
In reply to: TwentyTwelve Navigation Menu Button?yes that helps from showing the button
now my menu links just stack on top of each other but i guess i can
figure that out.would you happen to know how I can just keep everything in place when the browser window becomes smaller? even the padding on the side of the main content area? When the browser becomes smaller the background disappears and things begin to move around.
Forum: Fixing WordPress
In reply to: TwentyTwelve Navigation Menu Button?it adds a red border around my whole site lol