John Antonacci
Forum Replies Created
-
I’m using:
[fts pinterest pinterest_name=ssatravel type=boards_list]1.7.2 broke my layout as well. back to 1.7.1 and it came back.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] No display on pageYep, mark as resolved
thx,
JohnForum: Plugins
In reply to: [Constant Contact Widget] Placeholder textyou could do this with jquery and be reasonably safe on updates:
$ccwidget = $( '.widget_sf_widget_constantcontact' ); $ccwidget.find('label' ).css('display', 'none'); $ccwidget.find('input[name="fnm"]' ).attr('placeholder', 'First Name'); $ccwidget.find('input[name="lnm"]' ).attr('placeholder', 'Last Name'); $ccwidget.find('input[name="eml"]' ).attr('placeholder', 'Email');
Forum: Plugins
In reply to: Creating a static copy of a custom menuwp_update_nav_menu, doesn’t do the trick for me
Forum: Plugins
In reply to: [Simple Fields] Plugin won't work – Boxes do not appearI’ve used this plugin in the past with success, but I’m having the same problem.
Forum: Plugins
In reply to: [Social Sharing Toolkit] Linkedin Follow buttonHere’s a fix for linkedin profiles (the first one). Go to:
includes/buttons/button.linkedin.php line39
remove “in/”
Now when adding your id paste everything after .com/ from the linkedin url into the id input box.
This solution will probably fail when the plugin is updated (unless developer spots the error).
Forum: Plugins
In reply to: [Social Sharing Toolkit] Linkedin Follow buttonsame issue
So, the purpose of the plugin is to improve the results displayed by a stock search box?
Same question
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Genesis Featured Widget Amplifiedinstead of a numeric “include post id” I want to include:
genesis_get_custom_field( ‘_listing_agent’ );
where the number returned by this code is a post id#. is that possible?
Forum: Fixing WordPress
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] too big for sidebarticking the small player option when you have a custom style sheet over-rides the style sheet for the players in main posts.
also the include exclude pages options doesn’t work as expected for the widget.