WordPress help - Ask your questions

Status
Not open for further replies.
Gravity Forms only comes with payment integration with the developers version which is $199, it's much too expensive of a solution for me. Thanks though I'm sure i'll find something.


It's not free, but the best thing and only that comes to my mind for your needs is: http://www.gravityforms.com

You can easily find it free online for testing purposes and buy it if it is valuable for you.
 
Could you just answer a quick question for me please:) I have a site built on weebly, but I really don't like it, if I install wordpress am I going to lose all my work, I don't mind losing the formatting if the content will still be there..
 
Could you just answer a quick question for me please:) I have a site built on weebly, but I really don't like it, if I install wordpress am I going to lose all my work, I don't mind losing the formatting if the content will still be there..
I don't really understand.

As far as I know, weebly provides hosting for websites made with their tool, right?

Where do you want to install WordPress then?
 
Last edited:
I don't really understand.

As far as I know, weebly provides hosting for websites made with their tool, right?

Where do you want to install WordPress then?

No I just used the weebly sitebuilder on my hosting service, not the actual weebly site - if that makes more sense?
 
No I just used the weebly sitebuilder on my hosting service, not the actual weebly site - if that makes more sense?
Oh, I did not know you can do that with Weebly.

Anyway, yes, if you just install the WordPress in your current website directory, you will lose everything.

I would suggest you to backup current website to a new subdomain, and then install WordPress to the main domain. After that, just manually copy the content to your WordPress installation.
 
Last edited:
Hi!

I have a question about the wordpress header. How do you completely change the header into an entire animated image (GIF image)? (removing the logo, tagline and header widgets)

Thanks.
 
Hi!

I have a question about the wordpress header. How do you completely change the header into an entire animated image (GIF image)? (removing the logo, tagline and header widgets)

Thanks.
That is really theme specific. Basically, you need to find header.php in your theme folder, open it and edit the code there.
 
My fault. Try with this one: http://pastebin.com/DxAGLDWh

Thx O

It worked like a charm. Just one thing in The email it shows the link to the website and to the post, but use the ugly permalink.

I think that it has something to do with this line :

$post_url_link = '<a href="'.get_option('siteurl').'/?p='.$_REQUEST['pid'].'">'.$post_title.'</a>';

I see it shows the '/?p='

I don't know can I just change this to something better like I do with the permalinks to lets say : /%postname%/


Then There is another thing.

Nowhere can I see where the email was sent to. or know that a message was send. So How can I make it that it automatically sends to one of my email accounts too.

If there is a way.

Thx O
 
Here you go: http://pastebin.com/Yw9eqGWT

On the line 68, change email address to the one you want to receive email to. Of course, original receiver will not know about it ;)

Thx O,

Great Job :D, just 1 problem.

The permalinks is fixed now. Just when I send the mail with the script as you supplied, I don't receive any mail again. lol
It is as the usual it say that it is successful but never receive the email.
If I remove the line 68 with the BCC field, then I do receive the mail, and the permalinks is then showing fine.

Thx again O
 
That is really theme specific. Basically, you need to find header.php in your theme folder, open it and edit the code there.

Not sure how it will help since I'm not an expert on coding but its not only header.php that needs to be edited. I'm using thesis framework, if you could show me the exact code that would be really great. Thanks.
 
Resize like in width or height?

Go to Appearance - Editor - CTRL + F = find #header on line 247

There, you will see

[CODE]
min-height: 55px;
padding: 15px 0;
[/CODE]If you need to change width, add this line:

Code:
width: 300px;

Of course, adjust it to your needs.

I got a complete and thorough answer in their forum which have helped me implement everything. Thanks though!
 
Hi can you tell me what happen to my WP site please check it out and tell me what is this error blog.spot.shwcdrecords dot com
 
Hey OriginalEXE, how can you implement an adsense code or certain ads in every certain number of paragraphs or in the middle of every post in a blog automatically?
 
Hello OriginalEXE,
Thank you for your WP help, I gained a lot by reading this thread.
I have transferred the old data to new dot com site with WP 301 redirect plugin. If I click on any post, it redirects to new sit, so this plugin works fine. However, the plugin is needed to be used in old site. Since, I do not want to renew with old site. What exactly I have to do do with old site? delete all posts from old site? If I do not renew the old domain, I will not have any control on 301 redirect plugin used there.
Thanks in advance
 
Thx O,

Great Job :D, just 1 problem.

The permalinks is fixed now. Just when I send the mail with the script as you supplied, I don't receive any mail again. lol
It is as the usual it say that it is successful but never receive the email.
If I remove the line 68 with the BCC field, then I do receive the mail, and the permalinks is then showing fine.

Thx again O
Yeah, Bcc function is disabled by suhosin on your server. Let's try it this way then: http://pastebin.com/FUnuCcC3

Your email should go to line 69.
 
Status
Not open for further replies.
Back
Top