kallekillen
Forum Replies Created
-
Much appreciated, marked as resolved!
Many thanks
Should’ve most definitely have told you this earlier but just realised this might affect it myself.
The posts are a custom post type, does this affect the markup for categories (as they’re definitely set up)?
Post type and taxonomy below if helpful:
post_type=portfolio taxonomy=portfolio_category
Apologies and thanks again for your diligence!
Still nothing, my apologies!
I’ve tried moving it around different positions in the template but to no avail.
Any final thoughts?
With the inclusion of your snippet above this is what I have:
<div class="portfolio-posts"> <h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?> <?php global $post; the_category('', '', $post->ID); ?></a></h3> </div>
Strange, any thoughts on obvious things that could be breaking it my end? Visual composer perhaps or another plugin conflict?
Thanks!
Doesn’t work unfortunately! Any other ideas?
Forum: Plugins
In reply to: [AccessPress Social Share] Align centerThis did it for me:
.apss-social-share { text-align: center; } .apss-single-icon { display: inline-block; text-align: left; }
Forum: Plugins
In reply to: [BuddyDrive] Notifications+1 this, would be a great added feature!
Forum: Plugins
In reply to: [BuddyDrive] Feature request: allow all users to share to a group's folder+1 on this, would be and ideal feature!
Forum: Plugins
In reply to: [BP Group Documents] Keeping uploads hidden for non-logged in users/membersAny way of restricting it for non logged in users even if it’s a public group? I’ve restricted access to the site unless logged in and would like my users to still be able to join groups freely without invite (so using public groups) but would still like to keep any uploads restricted to logged in users only.
Any advice would be highly appreciated, thanks!
Forum: Plugins
In reply to: [Appointment Booking Calendar] Suggestion: book several time slots at a timeI second this! This feature would be a huge improvement.
I second this, hopefully we’ll get the plugin author in here for a fix!
Forum: Plugins
In reply to: [Infinite-Scroll] PHP Notices Everywhere!Have you tried replacing line 547 of presets.php with:
return wp_get_theme( $theme )->exists();
Forum: Plugins
In reply to: [Simple Ads Manager] Missing content in post editor after upgrade to WP 3.5This could aslo be caused by a conflict with AdBlock for Chrome and AdBlock Plus for Firefox, try disabling it.
Forum: Fixing WordPress
In reply to: Get thumbnail by URLI think the issue here is that not only is it outside the loop, but there’s no way to establish a connection between the thumbnail and the url as these aren’t generated until the page has been loaded (and the URL is being loaded via javascript while the thumbnail via php).