asked in
Website Development & Programming
Updated

I know we don't usually but if someone brought a website that has both a ".com" domain and a ".co.uk" domain would that person be able to bring both domains in to WA's domain r

I don't know if this would work, but if they don't do the registry here I would imagine that you can still register it some where else and just point the domain to your site here.

Do we support .co.uk domains?

Do we support .co.uk domains?

asked in
Website Development & Programming
Updated

I know we don't usually but if someone brought a website that has both a ".com" domain and a ".co.uk" domain would that person be able to bring both domains in to WA's domain r

I don't know if this would work, but if they don't do the registry here I would imagine that you can still register it some where else and just point the domain to your site here.

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training
asked in
Website Development & Programming
Updated

In the construction stages of my website can I have my website be directed to another website, like a sister website? What if I don't even have Wordpress set up on the website

Did not know this info, thanks for asking. s

The person below (Mel), is really knowledgeable. I don't know where you are at in your training, but this is covered. It is recommended that we use a hyper link on our page or post that sends people to a review page. The review page is where we put our monetizing links to Amazon for example. Google will not like a post or page that is considered a bridge page to another site that is commercial. Don't jump ahead on the training. Things will open up to you as you progress.

Hi Robert. Actually, I'm already finished with the Certification Courses. My post had nothing to do with assigning affiliate links on the reviews while making posts that point to the reviews so that my website does not look like a bridge page (which has affiliate links on every single page/post). I'm completely aware of what you are saying but it's irrelevant to the question at hand.

My question is simply if I can have a completely empty website be redirected to a website that already has existing content on it. Mel did bring up a good issue to consider which is ownership of the redirected website.

If you redirect a URL, it will not appear in the original location. You can link to another URL that you own, however, it is possible you will face penalties from Google for doing so. I suggest researching 'private blog networks' to understand the impacts of creating one. They are not recommended.

Got it. Thank you!

See more comments

Can I make website be directed to another website?

Can I make website be directed to another website?

asked in
Website Development & Programming
Updated

In the construction stages of my website can I have my website be directed to another website, like a sister website? What if I don't even have Wordpress set up on the website

Did not know this info, thanks for asking. s

The person below (Mel), is really knowledgeable. I don't know where you are at in your training, but this is covered. It is recommended that we use a hyper link on our page or post that sends people to a review page. The review page is where we put our monetizing links to Amazon for example. Google will not like a post or page that is considered a bridge page to another site that is commercial. Don't jump ahead on the training. Things will open up to you as you progress.

Hi Robert. Actually, I'm already finished with the Certification Courses. My post had nothing to do with assigning affiliate links on the reviews while making posts that point to the reviews so that my website does not look like a bridge page (which has affiliate links on every single page/post). I'm completely aware of what you are saying but it's irrelevant to the question at hand.

My question is simply if I can have a completely empty website be redirected to a website that already has existing content on it. Mel did bring up a good issue to consider which is ownership of the redirected website.

If you redirect a URL, it will not appear in the original location. You can link to another URL that you own, however, it is possible you will face penalties from Google for doing so. I suggest researching 'private blog networks' to understand the impacts of creating one. They are not recommended.

Got it. Thank you!

See more comments

asked in
Website Development & Programming
Updated

I bought a website domain for a friend before she joined Wealthy Affiliate and now that she has joined WA I want to give the site over to her control. Is there any way I can do

That was quick and simple! Thank you!

Support seems to have some new professional people. I am sure they can do it. Actually you may be able to do it yourself.

You need to contact support for this
https://my.wealthyaffiliate.com/websites/support

How can I transfer my website to a different wa user?

How can I transfer my website to a different wa user?

asked in
Website Development & Programming
Updated

I bought a website domain for a friend before she joined Wealthy Affiliate and now that she has joined WA I want to give the site over to her control. Is there any way I can do

That was quick and simple! Thank you!

Support seems to have some new professional people. I am sure they can do it. Actually you may be able to do it yourself.

You need to contact support for this
https://my.wealthyaffiliate.com/websites/support

asked in
Everything Wordpress
Updated

I have the Wordpress Business Elite Theme installed and I can't seem to get each paragraph to have spacing in between them. I looked online and they said I need to add coding,

You can do this with a simple bit of CSS code.

Add this to the bottom of your themes custom CSS file.

.single-post p {
padding-bottom: 2em;
}

I hope this helps?

Thanks for letting me know, Gary! I actually put in the CSS code for it already and found it from my Wordpress Theme (Business Elite) forum.

Here's the code I put in:

