Forum Replies Created
-
AuthorPosts
-
June 2, 2016 at 7:10 pm in reply to: Recovered from Malware and now my Main Menu is messed up – Centric Theme #186824sonnyppcMember
Hey Victor, thanks for looking at this.
I'm finding home-featured numerous time in the original stylesheet
1.
.home-featured .more-link,
.home-widgets .more-link {
background-color: #2e2f33;
border-radius: 50px;
color: #fff;
display: block;
display: table;
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
line-height: 1;
margin: 20px auto 0;
max-width: 200px;
padding: 10px 24px;
text-align: center;
text-transform: uppercase;2.
.home-featured .more-link:hover,
.home-widgets .more-link:hover {
background-color: #13afdf;
color: #fff;3.
.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
margin-bottom: 0;4.
.home-featured .wrap {
margin-top: -160px;
max-width: 782px;
display: table;
text-align: center;5.
.home-featured .home-widgets-1 {
display: inline-block;
display: table-cell;
vertical-align: middle;
width: 100%;
padding: 200px 0;
font-size: 20px;6.
.home-featured .entry-content > p:last-child,
.home-widgets .entry-content > p:last-child {
margin-bottom: 28px;7.
.home-featured .home-widgets-1 {
padding: 120px 0 60px;8.
@media only screen and (max-width: 480px) {body,
.home-featured .home-widgets-1 {
font-size: 16px;When I compare my current stylesheet to an original copy they are exactly the same. I'm using diffchecker.com to compare files.
Thanks again
March 13, 2016 at 11:50 am in reply to: How to recover my homepage look after a fresh install of Genesis #181355sonnyppcMemberI figured this out!
Your widgets are apart of the database and are managed with arrays. I thought that's over my head and said I'll just redo the widgets in the WP dash. I was starting to redo everything and then found out all my old widgets and all their settings were saved under "Inactive Widgets", all I had to do it drag and drop them back into where they needed to be. Even my text widgets with custom html where there.
Yes!
March 13, 2016 at 10:50 am in reply to: How to recover my homepage look after a fresh install of Genesis #181352sonnyppcMemberLet me ask this a different way. When I add a widget in the appearance/widgets section, what file does that edit?
Thanks
March 13, 2016 at 10:41 am in reply to: How to recover my homepage look after a fresh install of Genesis #181350sonnyppcMemberHey Victor,
On second look, the before and after of the style.css is showing a couple differences, i think my problem is that comparison tool i'm using only shows the first 2000 lines of code.
March 13, 2016 at 10:37 am in reply to: How to recover my homepage look after a fresh install of Genesis #181348sonnyppcMemberOk, I was wondering if people were referring to the style.css as style.php. When I compare those 2 files, before and after, they look the same. Very bizarre.
Is this assumption correct? I'm under the impression I should be able to copy the php code from a file that manages the homepage look, the way I had the widgets setup, all the little changes I made to margins, custom html I had in text widgets, etc.
Thanks again!
March 13, 2016 at 9:45 am in reply to: How to recover my homepage look after a fresh install of Genesis #181346sonnyppcMemberHi Victor,
Thank you for looking at my question.
I'm under the impression I should be able to copy the php code from a file that manages the homepage look, the way I had the widgets setup, all the little changes I made to margins, custom html I had in text widgets, etc.
I compared the functions.php and front-page.php from then and now, no difference. I can't locate this style.php people are referring to. Do all child themes have this?
Yes, there looks to be a loop. * Run the Genesis loop
genesis();Thanks again for your insight.
May 8, 2015 at 1:43 pm in reply to: Outreach Theme – Allow Contact Form 7 to fit in footer 4 #150996sonnyppcMemberMind blown. Learn something new everyday.
Thanks!
sonnyppcMemberEvery time I changed it in the stylesheet it kept it in the main file in the hosting account.
I'll attempt this when I got more patience. This little change has wasted so much time.
sonnyppcMemberThanks Brad,
"I would remove all the CSS for that section and add it back from a fresh download because it contains duplicated CSS rules and other mess."
Not sure how to reinstall" a section of code.
sonnyppcMemberI just started using the Huge IT slider plugin, I like it a lot!
-
AuthorPosts