WP SITES
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Copying wp.com slideshow style to wp.org?Install Jetpack and activate the Carousel module.
Forum: Themes and Templates
In reply to: [Cazuela] Three questions about customizing this great theme.1. Just remove theme from the menu
2. Try a custom sidebars plugin. In Genesis its called Simple Sidebars but there’ll be another which works on all themes
3. You can hide it using CSS or remove it using PHP
Link to your site if you want the CSS code.
Forum: Themes and Templates
In reply to: [Graphene] Most popular posts into sliderYou could categorize or tag them together and do it that way.
Depends on which slider you use.
What slider are you using?
Forum: Reviews
In reply to: [Fonts] This plugin doesn't work at allWell i think this is a fake review.
Forum: Plugins
In reply to: [Fonts] HiTry reinstalling the plugin.
Forum: Plugins
In reply to: Whats The Condtional Tag For Single Pages?I think i also need to add these as well
if (is_page && !is_page_template() && !is_archive() && !is_category() )
Forum: Fixing WordPress
In reply to: I can't log into my site.Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /home/aspel/public_html/wp-includes/functions.php on line 2925
WishList Member Debug. [This is a notification for developers who are working in WordPress debug mode.]
Run-time warning
set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode
Location: /home/aspel/public_html/wp-content/plugins/wishlist-member/wpm.php(233) : eval()’d code(3) : eval()’d code line number 175WishList Member Debug. [This is a notification for developers who are working in WordPress debug mode.]
Run-time warning
set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode
Location: /home/aspel/public_html/wp-content/plugins/wishlist-member/wpm.php(233) : eval()’d code(3) : eval()’d code line number 175Forum: Networking WordPress
In reply to: Cannot View New Multi sitesLooks like HG haven’t updated the tutorial so i’ll use the one WP generates.
Forum: Networking WordPress
In reply to: Cannot View New Multi sitesThe .htaccess code WordPress generates is different to what Hostgator provide:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] </IfModule> # END WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]Forum: Localhost Installs
In reply to: Problems installing WP on a local serverSo much easier using instantwp.com to install WordPress locally on Windows or Mamp for Mac
Forum: Plugins
In reply to: [Genesis Title Toggle] Title still appears on home pageYou might be interested in this Bill.
http://www.studiopress.com/forums/topic/removing-page-titles-pretty-pictures-theme/#post-14032
‘@Brad – excellent plugin… except it also removed my header picture on the blog post pages. Strange!’
Forum: Plugins
In reply to: [Fonts] Fonts Don't Changefont-family: comic sans
font-size: x-large
Note the font family(style) and the font size nworks fine
Forum: Plugins
In reply to: [Fonts] Fonts Don't ChangeWorks fine for me:
This is your current HTML which you can view in your text editor.
‘A Benevolence and outreach ministry of the Dripping Springs church of Christ‘
This is what i changed it to without any problem:
<span style=”font-family: comic sans ms,sans-serif; font-size: x-large;”>A Benevolence and outreach ministry of the Dripping Springs church of Christ</span>
Forum: Installing WordPress
In reply to: Web site hostingTry using http://instantwp.com
Forum: Plugins
In reply to: [Blogger Importer] Migrate Image Files Blogger WordPressHi Andy
Worked well and i wrote a post about. Handy tool.
Appreciate you guys devloping this tool. http://wpsites.net/best-plugins/new-blogger-importer-plugin-also-imports-image-files-to-wordpress/
I only tested it on 2 posts as a demo so i could write the tutorial.
If i pick up a job to do this, i will let you know if there’s any issues on larger imports.
Do you also have one for WordPress.com image files?