dwall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logo is only appearing on the home page??Wow, that worked!! Thank you so friggin much. I super appreciate it, that was driving me crazy!!
Forum: Themes and Templates
In reply to: [Blaskan] add image to left of titleFIXED, changed #head id to #site-name a
Forum: Fixing WordPress
In reply to: Logo is only appearing on the home page??Yeah… I have no idea where that mark-up code is coming from. If anybody has any advice, I’d be very grateful.
I got the image to show up on the other pages (by using the same css coding as above, but by replacing “h1” with “div”), but now it also shows up on the left side of each nav bar button, which is even worse. I’m at a loss… this is the first time I’ve made a site where the header isn’t by default the same on all pages. Is it the header.php, the stylesheet, the page.php? No idea.
Forum: Fixing WordPress
In reply to: Logo is only appearing on the home page??Oh, hmmm… I’m honestly not sure what to do with that information. Change the css I put in to “div” rather than “h1”? Or, rather, add the same to the pages area of the stylesheet? Or change the “div” to “h1” in the pages area of the stylesheet?
I’ll just try trial and error and see what happens.
Thanks.
Forum: Themes and Templates
In reply to: [The Frances Wright] Tables not lining upFixed it by removing the html and adding css to the page using the css plus plugin.
Forum: Themes and Templates
In reply to: [The Frances Wright] How to change title font color.Thanks!
Forum: Fixing WordPress
In reply to: Post title on blog have extra words in Turkish when hovering.Forgot to check the resolved box. Here goes…
Forum: Fixing WordPress
In reply to: Post title on blog have extra words in Turkish when hovering.Will do. I still wonder how this extra text in Turkish got there (and it seems to just mean something like “permalink settings”), but it seems fine now.
Forum: Fixing WordPress
In reply to: Post title on blog have extra words in Turkish when hovering.I replaced the index.php code, and the issue is gone. I guess I’ll have to see if it comes back as a symptom of some deeper issue.
Thanks, King, for your suggestions!
Forum: Fixing WordPress
In reply to: Post title on blog have extra words in Turkish when hovering.Ok, I found this in the index.php file; I’ll just replace all the code with that from the original version of the theme… but I have to wonder how this got there and if it means there’s anything else weird going on with my website:
<div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?> için Kalıcı Bağlantı"><?php the_title(); ?></a></h2> <div class="entry"> <?php the_content(' '); ?> </div>Forum: Fixing WordPress
In reply to: Post title on blog have extra words in Turkish when hovering.You’re right, it’s only the theme I’m currently using that does this. In fact, the original version of the theme doesn’t do this, only the version I’m using now, which I customized.
Forum: Fixing WordPress
In reply to: Post title on blog have extra words in Turkish when hovering.Yes, the same problem occurs. I also looked at my .htaccess file, and it looks fine. Hmmm…