theme for wordpress in html5

workface.info72

New Member
Messages
17
Reaction score
0
Points
0
Hello, everyone

lately I've been working on a theme for wordpress in html5. I've to use on my blog, fortesting. Once finished I will probably cede it to download. I was wondering your opinion,if something changed, what they like and do not like, etc. ...

I appreciate the feedback

Demo url: http://vitorteixeira.co.cc/
 
Last edited:

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
I get this:


Page Not Found

Looks like the page you're looking for isn't here anymore. Try browsing the categories, archives, or using the search box below.

Warning: include(/home/victei/public_html/wp-content/themes/wp/searhform.php) [function.include]: failed to open stream: No such file or directory in /home/victei/public_html/wp-content/themes/wp/index.php on line 36

Warning: include() [function.include]: Failed opening '/home/victei/public_html/wp-content/themes/wp/searhform.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/victei/public_html/wp-content/themes/wp/index.php on line 36


Correct this first!
 

workface.info72

New Member
Messages
17
Reaction score
0
Points
0
thanks,

error, corrected ...

Other errors also fixed:

post-navigation in archive-post

bye
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Everything looks just fine!

But, lessen the space between boxes(entire left column; space between the two columns), it is just too much in my opinion.

Also, try rounding off the sharp corners of the boxes.

Best of Luck!

Almost forgot to mention, change the title or atleast use capitals for the first starting word!
 

workface.info72

New Member
Messages
17
Reaction score
0
Points
0
Thanks for the feedback,

I made some changes:

1. ROUNDED SIDES corners (thanks for the idea)
2. I changed the background for clearer
3. Added shadows
4. Changed color of links

Graphically this ...

Added more shortcodes (eg related posts :smile:)
Correcting some bugs ...

Well this is approaching the idea I have, but still lack a lot of things.:tongue:

What you guys think?

Demo http://vitorteixeira.co.cc/ or http://workface.cz.cc/

bye...

excuse my bad English ...:(
 
Last edited:

fretwizz

Member
Messages
106
Reaction score
3
Points
18
I like it! Nice and clean.


Thanks for the feedback,

I made some changes:

1. ROUNDED SIDES corners (thanks for the idea)
2. I changed the background for clearer
3. Added shadows
4. Changed color of links

Graphically this ...

Added more shortcodes (eg related posts :smile:)
Correcting some bugs ...

Well this is approaching the idea I have, but still lack a lot of things.:tongue:

What you guys think?

Demo http://vitorteixeira.co.cc/ or http://workface.cz.cc/

bye...

excuse my bad English ...:(
 

chessteaching48

New Member
Messages
63
Reaction score
5
Points
0
It looks very nice.
I have used the second url. The first one was unavailable.

I only shouldn't add the link at the top of the home page to the older posts.
 

workface.info72

New Member
Messages
17
Reaction score
0
Points
0
Thanks for the feedback ...
I have had problems in using the forum, and I can not edit my posts.
The first link of the demo already works ...:(

Still working on the theme, to improve the appearance and usable.:tongue:

bye ...
 

workface.info72

New Member
Messages
17
Reaction score
0
Points
0
I continue working on improving the theme, I added a contact page that works without a plugin, among others.

I still also working on translation and en_EN en_US ...

More ideas are good lives and please if they detect any errors to report here ...

Thanks, hugs ...
 

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Nice theme.
Html5 and Css3 is a high speed combination.Nice that you are to share it too.
 

workface.info72

New Member
Messages
17
Reaction score
0
Points
0
Thanks for the feedback ...

I keep working on it. I'm increasingly trying to optimize the theme, which becomes faster, and with good visual appearance.

I have been changing SPIRITS images using CSS, which gave great results.

I continue to create shortcodes to avoid using plugins, because we know how many plugins weigh in WordPress.

And that is, when finished, I provide the theme for download ...

Hugs ...

apologize my english, I'm Portuguese.
 

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Your english is pretty good.No qualms.
As you are into the theme development, can you put essential blocks such that ad codes from adsense/adbrite etc can be directly inserted?
I mean that in between content and comments , after title etc..where adcodes can be directly incorporated..

Thanks for the feedback ...

I keep working on it. I'm increasingly trying to optimize the theme, which becomes faster, and with good visual appearance.

I have been changing SPIRITS images using CSS, which gave great results.

I continue to create shortcodes to avoid using plugins, because we know how many plugins weigh in WordPress.

And that is, when finished, I provide the theme for download ...

Hugs ...

apologize my english, I'm Portuguese.
 

workface.info72

New Member
Messages
17
Reaction score
0
Points
0
ok, thanks ...

I use pre blocks configured in the admin panel (dashboard).

You decide:

leave blank and edit the code manually;

introduces the data and these are written automatically;

has two options at the top of the post or in the bottom of the post;

I use shortcodes, and the code is very simple and easy to use, if you choose to enter data manually eg ads at the top of the post;

you first set up ads on the dashboard, writes the data from adsense for example:

then use "[ads = top]" in the post editor;

PHP:
<?php echo do_shortcode('[ads=top]'); ?>
in the php code;

In the sidebar widgets, related posts, social icons, etc., works in much the same way.

You understand? is easy to use...

Hugs ...

---------- Post added at 05:23 PM ---------- Previous post was at 04:23 PM ----------

I forgot to mention that I also use shortcodes to:

images inside the post [image name=increase-pagerank-backlinks ext=jpg alt="Increase pagerank backlinks with" align=left]
the image will be saved in a folder 'uploads/post-img/raise-pagerank-backlinks.jpg' is displayed correctly and optimized for SEO.

page the example in post, is the same way, eg: [example name=gallery-effect-with-zoom-in-css3]
will be saved in 'upload/examples/gallery-effect-css3-zoom-in-css3/'


an example of that: http://vitorteixeira.co.cc/css-sprites-num-widget-de-redes-sociais-para-seu-blog
view the source code to see how everything is organized and configured corectamedentro post...

Also has 'post_views_count' page and contact without using plugins ...

demo: http://vitorteixeira.co.cc/

Hugs ...
 
Top