michent1
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Grid Slider] Make Grid Boxes Link To ContentWas actually able to figure this one out on my own. The tab image is now hyperlinked to it’s respective page.
Line 197-204 on content-slider-custom-shortcodes.php<div class="cgs-icon-l"> <?php $mykey_values = get_post_custom_values('content_slider_url'); $mykey_values_target = get_post_custom_values('content_slider_url_target'); ?> <a href="<?php echo $mykey_values[0] ?>" target="<?php echo $mykey_values_target[0]; ?>"><?php if ( has_post_thumbnail() ) { the_post_thumbnail('content-slider-thumb'); }?></a> </div>
Also changed the “Read More” text in the same file on line 175.
Forum: Reviews
In reply to: [Special Recent Posts] One of my most-used pluginsLooks like there’s a shortcode/php generator function in the plugin admin panel. Link to the doc below:
https://www.specialrecentposts.com/docs/#!/using_shortcodes_php_codeForum: Plugins
In reply to: [Simple Author Box] Add Additional Social Media Fields & Iconsthanks for the reply, Tiguan. We’d like to add: stocktwits.com icon.
Forum: Plugins
In reply to: [Discontinued: Srizon Social Album :Do Not Install] SlideshowYes, a slideshow extension specifically for this plugin. Maybe it could pull from the recently updated fb images, so you could have a “recent photos” slideshow widget, or you could define specific albums?
Just an idea that I think would bring some major added value ??
Forum: Plugins
In reply to: [Discontinued: Srizon Social Album :Do Not Install] Foobox IntegrationYes, the default lightbox works fine. Not sure where the conflict could be, but I’ll run through the plugins and see if one of them are causing an issue. thanks for the response!
Forum: Plugins
In reply to: [Age Verify] Background image on age verifyHi, we tried adding the code you noted above to our theme functions.php file to create an action and it totally broke our theme. Even after uninstalling the Age Verify plugin, we’re still geting the “Are you 21 years old to visit this site” info in the footer and the responsive design is no longer working. Could you tell me which specific files that code would affect so we can fix this? Thanks!
Awesome plugin by the way!We just tried a new install of the latest version and received the same error on line 232
Forum: Reviews
In reply to: [Duplicate Widget] Very useful thoughIt’s only been updated through 3.4.2 – probably the issue. Reason why I’m still on my search for a duplicate widget plugin. Seems like a pretty simple missing feature.