Posted: December 28, 2012 at 3:41 am
|
Hello, Sorry for the very basic questions, but i am not an expert. What do i need to do to see the movie list custom file reflect in my events pages, i have already copy all the files to the uploads directory. Do i have to change the the page that have the [event_list]? sorry for the very basic question but once i figure this out i will do the rest. A very good new year for everyone. Nuno Paulo |
|
Hello Nuno, Add the shortcode [ESPRESSO_MOVIE_TABLE]. In the custom_shortcodes.php file is the code with some further information regarding usage, outlined below
You can replace the [EVENT_LIST] shortcode or you can create a new post/page with the [ESPRESSO_MOVIE_TABLE] shortcode on it. That will display the movie list style. The custom files addon isn’t recommended for those that dont like to touch code as its more of a starting point to create something rather than drop in code, but if you do have any more questions feel free to ask away, thats what we are here for. |
|
Hello, i have replaced the [event_list] for the [ESPRESSO_MOVIE_TABLE] but the page is empty. i have copied all the files for the respectives directories, can you help me? once i understand this step i will manage the rest. Thanks Nuno |
|
Sorry this is the link with the [event_list] http://newsite.serpessoa.com/eventos/ once i replace this with the [espresso_movie_table] none of the teste events appear thanks Nuno |
|
Hi, OK, so the format for the shortcode is: [ESPRESSO_MOVIE_TABLE category_id=”acategory-1356706465″ max_days=”30″ qty=”1″] Note that the category_id must be the unique identifier, not the name. I wasnt aware of this but there is an update that needs to be applied. on line 35 of the movie_list template replace:
with
I’ll get the devs to look at updating that. The table that will appear will look like this. If you need it to look different you will need to look at changing the php code. As mentioned earlier, the custom files add on is to be used more as a base than a drop in option. |
|
Hi Dean, Thanks for your reply i will try this, just another question if i want to post all cetegories can i leave the categories fiel blank? thanks Nuno |
|
Hi, Unfortunately not. This particular shortcode requires the category. I would look at using the [ESPRESSO_TABLE] shortcode instead if you want all the events listed |
|
Hi Dean, Thanks for the help i am getting somewhere, can you tell me or give me some clues to just have in the table in this order with no title data, event name, register. Thanks Nuno |
|
Something like this? http://d.pr/i/VOnf If so you will need to edit the espresso_table.php – what I did was to comment out the PHP for the titles and for the extra columns like the date etc – have a look here for the example http://pastebin.com/PqwfWA8B |
|
yes, Thanks Dean you’re the man ๐ i will try it. Regards Nuno |
|
Sorry just one more. This is what i got http://d.pr/i/tU89 how can i make the table cleaner like yours thanks Nuno |
|
Hi, That will be down to either removing the extra columns that I left in or changing the CSS (the themes) to stop the table from having a border your theme currently has the css on line 502 .entry table td { |
|
Hello, Hope all off have had a great start for this new year, wish all the best to all the team. thanks for your reply, i have manage to change the table, i have been triyng to understand how css works and whare are the references to the code but still a bit confusing to i have been triyng to use firebug to look for that part of the css but is not being easy. I will get there ๐ Can you tel me where i can change the font and table size, because the spaces are very big, and if is possible to put an underline in the rows. Sorry i know this is not about the plug in but if you could help i woul be very thankfull. Here is the link to the test events: http://newsite.serpessoa.com/eventos/ thanks Nuno Paulo |
|
Hi, I can certainly give you some pointers. Most CSS changes will go in the themes style.css file at the bottom. This can be found in WordPress via the menu Appearance > Editor. The first file that comes up is the style.css. You can also use a plugin such as http://wordpress.org/extend/plugins/my-custom-css/ to add custom css without touching the theme files. One thing I noticed is that your table is wrapped in “ tags which is causing an inability to style the table correctly, so you will need to check your code and remove them, otherwise you will only get frustrated when nothing changes. The underline is best created by targeting the tags and adding a bottom-border to it. Something like:
You can google CSS and find a lot of resources on learning it, for example http://www.w3schools.com/css/css_intro.asp Hope that helps! |
|
And the font, how can i change the font, and the width of the table thanks Nuno |
|
Hi, We can’t really style the theme for you, if you need a web designer/developer you can post something on the jobs board. Otherwise the link I provided does have information regarding styling fonts. |
|
i am just having some problems around this table the rest i will manage, but thanks you have been very helpfull trough all my questions thanks Nuno |
The support post ‘very basic stuff’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.