webjunk
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] [ContactForm7] Infinite loadingRight now the form looks like its submitting but the wp_mail function is failing. Do your users receive like registration, password reset emails?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] [ContactForm7] Infinite loadingYou must have the code really screwed up. You now have double slashes after index.php and still have the slash after kontact.
Can you post the code again you have so we can take a look?Otherwise you might try hardcoding the link:
$url = ‘/redakcja/kontakt#wpcf7-f1-p5511-o1’;
or
$url = ‘/kontakt#wpcf7-f1-p5511-o1’;Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] [ContactForm7] Infinite loadingLooks like you made a mistake when editing. You are missing the “$” at the begining of the line you changed.
You have:
url = '/index.php/'.wpcf7_get_request_uri();
and it should be:
$url = '/index.php/'.wpcf7_get_request_uri();Having problems loading your website. Something ain’t quite right.
Each Post you have even though its for a News page is in fact still a single post. Personally I would want those indexed and available as single posts. did you remove the Post title link? Otherwise from what you said, that link will go to a 404 error page which will look very bad.
Forum: Fixing WordPress
In reply to: blog #1 automatically forwards everyone to blog #2??You probably did not change the URL within the database so all links will point to the original directory. Should follow same a moving to a new directory:
http://codex.wordpress.org/Moving_WordPressForum: Fixing WordPress
In reply to: How to create a static video on index page WP 3.0.1Don’t see any attempt at embedding a youtube video in. You could just use the EMBED code from Youtube.
Forum: Fixing WordPress
In reply to: Can't update products or postsTry disabling plugins (ALL of them, even the e-commerce)
Also try turning off the cache.
See if any of those helpForum: Fixing WordPress
In reply to: Dashboard shows nothing but profile pageYou DID BACKUP your database BEFORE you started as esmi told you?
Since you deleted something, would go back to the backup. Before anything else. Then you might want to perform a repair to the database.Forum: Fixing WordPress
In reply to: Corrupt WordPress Database?You should be able to open a support ticket with your hosting company, have them see why you can not finish the repair of the database.
You might also export the database and take a look through a text editor for inconsitencies.
Lastly, you may have to delete and import your database backup.Forum: Fixing WordPress
In reply to: Does WordPress convert images (i.e. png to jpg)?No.
Forum: Fixing WordPress
In reply to: Google stopped crawling / indexing my blog pagesI just checked several sites I put up and their blogs are all indexed but one does not but it could be other reasons.
I do have sitemaps, a robots.txt on all those sites and the smithemmerson above does not. Also I think they all have in the header:
meta name=’robots’ content=’index,follow’Would be curious what is common abut the ones that are not indexed.
Forum: Fixing WordPress
In reply to: plug in questionDid you try searching the Plugins on here? Guess not:
http://wordpress.org/extend/plugins/wp-post-columns/
http://wordpress.org/extend/plugins/column-inches/
http://wordpress.org/extend/plugins/lj-multi-column-archive/
among others….Are you talking about how the order the Galleries are in an album? You can drag and drop to sort however you want.
Forum: Plugins
In reply to: website being hackedIs there a reason you posted this in the Plugins support forum?
You should read the documentation on this site:
http://codex.wordpress.org/FAQ_My_site_was_hacked
http://codex.wordpress.org/Hardening_WordPress