Craig Pettit
Forum Replies Created
-
Forum: Plugins
In reply to: [bxSlider integration for WordPress] Using CaptionsI am also having the issue with captions. There doesn;t seem to a function to pull attachment captions.
Forum: Plugins
In reply to: [Custom Post Type UI] Category creation and menu visibilityna i solved the problem – Even though i had already created a category called clients, it didnt work. so created another one called categories and it came up in the menu absolutey fine.
in terms of adding it to the page, the advanced options are available bit if it isn’t set up right in the first place it isn’t going to work.
Forum: Plugins
In reply to: [Custom Post Type UI] archive-custom_type.php doesn't workYou should use the template hierarchy
the template file will be called
taxonomy-posttype.phpor in my case
taxonomy-portfolio.phpForum: Plugins
In reply to: Plugin – MetaSlider – ResponsiveAccording to the Slimbox plugin installation guide, All i have to do is install and activate the plugin, but it doesn’t seem to work.
Forum: Plugins
In reply to: Plugin – MetaSlider – ResponsiveThanks for getting back to me
are you referreing to this codefunction metaslider_rel_attribute($slide, $slideshow_id) { $slide['rel'] = "lightbox[{$slideshow_id}]"; return $slide; } add_filter('metaslider_image_slide_attributes', 'metaslider_rel_attribute',10, 2);?
Do i need to edit the shortcode to include rel=lightbox or download any additional plugins?Thanks Again
Craig