DylanAllen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Prevent Comment Area From Moving Widget AreaWhen you edit your page, there should be an option to select which template you want to use. The only custom template I see in the list is “Full Width, No Sidebar Page Template”. Make sure that is the one the page in question is using, and if it is, then look at that template.
Forum: Themes and Templates
In reply to: Prevent Comment Area From Moving Widget AreaAre you running your site on WordPress.com? I have only hosted my own wordpress sites so I am not sure if you have the same features I am used to.
Under the “Appearance” sidebar in the Admin menu, is there an “Editor” option? If so, look for “‘yourtemplatename’ Page Tempate.php” file in the editor. That will be the file you need to edit.
Forum: Themes and Templates
In reply to: Prevent Comment Area From Moving Widget AreaYou will have to change your template files in the theme you are using. They should be in /wp-content/themes/themename/page-templates/
Forum: Themes and Templates
In reply to: Prevent Comment Area From Moving Widget AreaOn your page with comments, the widget is not within the .site-content div. It is on the page without the comments. That looks like first problem.
Forum: Fixing WordPress
In reply to: wrong fonts displayed, hard coded html?Glad I could help!
Forum: Fixing WordPress
In reply to: wrong fonts displayed, hard coded html?The posts are
<span>elements with inline styling. I am not sure why they are not showing up as<p>elements. Edit one of the blog posts and see if you can change the code from<span>to<p>, also make sure there is no font style applied inline.