Travis Smith
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] Offset not workingPlease update & test if resolved. If not, please add issue here including a screen capture of the widget settings: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Please update & test if resolved. If not, please add issue here including a screen capture of the widget settings: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] Sorting Post by Numerical Order?Please update & test if resolved. If not, please add issue here: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] HTML structureI believe this was fixed. Please update & test if resolved. If not, please add issue here: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] Taxonomy dropdown not workingPlease update & test if resolved. If not, please add issue here: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] Category@mediacellar Sorry but that is not the case…if you read the Readme, issues are addressed on github.com. Also, if you need urgent attention to a FREE plugin, please feel free to sponsor an update, which will always be addressed quickly, usually within the week.
Please update & test if resolved. If not, please add issue here: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] Pagination not shownPlease update & test if resolved. If not, please add issue here: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] Read more link when using ExcerptPlease add issue here: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] Multisite Blog FilteringPlease add the issue here: https://github.com/wpsmith/genesis-sandbox-featured-content-widget/issues
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] "Link to image" not workingThis actually isn’t a good fix. Essentially the fix is bogus because:
Let’s say Widget Setting link_image_field is blank, which for most people it is. Then…
$link = $instance['link_image_field'] && genesis_get_custom_field( $instance['link_image_field'] ) ? genesis_get_custom_field( $instance['link_image_field'] ) : get_permalink();
…results in this:
$link = '' && genesis_get_custom_field( '' ) ? genesis_get_custom_field( '' ) : get_permalink();
`
…which when evaluated results in this:
$link = '' && '' ? '' : 'https://domain.com/permalink';
So the conditional will always be false. Thus, not a good fix. This was fixed in 1.1.7. Please update.
Forum: Plugins
In reply to: [Custom Upload Dir] Support for WordPress 3.6Works for me.
Forum: Plugins
In reply to: [Genesis Latest Tweets] Does not work.Plugin updated to new Twitter 1.1 API. Please do the following:
- Update to 1.1
- Go to the Genesis > Twitter Widget Settings Page
- Follow instructions to create Twitter App & insert codes
- Save & Adjust Twitter Widget settings as needed
Forum: Plugins
In reply to: [Genesis Latest Tweets] The Twitter API returned an error ……Plugin updated to new Twitter 1.1 API. Please do the following:
- Update to 1.1
- Go to the Genesis > Twitter Widget Settings Page
- Follow instructions to create Twitter App & insert codes
- Save & Adjust Twitter Widget settings as needed
Forum: Plugins
In reply to: [Genesis Latest Tweets] Down on all sitesPlugin updated to new Twitter 1.1 API. Please do the following:
- Update to 1.1
- Go to the Genesis > Twitter Widget Settings Page
- Follow instructions to create Twitter App & insert codes
- Save & Adjust Twitter Widget settings as needed
Forum: Plugins
In reply to: [Genesis Latest Tweets] The Twitter API returned an errorPlugin updated to new Twitter 1.1 API. Please do the following:
- Update to 1.1
- Go to the Genesis > Twitter Widget Settings Page
- Follow instructions to create Twitter App & insert codes
- Save & Adjust Twitter Widget settings as needed