michaelgleeson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google Chrome Aw, SnapWell its fixed now.
I redid the theme, copying over most of the code. I used a new gallery hence different javascript.
Still not sure what the original problem was.
FYI, My errors are now down to 4. So it could have even been something there.
Hope this helps.
Forum: Fixing WordPress
In reply to: Google Chrome Aw, SnapThis is very worrying,
I am going to attempt the following:
I read a suggestion that it may be the Javascript.
I am currently going through each javascript link and commenting them out to see which on is the problem, about half way through and no luck.I am going to try a different theme to see if its something else.
I am off to try and eliminate all the errors on my page but I can’t see how these are causing the page to Crash.
I will be back
Forum: Themes and Templates
In reply to: [Twenty Eleven] Remove link from page title.Hi again, I assume the page above is a page and not a post.
If it is you will have to go into the page.php file and remove the
“a href ” from around <?php the_title()?> it should look somehting like this.<a href="<?php the_permalink()" /> <?php the_title()?> </a>
Change it to
<?php the_title()?>
on its own.Hope this helps.
Make sure to backup files before making changes as an unskilled hand could break wordpress completely.
Forum: Themes and Templates
In reply to: [Twenty Eleven] Remove link from page title.I am not exactly sure what you mean with out seeing your site.
But I do now that the loop assigns a hyperlink to titles. I don’t recommend messing with the loop unless you know what you are doing. But then again we all have to learn sometime.
If its just CSS you are talking about then its the style.css file. Again I need to see the site.