/*Changes the margins between paragraphs*/
.single-post .entry p {
margin-bottom: 20px;
}
/*Sets underline style and color to links*/
.single-post .entry a {
text-decoration: underline;
color: #0A7ED5;
}
/*Changes the color and font-size of headings*/
h1,
.single-post .entry h2,
.single-post .entry h3 {
color: #000000;
font-size: 15px...

I literally just copied and pasted the entire code from the forum - some people were asking for more than just this question so I'm not sure if I entirely need all the other ones but it's been okay so far - the only thing is that I still need to manually input the code:



manually every time something is written as a header and I want to write something a paragraph after that. Is this normal?

Thanks again, Gary

David

Wait, the code I was putting in was " " I'm not sure why it didn't show

Okay it didn't show again - it's a & and then nbsp and then a ; - all w/ no spaces.

HOPE YOU GOT SORTED :-)) ?

Yes I did! The code works for sure and I sort of think the shift+enter might or might not work because a lot of other people have told me that but I'm definitely going to try that out for my next page/post. Thanks!

;-))

Thank you both!!

Try shift + enter when you want to go to the next line and just the enter when you want a paragraph

Here you go :) Shawn>>

See more comments

How can I make spaces between paragraphs for my pagesposts?

How can I make spaces between paragraphs for my pagesposts?

asked in
Everything Wordpress
Updated

I have the Wordpress Business Elite Theme installed and I can't seem to get each paragraph to have spacing in between them. I looked online and they said I need to add coding,

You can do this with a simple bit of CSS code.

Add this to the bottom of your themes custom CSS file.

.single-post p {
padding-bottom: 2em;
}

I hope this helps?

Thanks for letting me know, Gary! I actually put in the CSS code for it already and found it from my Wordpress Theme (Business Elite) forum.

Here's the code I put in:

/*Changes the margins between paragraphs*/
.single-post .entry p {
margin-bottom: 20px;
}
/*Sets underline style and color to links*/
.single-post .entry a {
text-decoration: underline;
color: #0A7ED5;
}
/*Changes the color and font-size of headings*/
h1,
.single-post .entry h2,
.single-post .entry h3 {
color: #000000;
font-size: 15px...

I literally just copied and pasted the entire code from the forum - some people were asking for more than just this question so I'm not sure if I entirely need all the other ones but it's been okay so far - the only thing is that I still need to manually input the code:



manually every time something is written as a header and I want to write something a paragraph after that. Is this normal?

Thanks again, Gary

David

Wait, the code I was putting in was " " I'm not sure why it didn't show

Okay it didn't show again - it's a & and then nbsp and then a ; - all w/ no spaces.

HOPE YOU GOT SORTED :-)) ?

Yes I did! The code works for sure and I sort of think the shift+enter might or might not work because a lot of other people have told me that but I'm definitely going to try that out for my next page/post. Thanks!

;-))

Thank you both!!

Try shift + enter when you want to go to the next line and just the enter when you want a paragraph

Here you go :) Shawn>>

See more comments

asked in
Social Engagement & Marketing
Updated

In certification course 4, lesson 9, Kyle shows in his tutorial video how to share any WA content directly to Facebook. In the tutorial there is a FB "like" button at the top o

Do you have social share buttons? That's the easiest way.

HOpe you got sorted hun, great question and i am going to need to watch jays videos yet again lol ...........especailly now i have switched to YOAST seo xoxo keep us posted will you :-))

Wow, Tania - you were actually spot on w/ my concern - I'm also using YOAST SEO and I'm wondering if Jay's explanation in his video will help me figure things out even though he's talking about All in One SEO. I'll keep you posted after I finish the video and see if what he says can apply to the YOAST plugin as well!

Hey David, i just found this.....looks good...what do you think ? let me know your thoughts will ya xoox

David you can easily do this with the all in one seo plugin Jay explains it in this video

Thank you, Tim!

Your welcome if that doesn't work for you holler back

See more comments

How can you share content directly to facebook?

How can you share content directly to facebook?

asked in
Social Engagement & Marketing
Updated

In certification course 4, lesson 9, Kyle shows in his tutorial video how to share any WA content directly to Facebook. In the tutorial there is a FB "like" button at the top o

Do you have social share buttons? That's the easiest way.

HOpe you got sorted hun, great question and i am going to need to watch jays videos yet again lol ...........especailly now i have switched to YOAST seo xoxo keep us posted will you :-))

Wow, Tania - you were actually spot on w/ my concern - I'm also using YOAST SEO and I'm wondering if Jay's explanation in his video will help me figure things out even though he's talking about All in One SEO. I'll keep you posted after I finish the video and see if what he says can apply to the YOAST plugin as well!

Hey David, i just found this.....looks good...what do you think ? let me know your thoughts will ya xoox

David you can easily do this with the all in one seo plugin Jay explains it in this video

Thank you, Tim!

Your welcome if that doesn't work for you holler back

See more comments

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training