Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   post-headline </h>1> (http://forum.bytesforall.com/showthread.php?t=17735)

ride2esc Jun 4, 2012 09:51 AM

post-headline </h>1>
 
1 Attachment(s)
Hello
I am new to this forum, and also new in wordpress.
However, i have an issue with ATA and i can't fix it, and i searched everywhere..

My demo site (working in progress) is on localhost.
I use Ata 3.7.7 but i have a weird issue.
On postpage-title i have the syntax: </h>1> and i dont know where to fix it.

I attach a print screen.
Thank you in advance.

Attachment 1898

juggledad Jun 4, 2012 11:50 AM

Go to ato->export/import settings, export your settings and attach them to a reply ( use the paper clip icon)

ride2esc Jun 5, 2012 02:58 AM

1 Attachment(s)
I put the site live so you can see it and i attach the export setting also.
www.erobu.eu/demo/tmevents3

Thank you in advance.
Attachment 1899

juggledad Jun 5, 2012 04:01 AM

I see you are using the multi-column/custom query template -
1) did you make any changes to the template?
2) what do you have set for the values of the custom fields?

ride2esc Jun 5, 2012 04:06 AM

Well..I have done a few changes - like changing the template name, installing a few plugins, adding new widgets..
I am pretty new in wordpress stuff..
Is it ok if you take a look at the admin section (if i give you a user and pass)?
because..i really don't know what to answer to your questions :(

juggledad Jun 5, 2012 04:52 AM

Sorry, I meant have you changed any code in the the 'Juggledad's multi colum/custom query' page template?

and on the page you are using it, what are the values you set for the custom fields?

ride2esc Jun 5, 2012 05:00 AM

I didnt make anychanges in jugledads multi colum/custom query' page template?
In the custom fields i have set only:
Date of start
Date of end
Custom text of location of event.
That's it.

juggledad Jun 5, 2012 05:12 AM

send me a PM with an admin ID/pw and I'll take a look

juggledad Jun 5, 2012 05:55 AM

you are using an ileagal copy of Atahualpa. This was taken from the style.css file on your site
HTML Code:

/*
Theme Name: TMEVENTS
Theme URI: http://www.tmevents.ro/
Description: TMVENTS
Version:
Author: TMEVENTS
Author URI: http://www.tmevents.ro/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

this is a total rip off and violation of the licence and I will not provide any support for it. If you can not explain where you got this copy of the theme and why this is as it is, you will be banned from the forum.

ride2esc Jun 5, 2012 06:34 AM

Well..I was workink on it on localhost, and i messed up the entire codes when I update the atahualpa when my images folder dissapears..and so on..
Then i start changind things to see why all those errors ..
However i am really sorry for this, give me one hour to switch it back :(
Sorry for this, it wont happend again.

ride2esc Jun 5, 2012 06:40 AM

I have change it back.
I am really sorry, and please believe me, all my intention was to make some new theme based on css, but because i had some errors i tryed to fixed them one by one.

Please don't banned me, and believe me, this wont happend again.
Thank you so much.

juggledad Jun 5, 2012 06:44 AM

why aren't you using the actual Atahualpa theme - if you want to style it, you can - just use the theme options, you should not need to change any of the files.

ride2esc Jun 5, 2012 06:58 AM

I tryied to make some combination between atahualpa, and a custom css site, and some joomla database as a frontpage site because in atahualpa i have this issues:

- the <h>1> issue
- on update, all my images are gone
- and i tryed to put a button like SAVE with fixed position because is annoing to scroll down for each savings
- in wordpress, or atahualpa i dont have the option to make ONLY the front page with 2 columns, and each column to have the latest 5 article from the category i choose.
- and other small issues that are not so important..

So, do you think that first issue where I have to modify the <h>1> tag?

Thank you.

juggledad Jun 5, 2012 07:05 AM

Quote:

So, do you think that first issue where I have to modify the <h>1> tag?
if you sap back to the Atahualpa theme, the issue goes away, so one of your changes is causing the issue.

ride2esc Jun 5, 2012 07:15 AM

Ok, i will delete all and startover.
But is there a way to keep my curent styling?
Like the shadows and all?

juggledad Jun 5, 2012 09:11 AM

The theme optins are stored in the database and will not go away if you replace the theme.

You can also backup your settings by going to the Export/Import Setting options and export your settings.

ride2esc Jun 6, 2012 12:49 PM

You were right..
I start over, I deleted entire that theme i messed up, and i installed athaluapa from the begginings.

However, please, can you tell me, how I make to display on front page only, 2 columns of posts, and from each category 5 latest posts?
Thank you.

juggledad Jun 6, 2012 03:09 PM

create a page,
assign the 'multi column/custom query' page template to it
add the columns and query cstom fields and give them th right values
make that page the front page that will display (in the Settings area of the dahboard)

ride2esc Jun 6, 2012 11:58 PM

I have created a page.
I assigned the Juggledad's multi column template
Now, i don't know how to:
"add the columns and query cstom fields and give them th right values" ..
Please, tell me in a few steps, what to do..
Thank you

juggledad Jun 7, 2012 03:38 AM

1) add a custom field called 'number_of_columns' and put a number in the value field
2) to have custom query, add a custom field called 'custom_query' and put a custom query in the value field.

to craft a query, go to http://codex.wordpress.org/Function_...ce/query_posts. To see the variations you can code. You use what is inside the quotes. For example, if you see
HTML Code:

query_posts('post_status=draft');
you would only enter
HTML Code:

post_status=draft
into the custom field.

ride2esc Jun 7, 2012 06:14 AM

You lost me :)

How much should i donate, so you can do some things for me?
The things are:

Only on homepage, to be 2 columns like this:

Left column right column
Category Today posts Featured articles
1 1
2 2
3 3
4 4
5 5

Category ID 1 Category ID 2
1 1
2 2
3 3
4 4
5 5

Category ID 3 Category ID 4
1 1
2 2
3 3
4 4
5 5

Category ID 5 Category ID 6
1 1
2 2
3 3
4 4
5 5

Category ID 7 Category ID 8
1 1
2 2
3 3
4 4
5 5


Or..if that's easy to do it..if you are kind to explain me. I am so new in WP and ATA..
Thank you in advance.

juggledad Jun 7, 2012 06:57 AM

oh, what you want is not what the template does. That would take a entirely different set of logic in a template. To create a template like that I would have to charge by the hour and it could take many hours to write and test

ride2esc Jun 7, 2012 07:05 AM

How much would be one hour, and how many hours do you think you need?

juggledad Jun 7, 2012 09:07 AM

see my PM to you
you might also look for a plugin that might do this

lmilesw Jun 8, 2012 07:15 PM

You might be able to use a combination of a couple of plugins. One for creating columns and another for displaying the posts from a particular category via shortcode. You would put the shortcode with the proper attribute each column.

The two plugins I would try are Shortcodes Ultimate for creating the columns and List Category Posts to display the posts from a particular category.


All times are GMT -6. The time now is 10:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.