Edward R. Jenkins
Forum Replies Created
-
The site is trying to pull images from the old directly. Make sure you change both of the URLs in Settings>General. That should correct the problem.
Forum: Themes and Templates
In reply to: [Classic Chalkboard] Condense space below menu & page title?@philipp – You’ll need to know a bit of CSS to handle those items. I suggest starting here if you want to learn. However, I am available for hire if you want me to make some customizations to the theme for you. Contact me at edwardrjenkins.com.
https://www.codecademy.com/blog/7-html-css-courses
@unique_guitar – Change 3.2em to adjust the spacing. In the simpliest terms, reduce the number to reduce the space. Increase the number to increase the space.
I do (upcoming themes). Three should be appearing in the repository in the next month or so. I may release a “premium” theme in the future with full support, but right now my focus is on making themes that are free for people to use and work with.
Forum: Themes and Templates
In reply to: [Classic Chalkboard] Condense space below menu & page title?Install the “My Custom CSS” plugin and add this:
#masthead { margin: 0 0 3.2em }
That’s the default value. Edit the value however you see fit ??
Forum: Themes and Templates
In reply to: [Classic Chalkboard] Errors in codeSurprisingly, those came about with the most recent update when Automattic updated/refreshed the theme to port to WordPress.com.
I plan on fixing them with the next update, which should be in the next three weeks.
Edward
Forum: Fixing WordPress
In reply to: navigation bar suddenly made white gapHi Diana,
Check in Appearance>Menus. It looks like you have a menu item in there with no title. When you see it, click on the arrow then remove it and save the changes to the menu.
Edward
Forum: Fixing WordPress
In reply to: DropDown Menu QuestionHi,
You would need to install a theme that displays the menu like this, or have your existing theme modified.
Edward
Forum: Fixing WordPress
In reply to: Comments Automatically Approved Against My WillYou’ll find what you’re looking for in Settings>Discussion>Before a Comment Appears
Forum: Fixing WordPress
In reply to: Moved WordPress, Now Pages Won't LoadHere’s your first clue:
Forum: Developing with WordPress
In reply to: jquery and seoIf you don’t want it indexed in Google:
1) Make sure it’s correctly blocked via robots.txt
2) Use Google’s URL removal feature in Webmaster Tools.
Edward
Forum: Fixing WordPress
In reply to: Weird CDATA script showing up in BlogpostsHacked? Can you post a screenshot?
Forum: Themes and Templates
In reply to: [Classic Chalkboard] Theme menuUpdate: Issue was related to previous move from subdirectory to primary directory and not theme related.
Forum: Themes and Templates
In reply to: [Classic Chalkboard] Theme menuHi Carolyn — it’s not supposed to look like that. Can you send me an email so I can help you resolve this?
Your site is trying to pull the files from /wp/ instead of the main directory, which is causing the issue(s).
Forum: Themes and Templates
In reply to: [Classic Chalkboard] white background/borderSorry Carolyn, I forgot to enable that feature. You can add the following code on its own line at the bottom of the functions.php file (Appearance>Editor>functions.php) or you can wait a little bit for an official update. I’m not sure how long it would take the theme developers to push it through live. Code:
add_theme_support( 'custom-background' );
Forum: Themes and Templates
In reply to: [Classic Chalkboard] white background/borderHi Carolyn, you should be able to set a custom background to replace the white in Appearance>Background inside your WordPress admin panel.
Forum: Fixing WordPress
In reply to: need to redirct homepage to a catrgoryYou’re going to need to create a custom page template to pull from the category and then assign a static home page to the front page via the Settings panel. Make sure the static home page you create uses the new template.