rezag
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't See DashboardWithout knowing what it could be. Google “wordpress white screen of death”
For example: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/Forum: Fixing WordPress
In reply to: Remove underline from linked imagesFor that image link add
style=”text-decoration: none;”
Forum: Plugins
In reply to: [Photospace Gallery] Can't use other WP gallery types?Thanks for the quick reply Dean, understood.
Forum: Fixing WordPress
In reply to: I added a page and can't see itFirst guess would be that it has to be added to the menu manually. Appearance —> Menus. Then Pages, choose it from the list and click Add to Menu.
Forum: Fixing WordPress
In reply to: jQuery is not definedYes, except one of them.
Switching to twentyeleven is probably not useful or at least I don’t think so, since the cycle is part of Suffusion. I mean of course I can try cycle as a plugin (I think it exists?) with twentyeleven instead of as part of Suffusion.
No problem with the js/jquery step in the master list by the way.
If it helps…not browser cache, earlier today happened on a PC that has never visited my site.
Forum: Fixing WordPress
In reply to: Add an Extra column to postYou can, but that would require a bit more than html or php knowledge, you need to be familiar with WordPress code. And you wouldn’t want to edit the theme you are using either because the next time your theme updates you will lose the changes. So you would need to create a child theme as well.
Forum: Fixing WordPress
In reply to: Add an Extra column to postColumn plugins like http://wordpress.org/extend/plugins/easy-columns/ may help you ‘manually’ add the info you want, otherwise this needs hacking the loop/post layout files of your theme.
Forum: Fixing WordPress
In reply to: WordPress Control Panel ErrorYou might need to follow the ‘Changing the URL directly in the database’ or other steps on http://codex.wordpress.org/Changing_The_Site_URL to change your URL back
Forum: Plugins
In reply to: [Theme Test Drive] Theme Test Drive 2.8.2 Fails With WP 3.2.1For what it’s worth…mine shows 0 too but it is only visible to me the admin.
I will be trying this, will try to post back thanks
I really like it, especially since I am a fan of grid type themes, and I am using it.
I wish there was an area to include (minimal number of) widgets into the index page. I know this is not how/what greenleaf is designed for and like I said I actually like it a lot right now, but for example in my case I manually added links to the RSS/site feed above the search box. One possibility is adding them to the footer but multiline widgets (Archives for example) in the footer don’t look good.
Just a few thoughts. Looking forward to 1.0, thanks,
Forum: Requests and Feedback
In reply to: What Should 2011 Hold for WordPress?My first thought in the last year or so has been better core/built-in support for content blocks. This in itself will make the WordPress even better than it is.
Forum: Fixing WordPress
In reply to: how to remove wordpress from url ?http://codex.wordpress.org/Moving_WordPress Is the best place to learn it, step by step info
Forum: Fixing WordPress
In reply to: Changing the post title color in inove themeIn the style.css body color from #555 to #000 doesn’t do it?
Forum: Fixing WordPress
In reply to: n00b: Backend auto-upgrade etc issues (permissions?)Check if wp folders are 777 and not 755 or stricter for example, but may be only change those permissions when you are working on those things.