srussell13
Forum Replies Created
-
Forum: Reviews
In reply to: [iiRe Social Icons] The best social icon plugin ever!Thanks for the positive review! Any questions, just ask!
Forum: Plugins
In reply to: [iiRe Social Icons] Plugin/Shortcode working but icons do not show in adminEd… If you created a “custom” folder and uploaded via FTP, those icons may have been removed by the WordPress update process (files removed before installing new version of plugin)
All you may need to do is re-add the custom folder…
Let me know
Forum: Plugins
In reply to: [iiRe Social Icons] Plugin/Shortcode working but icons do not show in adminHi Ed… please send me an email to [email protected]. We’ll see if we can find out where the problem might be.
Forum: Plugins
In reply to: [iiRe Social Icons] Cannot close tabs in Widget SettingsUpdating to the latest version (1.6.2) will fix the height issue in the Widget/Shortcode Designers.
Forum: Plugins
In reply to: [iiRe Social Icons] Code to put icons in header?Here you go… Can can insert this the desired location in your theme’s header.php file
Use the Shortcode Designer to add the desired icons
<?php if(function_exists(‘iire_social_theme’)) { iire_social_theme(); } ?>
Forum: Plugins
In reply to: [iiRe Social Icons] Options of the widgetSorry, share functions are not directly available in this plugin. It is designed for links to specific urls like a YouTube channel or specific Facebook page.
Forum: Plugins
In reply to: [iiRe Social Icons] Unable to deactivate either this or 'Lite' pluginStrange… possibly something that got deleted when it shouldn’t have?
If you have FTP access, you can remove the folders from your wp-content/plugins/iire-social-icons
Forum: Plugins
In reply to: [iiRe Social Icons] Cannot close tabs in Widget SettingsSo clicking on the headers of each category (Icon Theme, Icon Size, etc) does not collapse the other panes?
Depending on the versions of Jquery UI and WordPress in use, the Jquery accordion tries to set the height of the open tab to 100% of the window height of the browser. Looking into a permanent fix for this, but since Jquery UI is a third-party, a solution is not easily created as a work-around.
As a temporary solution, you can try zooming out in your browser to access the other tabs, then click on the each header.
Forum: Plugins
In reply to: [iiRe Social Icons] Using Custom IconsIf you’re seeing the custom icons in the Widget/Shortcode Designer and added the custom theme, then the graphics sound correct.
Try resetting your Widget/Shortcode settings and re-add the icons.
It may take a few screen refreshes as your browser may be caching the previous version of the images. You try clearing your browser cache as well
Keep me posted!
Forum: Plugins
In reply to: [iiRe Social Icons] ERRORAny Luck?
Forum: Plugins
In reply to: [iiRe Social Icons] ERRORThe database table for remembering the plugin settings has already been deleted from a previous uninstall attempt.
You might try reinstalling the plugin… go to the Widget Designer, General Settings and and set Remember My Settings to “No”, then try the uninstall
Forum: Plugins
In reply to: [iiRe Social Icons] Shorten Icon ContainerYes, the height of the Widget Container can be set to whatever you want depending how much vertical space you need.
The side panels is a collapsible accordian by design(only one panel is open at a time) since the height of the admin window can vary.
I am considering adjusting the code so the side panel can scroll in a future release
Forum: Plugins
In reply to: [iiRe Social Lite] Different link for every postSorry Tim, Not possible with the current setup
Forum: Plugins
In reply to: [iiRe Social Icons] SidebarI’e seen this every once in a while with the current version of WordPress and an older version of Jquery UI, which tries and set the height of the accordian in each pane to 100% of the window height.
Depending on the browser, you can inspect the source and uncheck the element style of height… This will remove the auto height parmeter and aloow access to the other panels in the accordian.
You can also try zooming out in your browser
Forum: Plugins
In reply to: [iiRe Social Icons] Alignment options: Left, Right, CenterThe container that hold the icons can only “float” left or right… there is no “center” float available in CSS.
What you can do add left padding to the container to move the icons ot the right to approximate center
Hope that helps!