llirik
Forum Replies Created
-
was this implemented? where can i get more info? specially, im wondering if this would be able to add a custom class
Forum: Plugins
In reply to: [NextGEN Player Template] stylingHey, thanks for the quick reply.
I found this and just commented out the line
dom.gv_galleryWrap.css({
width: gv.outerWidth(dom.gv_gallery),
height: gv.outerHeight(dom.gv_gallery)
/*padding: this.opts.frame_gap*/
});but it seems to have done nothing and the 5px are still being added.
also, as im understanding it, this will remove padding completely from the frame, including the thumbnails (ive tried in developer mode unchecking padding to see)… what im trying to do is here:
http://www.mspv.com/V2/products/military/s8
remove the padding from the main image so that it spans the entire div… but the padding below for the thumbnails is good and clear.
Forum: Plugins
In reply to: [NextGEN Player Template] stylinghmm, i dont really know js. and i couldnt find anywhere in the galleryview js that looks like its adding the 5 px. what should i be looking for?
Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6Erm, seems i meant “Fermiumize” but its edited by another programmer (and the support for the theme is on a paid website).
I have gone to him to ask what’s up, but any responses take forever so I’ve taken it upon myself to get things fixed up since I can’t deal with further delays on this particular site.
Anyway… the theme has featured image working on the posts, but not on the pages, so is there more info on this possible bug? I’ve seen mention that twenty-twelve had this issue and it was fixed in a subsequent release… perhaps the same issue is here?
Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6it’s called “fremiumize”
Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6hmm, seems to indeed be the theme itself, but this worked fine in 3.5
anyone know how to go about fixing this for 3.6?
Forum: Plugins
In reply to: [Post Editor Zen Coding] Can't resize edit windowi’m having this issue as well. new install of WP 3.6, safari. its locked to like 300 px and i can’t seem to find where i can manually increase this (dragging bottom right does not work)
Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6Yes, no change.
Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6I’m having the same issue and unable to find an answer for WP 3.6
Forum: Plugins
In reply to: wp_list_pages creates extra paragraph only on FIRST childi’m finding the wordpress forums to be extremely unhelpful and unfriendly….
Forum: Plugins
In reply to: wp_list_pages creates extra paragraph only on FIRST childOKAY… after hours of going through this… I’ve fixed… but I have no idea if i’m breaking something else.
I was able to get rid of the </p> that was being added by removing the \n in /wp-includes/post-template.php
function start_lvl(&$output, $depth) { $indent = str_repeat("\t", $depth); //$output .= "\n$indent<ul class='children'>\n"; $output .= "$indent<ul class='children'>\n"; }i’m not sure though… is this a bug that needs to be filed or am i a random one time only case?
Forum: Plugins
In reply to: wp_list_pages creates extra paragraph only on FIRST childupon a bit more inspection, safari inspector is showing the <p></p>… but in the raw code, only a </p> pops up out of nowhere on the first one.