richardpd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: No "install themes" tab on www.ads-software.com blogSame thing has happened to me today.
My blog has no theme install tab after updating to WP 3.1.2Why is this? Do I have to reinstall manually (& make sure I have a backup)? What a nuisance!
Forum: Themes and Templates
In reply to: Cannot Edit BackgroundNew animass site link (with new background):
https://www.chris-dickinson.com{Link in post above not working due to stray ‘)’ …!}
Unfortunately there is no edit post function here so I cannot change the post above.
Forum: Themes and Templates
In reply to: Cannot Edit BackgroundHi bfit
I am sorry to hear of your problem with background edit.
I have just done a new site with a new background and all was fine (see https://www.chris-dickinson.com).
If you can give more details of the problem I can try & help.
It should be straightforward in dashboard>appearance>background & follow the instruction to add a new background.Also there are 3 background images in animass images directory
. The blue pleatedmetalcu.gif is the default background.
It is possible to edit style.css to change the image
Go to dashboard apperance>editor>style & find:/* =Global Elements -------------------------------------------------------------- */ /* Main global 'theme' and typographic styles */ body { background: url("images/pleatedmetalcublu.gif");
change this to one of the other background images I included in the images directory (eg pleatedmetalcu.gif / pleatedmetalcuLite.gif) eg:
/* =Global Elements -------------------------------------------------------------- */ /* Main global 'theme' and typographic styles */ body { background: url("images/pleatedmetalcuLite.gif");
Of course if you want to add your own background image this way then upload your image to the animass>images directory and edit the style.css with the name of the image you uploaded.
Well I hope that helps and works.
I apologise for not replying earlier but I do not usually visit this page & have only just done so!Thanks mercime for pointing out that I will always answer questions about anIMass theme at my blog https://www.richard-dickinson.com
Best wishes
Forum: Requests and Feedback
In reply to: How to add user rating to Themes in DirectoryHi ipstenu
Thanks for your helpful reply. All working fine now.
(I thought I had tried that before but anyway it worked when I tried it again).
Best wishesForum: Themes and Templates
In reply to: Theme page display problems-theme help needed pleaseIs there anyone on this forum?
I rarely get replies to my posts for help eg
1.Theme page display problems-theme help needed please You last replied: 6 days ago. No replies since.
2.Theme sidebar and footer need positionining-help please You last replied: 3 weeks ago. No replies since.
3.Comments page not displaying sidebar & footer properly You last replied: 1 month ago. No replies since.Managing a wordpress website is not easy and some answers cannot be found in docs despite the large amount of information in the codex…
I shall not give up (yet) on managing my WordPress websites.
Forum: Themes and Templates
In reply to: Theme page display problems-theme help needed pleaseHi
Is there anyone here? I have had no reply yet to my initial post.
I have kept trying to fix my theme but with no success yet.If there is anyone on this forum I would be grateful for a helpful reply to try to fix my theme problems (as I have stated in my previous post).
I have been trying to get everything to work and both in IE & Firefox but I still have issues with the navbar and pages display both in IE and Firefox.Can anyone please try & help me fix my theme problems and get my site to work properly? I look forward to any helpful replies, many thanks
Forum: Themes and Templates
In reply to: Theme sidebar and footer need positionining-help pleaseHi gr1zzly
Thanks for your reply!I do not really understand it as I am bad with css coding but it is good to know what should work-thanks! (I want to learn css / html5 /WPtheme coding).
I tried increasing the margin in #content but that didn’t work so I am still stuck (I wondered if I was missing a div somewhere as I have had that cause problems before).
Anyay here is my stylesheet code and I would appreciate some advice:[CSS moderated as per the Forum Rules. Please post a link to your site instead.]
If anyone can help me fix & understand this I would be most grateful. I look forward to helpful replies, thanks
Forum: Themes and Templates
In reply to: Comments page not displaying sidebar & footer properlyFurther rapid response update!
I added this theme to my chess blog and my footer & sidebar are now displaying out of position!
They display fine in my online theme test viewer
onlinewpthemetestbut not on my chessblog atchessat.richard-dickinson.com
Can someone please tell me how to fix this?
I look forward to helpful replies, thanksForum: Themes and Templates
In reply to: Comments page not displaying sidebar & footer properlyQuick reply update!
After I edited single and page.php to be identical to index.php the comments page displays fine (footer & sidebar back in proper position)now.
However I still need to fix the sidebar length displaying in IE8/9-any help please?
Again I look forward to helpful replies, thanks
Forum: Themes and Templates
In reply to: Comments page not displaying sidebar & footer properlyHelp still needed please!?
I validated my code but I still have problems!
Now I find in IE8 my sidebar does not fit the page /content length as it should (should fit/stretch from header to footer-it works in Firefox-is this something to do with the CSS3 code?). How can I make it run the whole way in IE8/9?
The other problem is when clicking on comments from the home/index page, the page that displays has the footer & sidebar out of place-see:
onlinewpthemetestI have tried to fix this but with no success yet.
Please can somebody help me figure out why this is and how to both fix these problems?!I look forward to helpful replies, thanks
Forum: Themes and Templates
In reply to: Comments page not displaying sidebar & footer properlyHi alchymyth
Thanks for your reply.
I will look both at validating and check for missing</div>
in single & page.php. How did you know a closing div tag was missing from those files? How does one debug a theme?My theme developing skill just now is basic and limited so I have a lot to learn. So far I am getting experience with what I call ‘basic/core’ theme files eg header.php,index.php,sidebar.php,footer.php,functions.php,style.css but I have yet to get to know all the other files (I call these ‘extras’) eg comments.php, single.php, page.php,archive.php, category.php, 404.php, and several more!
For many of these ‘extra’ files they just contain code direct from another theme (often default theme Kubrick or TwentyTen), so it is not surprising there are errors!Anyway I will try & sort my theme code and try to keep learning & gaining experience with WordPress theme development. My goal is to be able to make a theme designed by me that has the features I want! So many custom themes have some but not all the features/layouts I like!
Best wishes
Forum: Themes and Templates
In reply to: Comments page not displaying sidebar & footer properlyI still have not been able to fix my comments page displaying properly.
Can someone please reply with help & advice on how to code comments.php? (see my theme at link in my first post).As always I look forward to helpful replies, thanks
Hi Paulo
Does embed chess have a ‘flip’ board feature?
Can one use embed chess & embed chess Iframe in the same post?
See my chess blog https://www.chessat.richard-dickinson.comThanks
Forum: Themes and Templates
In reply to: Nav bar pages issue in my themeUpdate-
I did use TwentyTen theme for guidance & have a much better nav bar showing site pages now.This is the wp php code I use to add my homepage as a navbar link
<?php wp_page_menu('show_home=Home&menu_class=page-nav'); ?>
Thanks to Justin Tadlock at justintadlock.comTwenty Ten uses the code below but I haven’t edited that to add show the homepage & currently I am using Justin’s WP2.7 code!
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?> <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
Perhaps this code can be edited to add ‘show home’?
Anyway my nav bar is quite a bit better now-see
ChessatmyboarDIt has taken quite a while for me to get to this stage!
Now I go onwards with WordPress!! ??Forum: Themes and Templates
In reply to: Nav bar pages issue in my themeUpdate:
I am making some progress fixing my theme.
I restored page background image and header image.However the nav menu bar background image shows in IE8 but doesn’t show in Firefox?
I cannot understand why not at the moment. Can someone please have a look and suggest what I need to do to fix this please?I am very grateful for helpful replies, many thanks