fishgun
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide comment countI’ve managed to achieve what I’m looking for.
I commented out the comments link in my contents.php file.
<?php /* <li><a>"><?php comments_number('0 Comments', '1 Comment', '% Comments'); ?></a></li> */ ?>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: add image to every post previewthanks.
Whereabouts in the loop?
Forum: Fixing WordPress
In reply to: add image to every post previewNo, the overall style.css has been updated to suit what we need
Forum: Fixing WordPress
In reply to: add image to every post previewI’m comfortable editing style.css so I’m not sure a plugin is the right way to go.
Using CSS, I’d need to create a div/class/whatever. Fine, but where would the div be placed in the code to make the image appear where I need it to?
Forum: Fixing WordPress
In reply to: add image to every post previewForum: Fixing WordPress
In reply to: show blog from WP site A in page on WP site Bthanks for the response.
i did think about an iframe but my understanding is that would pull the whole page e.g.
<iframe src=“http://wordpress.org"></iframe>so it would include the header, footer, and sidebar if I were using one.
This might work if I were just putting up a totally blank html page, but if I did create that on the USA site I’d have a problem in that it would show the menu linking back to the UK site.
I literally just want to pull what would be in the content part of the UK page into the content part of the USA page.
Forum: Fixing WordPress
In reply to: White screen – themes directory is empty or doesn't exist.1> Use your FTP client to verify that your index.php file hasn’t been renamed,
2> Use your FTP client to check that your theme files are named correctly,
3> Use your FTP client to upload a clean copy of the default WordPress 2011 or 2012 theme, then try to activate it through the Admin dashboard. If this works, download and install a new, clean version of your chosen theme, again, through the Admin dashboard so WP writes to your DB.
4> Try and bear in mind that the moderators here are volunteers, and any suggestions are made either to help you, or other users who are searching for help on the same problem, or both. I don’t think there was anything rude in esmi’s request – each WP user has their own unique setup, if you start your own thread and are specific enough in the detail you give, you are more likely to get a response that will be tailored to your own situation.Forum: Fixing WordPress
In reply to: White screen – themes directory is empty or doesn't exist.Can you still access the admin section of your site?
If so, go to Editor/Themes, and make sure your theme is active.
Also try deactivating the plugin to see if the problem persists.
Forum: Fixing WordPress
In reply to: can't see blog, just foldersyeah, i have a backup. I can get into admin ok too. What’s the issue/fix?
Forum: Fixing WordPress
In reply to: White screen – themes directory is empty or doesn't exist.problem solved.
I’d renamed index.php, then changed the name back again. This had somehow knocked the theme off, and no themes were active.
Reactivating the theme seems to have fixed things.
Forum: Themes and Templates
In reply to: [Ari] [Theme:Ari] Border below images in tablesthanks very much for your help- all fixed now.
Forum: Themes and Templates
In reply to: [Ari] [Theme:Ari] Border below images in tablesthanks for the response, but that was first on my list, using the CSS layout viewer in Firebug. Padding, margin and border are all set to zero.
I can’t seem to find an id or class to edit….
Forum: Themes and Templates
In reply to: [Ari] [Theme:Ari] Border below images in tablessorry! URL is http://padfader.com
Forum: Plugins
In reply to: [Free CDN] Free CDN? Site better of without it?I noticed something odd:
The plugin seems to speed up page load times in Firefox, but slows things down to a crawl in Safari, hanging on the 3rd item to load…
Forum: Fixing WordPress
In reply to: How do I change Widegt Colour in Suffusion themeThanks for your reply bobschecter. And props for clearly illustrating what to do.
I do use Firebug, although it’s not exactly as straightforward as a lot of people like to make out – at least not for WordPress themes. And many of us here are not coders by birth – I’m a Graphic Designer – I’m used to seeing the changes I want happen on screen as I make them, in intuitive software like Photoshop and Illustrator. Code is like Kryptonite for folks like me.
My point really was @coxie – nice that he managed to fix his problem, but a shame he couldn’t be bothered to give back to the community he was expecting to help him by sharing his fix.