About Zeus28
Rank 41555
131 followers Joined April 2015
Zeyad, 28 yrs old I'm from Syria live in Kuwait all my life. I hope to have success with WA and become one of the members who

Posts

2

Questions

2

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
Everything Wordpress
Updated

I found these HTML codes under all pages Here's the Photo.


The are simple html codes you can use to format a document. You can do it in comments if necessary, but the place I find it most usefule is to go to the text button in your editor and look at the html code. You will see how these codes are used and start to understand a little about html coding.

I'm just going to leave them, because I feared of editor after losing website 3 days ago.

Many thanks

If you check out your website after you logged out WA, the pages and posts have comment section. Notice that the comment section has random codes for visitors to match and verify so they are not a robot. Here these codes are for the addition to the process before a visitor actually gave permission to post a comment on your page

I checked my website before logged in and their exist, In other websited you see random NUM and letters, how could visitors use these HTML codes?
check the website

http://easyshopgames.com/2015/05/add-ascendance-is-now-available-for-advanced-warfare-game/

Thank you

Zeyad

The html codes will be those random NUM and letters, they won't see as html codes. :) I want to find an example here. Look at my website newest post. Number generator test technology on future telling. http://psychicanswersheretohelpyou.com. The create new string box is html coded. :)

I visited your website, no html codes that I saw. But if there is, you can try delete comments box from WA edit website mode see what happens.

Good,If you can't see it. I will try to delete it
Thank you

:)

Some themes have this included under the comment box to let commenters know what they can use when leaving a comment.

You can remove it but you will need the code to change it in the comment.php file.

I suggest that you go to your theme's support forum and ask for the best way to do this for your theme, as it does differ with each theme.

This might help to give you an idea of what is involved:

https://wordpress.org/support/topic/remove-you-may-use-these-html-tags-from-comments

~Jude

I'm just going to leave them, because I feared of editor after losing website 3 days ago.

Many thanks

I understand, Zeyad. Is that a paid Premium theme? If so, you can get support/help to remove that code:

http://www.iograficathemes.com/document/get-support/

~Jude

I changed the theme and they still their , but look better without red color,
No not premium theme.
Thank you

There are 4 different ways to do this:

1. change the code in comment.php file
2. add a filter to the functions.php file
3. add a code to the style.css file
4. use a plugin
------------------------------------------------------------------------
The 3rd option is the least risky and the one I recommend.

1. Go to WP > Appearance
2. Select > Editor
3. Scroll down the right menu list and select Style.css (or Stylesheet)
4. Within the code area box, go to the bottom, place your cursor at
the end of the last line you see and hit enter to start a new line.

Then copy paste in this code:

#comment-form-allowed-tags {
display: none;
}

Save the file.

-------------------------------------------------------------------------
The 4th option is a plugin. Unfortunately I could not find one that has been tested with the lastest version of WP. However, that does not mean it won't work.

I like this one - very easy, just install and activate it. It will either work or it won't, in which case you can delete it.

https://wordpress.org/support/plugin/remove-comment-notes

~Jude

Many Thanks Jude, I used the plugin it's work good.
the code in option 3 didn't work I also used it in comment.php didn't work too.
plugin did it.

appreciate your help

Zeyad

Yeah, the code can vary in different themes. Some themes don't need the #comment within the tag.

At least the plugin works and you have the solution.

Your website is starting to shape up nicely. Looks really crisp and clean now. Glad you moved the social bar to the bottom of the posts - much better. Keep going!

P.S. Don't forget to add a gravatar to the comments reply section.
Training here:

Many Thanks

See more comments

Some html codes appear under all pages, I don't know how?

Some html codes appear under all pages, I don't know how?

asked in
Everything Wordpress
Updated

I found these HTML codes under all pages Here's the Photo.


The are simple html codes you can use to format a document. You can do it in comments if necessary, but the place I find it most usefule is to go to the text button in your editor and look at the html code. You will see how these codes are used and start to understand a little about html coding.

