silico26
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hatch] Removing footer from specific page?Worked perfect when I added it to the beginning of my child theme css… it didn’t like it at the end of the css. Thanks Yogi!
Forum: Themes and Templates
In reply to: [Theme: Hatch] White bar/line appearing at bottom of tables?Update: I removed the first table that I mentioned, but the second table I mentioned (with the social network buttons) is still in place.
Forum: Themes and Templates
In reply to: Removing Hatch theme hoverremoved the 1 and it worked like a charm ??
h1.page-title { display: none }
thanks yogi!
Forum: Themes and Templates
In reply to: Hatch theme primary sidebar appears below slider?Worked perfect. Can’t believe I overlooked that. Thanks Yogi
Forum: Themes and Templates
In reply to: Hatch theme primary sidebar appears below slider?i had actually tried that previously. i changed the width on the following code:
#content, .singular-page.page-template-fullwidth #content { float: left; width: 68.08510638297872%; margin: 0 0 40px 0; min-height: 180px;
the above code didn’t do the trick, even though this width normally reads as 100%
i also tried changing this width so it looks like this:
#main { clear: both; width: 68.08510638297872%; margin: 0 auto; position: relative;
so far, no luck
Forum: Themes and Templates
In reply to: Hatch theme cuts off Promotion Slider pluginPerfect, thank you
Forum: Themes and Templates
In reply to: Hatch theme cuts off Promotion Slider pluginNailed it, thanks Yogi.
Is there a way to make this change with the child theme only and not mess with the main stylesheet? Normally how I do this is copying the new code into the child stylesheet, and it automatically overwrites the old. This one doesn’t play as nicely, since I’m assuming it’s still reading the old height/width.
Forum: Themes and Templates
In reply to: Hatch theme cuts off Promotion Slider pluginUpdate. I noticed my shortcode seems to work fine on another page of my site, it’s only the Home page that’s troublesome thus far…
See this page for a working example of the Promotion slider.
Forum: Themes and Templates
In reply to: [Hatch] Hatch Theme – Possible to place slider in header?can you post a link to your site? i want to add a slider here as well. thanks
Forum: Themes and Templates
In reply to: [Hatch Theme] Centering Footer LinksThanks yogi, this solved my issue. My code now looks like this
/* Footer -------------------------------------------------------------- */ #footer .footer-content { float: right; } #footer { overflow: hidden; clear: both; max-width: 940px; width: 100%; margin: 0 auto; padding: 0 0 30px 0; font-size: 0.9166666666666667em; color: #aaa; } #footer p { margin-bottom: 0; } #footer a { color: #888; } #footer a:hover { color: #64a2d8; } .footer-left { float: right; width: 70%; } .footer-right { float: right; width: 30%; } } .footer-left { float: left; width: 70%; }
Regarding Firebug, I should probably check out some of the video tutorials. I can use it to locate the particular codes that control particular elements, but can never seem to find which FILES the codes are connected to.
Forum: Themes and Templates
In reply to: [Hatch Theme] Centering Footer Linkshere it is.
Forum: Themes and Templates
In reply to: [Hatch Theme] Centering Footer Linksi am attempting something similar (moving the footer to the RIGHT side of the page, instead of the default which is on the left).
first, i copied my footer code from the style.css into the child theme, it looks like this:
/* Footer -------------------------------------------------------------- */ #footer { overflow: hidden; clear: both; max-width: 940px; width: 100%; margin: 0 auto; padding: 0 0 30px 0; font-size: 0.9166666666666667em; color: #aaa; } #footer p { margin-bottom: 0; } #footer a { color: #888; } #footer a:hover { color: #64a2d8; } .footer-left { float: right; width: 70%; } .footer-right { float: right; width: 30%; } } .footer-left { float: left; width: 70%; }
i noticed i can change the placement of the footer if i change this part of the code:
max-width: 940px;
i.e. if I make that 240 instead of 940, it moves it close to the center of the page. Unfortunately it doesn’t look like it’s possible to move the footer to the right side of the page using this method, but i’m sure there is some other way… anyone ever have any luck with it?
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Image in Slider@ PTaubman, did you ever figure out how to resize the slider? i’m running into the same wall that you are.
@ wluisi, thanks for the suggestion of re-uploading the photos… unfortunately that didn’t do the trick.
my site is here. thanks
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Change Slider Sizei’m looking to do the same exact thing. i just tried the above suggestion but no luck. i also tried the suggestion from someone in another thread who said to try deleting the previous images and re-add the photos… still no luck. any other ideas? this is my site. thanks
Forum: Themes and Templates
In reply to: 5 pixel white border on my PNG files?hmm, i don’t see anything in the image settings to alter the background color of images, so i assume it’s something template-specific. i’ll dig into template settings and see what i can find. thanks