flashpunk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PageNavi] pagination fails on /page/3/ and aboveHi there, i’m having a similar problem here, however with the default post type.
I don’t think this fix will work as it is effecting the way that custom post types are being displayed. Anyone have any other suggestions?
Forum: Plugins
In reply to: [gcal-table] Suggestion to fix your pluginI Might also suggest, it would be good if you could add some classes to the table cells so they’re more easier to target with CSS.
Forum: Plugins
In reply to: [WooSidebars] Sidebar 'Page' condition not working on Networked blogApologies, it’s been a month since I posted this request, I don’t remember the issue.
Forum: Plugins
In reply to: [WPSocialite] Pinterest Not Working ProperlyPinning seems to work for me on a site that I am using the plugin for. I did notice that your post did not include an image – don’t you need an image to enable pinning? Pinterest is image based no? (I’m not very familiar with pinterest)
Forum: Plugins
In reply to: [WPSocialite] Pinterest Not Working ProperlyThank you Tom. Great plugin!
Forum: Plugins
In reply to: [WPSocialite] Pinterest Not Working ProperlyI’m having the same issue. Would love to see if this can get fixed!
Forum: Themes and Templates
In reply to: Need help with 2 column loop@alchymyth your code worked perfectly!
Thank you!
Forum: Themes and Templates
In reply to: Need help with 2 column loopInitial Code posted here:
https://pastebin.com/fgQRTt5vDavid, thanks for the response, i’m not really looking for nice even post columns, the effect i’m going for is kind of a newspaper style, they won’t line up at the bottom, but it’s ok.
I saw your code before it was removed by the moderators, I don’t think it would work for what i’m trying to accomplish here. But could you post it again, as I think it may be helpful to someone else who is trying to do something similar.Forum: Themes and Templates
In reply to: Need help with 2 column loopOk, i just noticed that the extra div is always in the left column (the odd posts), so the right column has 4 posts, and the left has 3. I think it’s expecting there to be equal posts in both the left and right.
It’s closing all the divs properly, the problem is that it’s outputting some of the stuff from the post (stuff that isn’t dynamic). Here’s the html from the last two entries in the left column:
[Code moderated as per the Forum Rules. Please use the pastebin]
So you see, that it displays” Read Post | | Comments Off” at the bottom of the left column, if there isn’t an even number of posts.
Does that clarify the issue?
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Avatar not displaying on Author PageSorry, never fixed this issue.
Tried it again, blank page.
Here’s a screenshot. https://twitpic.com/7zbggc
I’m seeing this too,
however after I applied your fix, I am now unable to access the plugin page.Is there any other fix I can apply?
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Avatar not displaying on Author PageHi there, thanks for the reply.
I am using the get_avatar() function, however it is still not working.
i’ve tried it with:
echo get_avatar( get_the_author_meta('ID'), 150 );
and
echo get_avatar(get_the_author_meta('user_email', $curauth->post_author), 150);
Forum: Hacks
In reply to: Hierarchical custom taxonomy permalink gives 404I’m looking for a solution to this as well.. Any luck?
I’m sorry, i just realized that I didn’t mention that this was happening on a multi blog installation that I use for development..
I’m not sure if that has any bearing?