moid93
Forum Replies Created
-
Anyone have any clue what’s going on and why the “titletwo” is not working properly. I can change the font size of “titletwo” perfectly fine, but I just cant change the #717171 color to anything else :/
Thanks!
Sorry about that.
Here are the CSS & PHP files. I would link to my site, but the theme I’m working is not live yet for regular users.
CSS (2 stylesheets): https://pastebin.com/WqxZH5LT and https://pastebin.com/Wi6b7fSN
PHP (home.php): https://pastebin.com/5hbCU7ra (specifically line 56 – 106)
Thanks so much!
Forum: Themes and Templates
In reply to: Autofocus Theme Issue: Front page imagesI had the same issue. This was my solution:
1. Name posts what you want to show as pages on the home page
2. Sticky those posts
3. Download Page Links to
4. Create the pages you want to show on the home page
5. Link each of the stickied posts (step 1 & 2) to the appropriate page (step 4) via that Page Links to Plugin (shows at the bottom of the “edit Post” page).That should help.
Nevermind, I figured it out. Thanks for your help!
For some reason, the new style is not taking a higher priority than the one previously there.
Currently, the image found in:
body {background-color: #000000; background-image: url("https://i52.tinypic.com/2j3hbtd.jpg");
is still showing, and the picture or color in “body.home” is showing behind that. I know that because if I zoom out far enough, I can see the new color leaking on the sides. How can I change this so the body.home takes priority on the home page?
This is what my structure looks like now:
/*structure*/ body.home { background-color: #676754; } body {background-color: #000000; background-image: url("https://i52.tinypic.com/2j3hbtd.jpg"); background-repeat: no-repeat;background-position:center top;background-attachment: fixed; top;color:#444;font:1.4em/1.6 "Helvetica", "Hoefler Text", "Georgia", Georgia, sans-serif;margin:0;padding:0} #wrapper{padding:0;margin:0 auto;width:800px;position:absolute; left:200px; right:200px;display: fixed }/*
Thanks alchymyth! It truly helps and I appreciate it!
Figured it out.
For those wondering, it was a CAPS issue. The theme name was AutoFocus in CSS, while in the directory, the file name was autofocus. I simply changed the theme name to autofocus in the CSS and now everything is fine.
Where would i add that? In the structure?
body {background-color: #000000; background-image: url("https://i52.tinypic.com/2j3hbtd.jpg"); background-repeat: no-repeat;background-position:center top;background-attachment: fixed; top;color:#444;font:1.4em/1.6 "Helvetica", "Hoefler Text", "Georgia", Georgia, sans-serif;margin:0;padding:0} #wrapper{padding:0;margin:0 auto;width:800px;position:absolute; left:200px; right:200px;display: fixed }/*
Just that little bit of advice helped me figure it out. Thank you very much!
The problem was that I put up a banner linking to that page. In that banner, I didn’t close the href tag.
Thanks once again!
That is correct. It does take you there, but then when you click any of the text on that page…it takes you straight to peop1e.org/products-page/
For example, if you click on About, the content of that page (“This is an example of a Wordpres page…”) is all hyperlinked to peop1e.org/products-page. Even the title of the page (ABOUT) is linked to peop1e.org/products-page. I checked the HTML of the specific page in “Edit Page”, and it does not have any “a href” code or anything. What is causing this?
Thank you for your help! Highly appreciated, govpatel!
Can anyone lend some support please? Any help is highly appreciated!
THANKS!Forum: Themes and Templates
In reply to: Autofocus theme issue — Urgent need of helpAll the above errors that you noted are from the splash page. Why would that be causing the footer problem?
Forum: Themes and Templates
In reply to: Autofocus theme issue — Urgent need of helpTo be honest, I am a rookie with CSS/web design. Can you lend a helping hand or send me in the right direction when it comes to these errors? I honestly don’t know where to start with these 41 errors, it’s a bit overwhelming just looking at them. I appreciate your help!
Forum: Themes and Templates
In reply to: Autofocus theme issue — Urgent need of helpThank you very much for your explanation. You were completely, 100% correct. I changed the color code in the e-commerce CSS, uploaded it again, and now everything is perfect!
One last question: When a single blog post appears, the footer is raised to the top left of the screen. I assume this is happening because of a conflicting .single line in a plugin. I would be extremely grateful if you could help me find where this line is and how to fix it. Thanks once again! Much appreciated.
Forum: Themes and Templates
In reply to: Autofocus theme issue — Urgent need of helpI am currently working with the opening poster on this site.
The only CSS file attached with this theme is Style.css. In that file, “archive, category & search” pages are under the same CSS heading. I have looked in this subsection, but do not see any conflicting code.
Please help asap! Thank you very much!
Here is the stylesheet (style.css)
https://wordpress.pastebin.ca/1947661Bump. any help?