thijs77
Forum Replies Created
-
hi Dorus,
did you manage to solve this problem? I see the site you’re (were) working on is working with a bigger grid?
Can you share how you did it?
thanks.Forum: Plugins
In reply to: [Add From Server] Tabs do not display, thumbnails and some other stuffOk, the thumbs not generating was a result of uploading FOLDERS to the upload directory, rather than single images. I think it would be great if the developers can make a next version of the plugin work with that, and then just generate the thumbnails and smaller images into those. (Probably not an easy mod to fix this? I’m no coder.)
I don’t know how my first batch of thumbnails was generated then, because I did it the same way the first time.
Forum: Plugins
In reply to: [Add From Server] add from server WITHOUT Copying to Uploads?I have the same question. Maybe this is the cause of my problem of thumbnails not generating (see other post).
Edit: it IS.
Forum: Themes and Templates
In reply to: best themes for building from scratchhey flamenco,
i’ve got a question if you don’t mind. How do you go about changing the elements on a page, without touching the OG theme files. I’ve been able to make some simple changes, such as changing the header by adding bits of code to functions.php, but if I want to have a whole custom submenu in a sidebar, what is the easiest way to go about it?Is there an overview of all the hooks you have to include stuff in different parts of (any particular) page? I’d like to include, for example, a tag cloud in any page that is generated by the archive template.
Hope you can give me a pointer. cheers.
Forum: Themes and Templates
In reply to: best themes for building from scratchI’m following your advice, building my site as a child theme in thematic. I’m curious to try, mostly to do things ‘the right way’ and not mess with the core files, see if this works for me. Not sure it will, because i’m using wordpress to build my (illustration) portfolio, and i tend to just edit the core php, hard-coding links to scripts and such things. Though I think I can learn to do things in a more wordpressy and less hack-your-way type of way. Will see how far i get with that approach.
So far it seems nice and does what i want. Thanks for the tip.Forum: Themes and Templates
In reply to: best themes for building from scratchSandbox is ultra bare bones and minimalistic, I am looking for something similar, without building my own theme from scratch, so I actually don’t mean REALLY from scratch. Maybe child themes are the way to go.
I’ll take a look at your suggestions, thanks much.Forum: Themes and Templates
In reply to: Older version of WP Framework?here you go:
version 0.2.4 (downloaded somewhere mid ’10, hope that’s a good one for you):
Forum: Themes and Templates
In reply to: Older version of WP Framework?Yep, same conclusion here. It does seem to be faster though, so I guess it’s better from a programming point of view.
Kind of shitty to have to go back :/ maybe i’ll find some other thing.
(Just posted another query here about which themes people are using to build from scratch. I wish there would be a new, better version of Sandbox.)Forum: Themes and Templates
In reply to: Older version of WP Framework?In fact, I may have it somewhere on my other harddrive, if so I can upload it. I’ll check later on.
Do you get any errors?
Are you using other javascript libraries? Ones that use the $-character? You may have to change the ‘$’ in scripts to ‘jQuery’ to make it work or declare a no-conflict rule/reserve the use of the $ for jQuery.
(I haven’t tried Colorbox but I have used Thickbox on my blog before, which is also jQuery-based, if I’m correct. I use shadowbox now.)Forum: Themes and Templates
In reply to: Older version of WP Framework?I’m looking for the same thing.
Forum: Themes and Templates
In reply to: [WP Framework] Changing some fugly bits of textIt isn’t in archive.php, this new version of wp-framework is working differently, building templates from parts… which is what throws me off.
I am assuming it comes from wpf.php, but there also it’s not a simple string, it’s being constructed from several other places:
line 542
if ( is_category() || is_tag() || is_tax() ) {
$tax_object = get_taxonomy( $queried_object->taxonomy );
$archive_title = sprintf( __( ‘%s Archives<span class=”meta-sep”>:</span> <span>%s</span>’, t() ), $tax_object->label, $queried_object->name );
}Maybe I shouldn’t have switched, I’m not sure this is a superior theme from the point of view of editing it. :/
thanks for the help!
Forum: Themes and Templates
In reply to: tanzaku "split" function: a practical fix???did the same as alekone, added it after the first bit where you have a line of white space…
but i think you can add it right at the beginning.
Does anyone know what causes the errors in the first place? Maybe another edit will remove it (I’m no php expert).
in any case, thanks to alekone
Forum: Plugins
In reply to: Suggested improvement to gallery_shortcodei was looking for a way to do this, also using it with shadowbox, but could you please tell me where to put this code? it’s not in the functions.php or shortcode.php apparently.
thanks in advance!
edit: i found it, wp-includes/media.php, but i get a bunch of errors on the page with the gallery, looking like this:
array_map() [function.array-map]: The first argument, ‘esc_attr’, should be either NULL or a valid callback in ***/media.php on line 547
yes, i’m looking to do exactly the same thing… it should be a class rather than an id though, and it would be good (in my case at least) to have it on the post div rather than on the text node, so it’s possible to hide the posts entirely if that is preferred.
I noticed that UAM still displays the title of an unaccessible post, even though the settings allow you to enter a ‘sorry no rights’-text to display in place of the post title? It could be that i am overlooking something…