I'm just going to leave them, because I feared of editor after losing website 3 days ago.

Many thanks

If you check out your website after you logged out WA, the pages and posts have comment section. Notice that the comment section has random codes for visitors to match and verify so they are not a robot. Here these codes are for the addition to the process before a visitor actually gave permission to post a comment on your page

I checked my website before logged in and their exist, In other websited you see random NUM and letters, how could visitors use these HTML codes?
check the website

http://easyshopgames.com/2015/05/add-ascendance-is-now-available-for-advanced-warfare-game/

Thank you

Zeyad

The html codes will be those random NUM and letters, they won't see as html codes. :) I want to find an example here. Look at my website newest post. Number generator test technology on future telling. http://psychicanswersheretohelpyou.com. The create new string box is html coded. :)

I visited your website, no html codes that I saw. But if there is, you can try delete comments box from WA edit website mode see what happens.

Good,If you can't see it. I will try to delete it
Thank you

:)

Some themes have this included under the comment box to let commenters know what they can use when leaving a comment.

You can remove it but you will need the code to change it in the comment.php file.

I suggest that you go to your theme's support forum and ask for the best way to do this for your theme, as it does differ with each theme.

This might help to give you an idea of what is involved:

https://wordpress.org/support/topic/remove-you-may-use-these-html-tags-from-comments

~Jude

I'm just going to leave them, because I feared of editor after losing website 3 days ago.

Many thanks

I understand, Zeyad. Is that a paid Premium theme? If so, you can get support/help to remove that code:

http://www.iograficathemes.com/document/get-support/

~Jude

I changed the theme and they still their , but look better without red color,
No not premium theme.
Thank you

There are 4 different ways to do this:

1. change the code in comment.php file
2. add a filter to the functions.php file
3. add a code to the style.css file
4. use a plugin
------------------------------------------------------------------------
The 3rd option is the least risky and the one I recommend.

1. Go to WP > Appearance
2. Select > Editor
3. Scroll down the right menu list and select Style.css (or Stylesheet)
4. Within the code area box, go to the bottom, place your cursor at
the end of the last line you see and hit enter to start a new line.

Then copy paste in this code:

#comment-form-allowed-tags {
display: none;
}

Save the file.

-------------------------------------------------------------------------
The 4th option is a plugin. Unfortunately I could not find one that has been tested with the lastest version of WP. However, that does not mean it won't work.

I like this one - very easy, just install and activate it. It will either work or it won't, in which case you can delete it.

https://wordpress.org/support/plugin/remove-comment-notes

~Jude

Many Thanks Jude, I used the plugin it's work good.
the code in option 3 didn't work I also used it in comment.php didn't work too.
plugin did it.

appreciate your help

Zeyad

Yeah, the code can vary in different themes. Some themes don't need the #comment within the tag.

At least the plugin works and you have the solution.

Your website is starting to shape up nicely. Looks really crisp and clean now. Glad you moved the social bar to the bottom of the posts - much better. Keep going!

P.S. Don't forget to add a gravatar to the comments reply section.
Training here:

Many Thanks

See more comments

asked in
Everything Wordpress
Updated

The sidebar widget appear in all pages to left of the posts as I choose in theme option but, in home page appear under the posts far and the posts take the full width.

How

This sounds like your home page has special formatting. You can change themes if this is not what you desire. I would accept the way it displays and move on to creating content.

Thank you I accepted the look of the theme,
but I think there is a problem with sidebar cuz it's designed with option left or right sidebar not under the page

See more comments

Problem with the sidebar view?

Problem with the sidebar view?

asked in
Everything Wordpress
Updated

The sidebar widget appear in all pages to left of the posts as I choose in theme option but, in home page appear under the posts far and the posts take the full width.

How

This sounds like your home page has special formatting. You can change themes if this is not what you desire. I would accept the way it displays and move on to creating content.

Thank you I accepted the look of the theme,
but I think there is a problem with sidebar cuz it's designed with option left or right sidebar not under the page

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