CSS/ HTML Help Needed for Main Site
- TheVeganAtheist
- Site Admin
- Posts: 824
- Joined: Sun May 04, 2014 9:39 am
- Diet: Vegan
- Location: Canada
Re: CSS/ HTML Help Needed for Main Site
Thanks Anon0045 for your assistance, however Im working on a new version of the website using a new template. Im reworking all my posts.
Do you find the forum to be quiet and inactive?
- Do your part by engaging in new and old topics
- Don't wait for others to start NEW topics, post one yourself
- Invite family, friends or critics
- Do your part by engaging in new and old topics
- Don't wait for others to start NEW topics, post one yourself
- Invite family, friends or critics
- Anon0045
- Junior Member
- Posts: 82
- Joined: Thu Jun 26, 2014 1:57 pm
- Diet: Vegan
Re: CSS/ HTML Help Needed for Main Site
Okay, that's cool. I wonder if the same problem will occur anyway though. We'll see.
-
- Newbie
- Posts: 10
- Joined: Tue May 26, 2015 6:31 pm
- Diet: Meat-Eater
Re: CSS/ HTML Help Needed for Main Site
Dudes, If you ever need help with anything like this in the future I will have a quick look for you. I am a software engineer. I do this stuff day in day out.
I want to be clear though that although I'm willing to help with Vegan/Atheist agendas I would prefer it if members of the forum use my skills sparingly since it can become quite time consuming. I'm willing to help with anything that gets the Vegan and or Atheist message heard on a bigger scale. Personal favours are not acceptable.
I hope you understand and respect my bluntness.
PEACE!
I want to be clear though that although I'm willing to help with Vegan/Atheist agendas I would prefer it if members of the forum use my skills sparingly since it can become quite time consuming. I'm willing to help with anything that gets the Vegan and or Atheist message heard on a bigger scale. Personal favours are not acceptable.
I hope you understand and respect my bluntness.
PEACE!
-
- Newbie
- Posts: 10
- Joined: Tue May 26, 2015 6:31 pm
- Diet: Meat-Eater
Re: CSS/ HTML Help Needed for Main Site
Also, while I'm on, can I recommend concrete5 rather than wordpress. It's much easier to fix problems and write new plugins for. wp is a nightmare.
check it out: http://www.concrete5.org/
check it out: http://www.concrete5.org/
- Anon0045
- Junior Member
- Posts: 82
- Joined: Thu Jun 26, 2014 1:57 pm
- Diet: Vegan
Re: CSS/ HTML Help Needed for Main Site
To write a Wordpress plugin, all you have to do is add a comment at the top of a file, then just add whatever code you want to be run. The process is very easy. Documentation in Wordpress is really good, and that helps a lot too. But I suppose you're talking about other issues.The problem I see it is when you depend on big plugins like Buddypress which have awful documentation, or when you inherit themes which uses hooks everywhere, then it can become a mess. Hooks give you less overview and leads to do more searches, but often times the names of the hooks are good enough that you'll understand where you're at.justCurious wrote:Also, while I'm on, can I recommend concrete5 rather than wordpress. It's much easier to fix problems and write new plugins for. wp is a nightmare.
check it out: http://www.concrete5.org/
I've not done any projects in Concrete5, but I like that it's built on a solid MVC framework like Zend, because in Wordpress you're pretty much free to do anything, which can easily lead to tons of functions and bad structure. I installed it on my computer, and the javascript make the computer work a lot, making the experience a little slower than usual and even froze at one point when I was moving a block, and I have a pretty decent computer, but other than that, you can do more in the edit mode as a user which is nice. There are Wordpress plugins that do similar things, but they often costs money and are really buggy.