webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My FTP is working just fine…Where does WP ask for an FTP account? Have only installed it a thousand times so might have missed it.
Forum: Plugins
In reply to: Looking for a plugin that does this…… (photos/comments)Think a lot of people get tired of others who don’t bother to look for themselves on here:
http://wordpress.org/extend/plugins/photosmash-galleries/Forum: Fixing WordPress
In reply to: Nav Bar doesn't show upYou are either missing the Menu code in the Header.php or more likely the code is messed up. You have “skip-link” showing up even though I am not using any kind of screen reader.
Maybe if you paste your header.php into http://wordpress.pastebin.ca/
can find it for you.Forum: Fixing WordPress
In reply to: No Featured Image OptionHave you tried contacting the author of the Theme?
Forum: Fixing WordPress
In reply to: LinksAre you trying to do Permalinks? If its related to a plugin then you need to contact the plugin’s author or check its documentation.
Forum: Fixing WordPress
In reply to: My FTP is working just fine…zFTP, FTP and WP have nothing to do with each other. Plugins through Wp-admin get installed from SVN.
Not really sure what you are trying to do relatd to WP.{REQUEST_FILENAME} is the full path to the target file/sript. So you could have an extended path included in the URL but it will still rewrite to /wordpress/index.php
Forum: Fixing WordPress
In reply to: Hiding Page TitlesSomeone else answered this very well:
http://wordpress.org/support/topic/hide-post-titlesForum: Plugins
In reply to: Which plugin is slowing WordPress site?The size of he page and images are the first thing that need to be fixed.
Second, Contact your host and see if you can use PHP 5. If you are running on Apache (You did not answer that one) you can usually add to the .htaccess for PHP5:
AddHandler application/x-httpd-php5 .phpForum: Plugins
In reply to: Next Gen gallery and IEf we could view your site and the page in question, it would really help. Have no idea ” just go crazy” means….
Forum: Plugins
In reply to: [Plugin: Contact Form 7] White space?In your html I see:
<span><span><span><span><img class=”ajax-loader” alt=”Sending …” src=”http://ashkir.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif” /></span></span></span></span></span></p>Whereever all those spans are coming from you need to remove. Check the Contact form and also view the Page/Post in HTML (not visual)
Forum: Plugins
In reply to: Which plugin is slowing WordPress site?First thing is the size of the images. 477K. Waaayyy too much.
The Home page is so big that a dial-up (still a large % of the Internet) would have to wait like 2 minutes to download.
Beyondthat if you answer my questions could help further.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] [ContactForm7] Infinite loadingLet’s go back to basics before getting deeper.
Disable Plugins.
Try default theme.
DIsable Permalinks.See if any that has any affect.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] CATPCHA accessibilityDon’t think it does integrate. There was a module for it but it was removed quite a while ago.
Forum: Plugins
In reply to: Which plugin is slowing WordPress site?As you did not provide a link to your site, would have no idea.
How was that generated? Did you disable plugins and re-run? Did you try with the Default theme? Is caching enabled? How large is the page, images, sound files, other content? Are you on a shared or dedicated server? What Host? What version of PHP? How large is your .htaccess?
Have a few hundred others but that is a start.