0

I'm wondering why approximately 25% of the plugins I use have issues. I created my own custom theme and when I switch over to twentyeleven standard theme, the plugins work.

Is there something specific that wordpress requires to have in the code in order for a plugin to function properly? I know that may be vague but I followed a tutorial that spells out how to do a custom theme. They didn't say anything else needed to be done.

Plugin currently having issues.... Has anyone worked with this slider plugin?: http://wordpress.org/extend/plugins/arscode-social-slider-free/

When I click "preview" it works inside the WordPress admin page but not on the actual site.

Here is the site I'm working on: http://glassdoctordenvermetro.com/

I'm not sure if this is some sort of javascript conflict or the plugin requires more than just "save settings".

Any guidance would be appreciated. I've worked on this for days and most of the Wordpress help forums all end without an answer or resolved solution.

4

1 に答える 1

1

ちょっとオフトピックですが、どのようにカスタムテーマを作成していますか?元のテーマから削除しているものがあり、コードがサイレントに中断する原因となっている場合は、それが問題である可能性があります。

ゼロから始めて完全に新しいテーマ(子テーマを参照しない)を作成する手間を省くために、私は通常21をコピーしてテーマ名に名前を変更し、WordPressが新しいものとして検出するようにstyles.cssにも同じことを行いますテーマ。このようにして、21の機能すべてを使用し、そこからカスタマイズできます。

情報が少ないのでスタートです

于 2012-09-17T23:36:30.343 に答える