lettergrade
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Deleted a line out of the index.phpWith regards to Dreamweaver: I don’t use Dreamweaver, but I believe it won’t be a problem for the developer to create your custom theme using Dreamweaver, if they have had experience doing that before.
Once it is built and installed, you won’t use Dreamweaver anymore — you’ll update through the WordPress admin dashboard.
Forum: Themes and Templates
In reply to: Deleted a line out of the index.phpThere is definitely some messed-up code going on here, in the linked ‘Latest Update’ image, which is bumping a bunch of things out of the way, including the body text for the ‘Enroll Now’ post.
<a title="Enroll Now" href="https://masseydance.com/2010/09/01/204/"> <strong><img target="_blank" missing-image_zps3803d257.png.html"="" media="" disneylover1031="" user="" s12.photobucket.com="" http:="" src="https://masseydance.com/wp-content/themes/kubrick-on-crackhttps://www.masseydance.com/wp-content/themes/kubrick-on-crack/images/latest_post.jpg< <a href="> '/;;;/ </strong> <img border="0" alt=" photo missing-image_zps3803d257.png" src="https://i12.photobucket.com/albums/a243/Disneylover1031/missing-image_zps3803d257.png"> </a>
Was this element hard-coded in the template you’re using for ‘home’?
Could you copy the code here so we can take a look?
Forum: Fixing WordPress
In reply to: Change date formatYes, start clean with a new Twenty Eleven theme and create a child theme from that. It looks likely that someone edited your current theme and entered the date tag twice.
Forum: Fixing WordPress
In reply to: Font Color?I’d recommend trying a child theme before you change the theme files themselves. If you edit the theme files yourself, then any future updates of the theme will wipe out your changes and restore your site to default settings. However, if you use a child theme, you can maintain your edits separately and update the original whenever you need to. It’s the same amount of work, but much more stable.
Forum: Fixing WordPress
In reply to: Change date formatYou can change the date format in your admin dashboard: Settings > General.
In your css, display for authors has been set to ‘none.’
.single-author .entry-meta .by-author { display: none; }
Were these changes made manually in the code? Are you able to go in and edit them?
You may also be able to find help that’s more specific to the theme you’re using in the theme’s support forums: https://www.ads-software.com/support/theme/twentyeleven
Forum: Fixing WordPress
In reply to: Editor adds HTMLCould you also let us know what your theme and plugin setup is right now?
Forum: Fixing WordPress
In reply to: Post date overlapping titleHave you solved the problem? I don’t see any overlapping when I visit that page.
If not, which browser are you seeing the problem in?
Forum: Everything else WordPress
In reply to: Following .ORG sitesSome blogs offer a mailing list that you can sign up to. But even if they don’t, you can follow most blogs using an rss reader. (Feedly is one example: https://cloud.feedly.com/#welcome) Then, when you see new posts pop up, you can go directly to the site and comment.
Forum: Fixing WordPress
In reply to: Setting up a test environment for my WordPress site?That tutorial is the best way to set up a local testing environment. Do you have any idea which step didn’t work?
Depending on your hosting deal, you could just add a separate WordPress install for testing on your server instead, and keep it private. It’s a bit annoying to have to ftp files every time you make a change, but that’s a workaround to your xampp problem.
Forum: Themes and Templates
In reply to: Deleted a line out of the index.phpYou could incorporate some flash elements and make them work with WordPress, however: Flash isn’t compatible with a lot of devices now (iPads, iPhones, particularly) so it’s not recommended to use flash if you want people on mobile to be able to see your site.
Forum: Themes and Templates
In reply to: navigation problemsThe theme doesn’t seem to be part of the WordPress theme repository, so you may need to contact your theme provider for support.
I did notice, however, that your child theme css call might have a typo in it:
<link rel=”stylesheet” type=”text/css” media=”all” href=”https://www.coldstreamnaturals.com/sandbox/wp-content/themes/thme1685-child/style.css” />
Did you name your child theme ‘thme1685-child’ or is the lack of ‘e’ a typo in the code?
Forum: Fixing WordPress
In reply to: Widgets not showing after updateHave you checked the forums for the Arras theme?
https://forums.arrastheme.com/
It’s possible that other Arras users might have had the same problem.
Forum: Fixing WordPress
In reply to: Removing Page Title from Responsive ThemeWhich title text are you talking about? I see the breadcrumbs text (Home > Contact, etc) and I see the custom titles that you’ve placed as images. Which text do you want to get rid of?
By the way, replacing text titles with image titles is not great for SEO rankings, in case you are concerned about that…
Forum: Fixing WordPress
In reply to: Put Most Recent Post in Certain Category Into a Spot on TemplateHey webcatsanddogs, congrats on getting it yourself before anyone could even get to helping you! ??
Forum: Fixing WordPress
In reply to: Html to WordPressHi Udai_wp! I’m not sure exactly what you mean. Could you tell us what theme you’re using? Does the theme have a custom menu? Have you altered the theme? What steps have you tried so far?