WordPress help - Ask your questions

Status
Not open for further replies.
Hello... Great Thread I came across an issue.

How would I edit the appearance (color/font/background) of the comments on my blog.
I have the News Child Theme.

Thank you
 
Hi BHW, I am not very active on forums but I follow you every day, and I want to repay for everything I received from this forum and it's members.

I have noticed that many users here are struggling with WordPress and that is why I want to offer my help in this topic. I have used WordPress for a very long time and I believe I can help many of you.
Feel free to ask questions about anything, styling, hosting, domains, plugins, themes, optimization etc.

Looking forward to helping you with your WordPress issues.

OriginalEXE

Thank you for sharing your expertise. I'll surely bookmark this too. Cheers!
 
bookmark first, this will be coming handy :D

did you know how to bold sentence but when it appear it doesn't bold?
ex: we make "test" but when it appear in our content it will be "test" without bold

sorry for my bad English
thanks.
 
I have a question.

How can I reorder plugins that show underneath each of my posts?

Let's say I have:

Post Title
Main Content
Author Bio
Quick Adsense

How could I change it so that, for example, the Author Bio and the Quick Adsense was the other way around?
 
Hi mate,

whats the best video plugin to use with wp - i want to host videos on my site and have them on blog posts. most video plugin i have used show their site urls after the video...

Many thanks
 
Hi EXE. i have a couple of questions today;

1, I want to move a wp site from one domain to another. What is the simplest way and 2, I want to change the background colour to black in the 'famous theme' to black.

Any ideas mate?

Thanks in advance,

James
 
Hi EXE. i have a couple of questions today;

1, I want to move a wp site from one domain to another. What is the simplest way and 2, I want to change the background colour to black in the 'famous theme' to black.

Any ideas mate?

Thanks in advance,

James

Back up wp-config.php
Back up SQL database with the plugin DB-backup
Back up the wp-contents folder

Then once Wordpress is installed on the new website, install the db-backup plugin and import the database.
FTP the wp-contents from your PC to the host
Do the same with the wp-config.php

If you're armed with those 3 things as a backup you have all you need to transfer a wordpress site within 30 minutes.
 
Last edited:
Solid advice, thanks muchacho. Any ideas on how to change the background colour?
 
Got a question but to make sure I don't get misquoted, I'll PM ya instead OriginalEXE :)
 
I have created a network of 100 wordpress sites, I have issue of hacking, my many website has been hacked many time.

Can you guide me how i can prevent my sites to hack for next time?
 
For background change, add this to css file:

Code:
body {
background: black !important;
}
 
I have created a network of 100 wordpress sites, I have issue of hacking, my many website has been hacked many time.

Can you guide me how i can prevent my sites to hack for next time?
Install Better WP Security, adjust settings and you are golden :)

I will write guide for WP security when I get home from vacation.
 
Hi mate,

whats the best video plugin to use with wp - i want to host videos on my site and have them on blog posts. most video plugin i have used show their site urls after the video...

Many thanks
Try using JW Player with WP, its not a plugin but a great video player.
 
bookmark first, this will be coming handy :D

did you know how to bold sentence but when it appear it doesn't bold?
ex: we make "test" but when it appear in our content it will be "test" without bold

sorry for my bad English
thanks.
Send me link to the website where you want to change this and I will take a look.
 
Hello... Great Thread I came across an issue.

How would I edit the appearance (color/font/background) of the comments on my blog.
I have the News Child Theme.

Thank you
style.css line 807 and below. You will need some basic css skills.
 
Thanks for your help once again EXE. I have another question for you if I may: how do I embed a youtube video on a page so that you see the video thumbnail as apposed to just the link (chameleon theme), like you see on fb and so? been trying all day. thanks man :)
 
Thanks for your help once again EXE. I have another question for you if I may: how do I embed a youtube video on a page so that you see the video thumbnail as apposed to just the link (chameleon theme), like you see on fb and so? been trying all day. thanks man :)

Not OEXE, but still can help. :)

Go to youtube video you want to embed. For example, I will use double rainbow video. Click share below video and then embed button. Copy already selected code. You can also customize player a little bit. For advanced customization of player, you need YouTube API.

Code for double rainbow video would be:
Code:
<iframe width="420" height="315" src="http://www.youtube.com/embed/OQSNhk5ICTI" frameborder="0" allowfullscreen></iframe>

Now go to post where you want to place video. Click HTML button (in upper-right of editor). Paste code from youtube. And that is it ;)

Don't forget to give OriginalEXE a +rep for this awesome thread!
 
EXE, how do you go about changing the order that content is displayed underneath each blog post?

I seem to remember a single.php on another theme but there isn't one on the one I'm using now.
 
Hi,
I want a plugins which post WordPress post on Facebook wall which is visible to all friends and update should go to all friend as I do by status update . I tried 2-3 plugins it post on my wall but update are not going to friends. please help me.
 
I would like to know.. can you add any Wordpress module/plugin to ANY Wordpress theme? Or are only certain ones compatible with certain themes?
 
Status
Not open for further replies.
Back
Top