mshetzer
Forum Replies Created
-
Here you go.
https://www.shetzers.com/fundamentals-of-photography-registration/Thank you!
MattForum: Plugins
In reply to: [Posts in Sidebar] Text not wrapping correctlyResolved
Forum: Plugins
In reply to: [Posts in Sidebar] Text not wrapping correctlyThat did it perfectly. Thank you for the help !!!
MattForum: Plugins
In reply to: [Posts in Sidebar] Text not wrapping correctlyThat works perfect for the thumbnails.
My last task which I can’t figure out is how to force the text to the right (or below) of the Medium images.
When on a wide screen, the image fills the sidebar, and the text should move underneath. When on a mobile, and the sidebar gets moved below the normal content the sidebar size automatically increases, and I would like it to wrap to the side of the image, and then below.
Is this possible? I’ve made the changes in my testbed with a Medium image in the sidebar.
https://www.shetzers.com/shetzers_v01/
Thanks again for all your help and this great widget !
MattForum: Plugins
In reply to: [Post Types Order] Sort Order for PostsThanks. I purchased the plug in a couple of days ago, however Support (Dan) and I are not getting closer to get it complete.
All of my posts have feature images, and I am needing to sort by the feature image name. A-name.jpg to Z-name.jpg. (as described in the first post of this thread).
Any assistance you can give support to get this working correctly will be greatly appreciated.
Matt
Forum: Plugins
In reply to: [Cactus Masonry Classic] Post SortingI’m actually using a custom function in my child theme to generate the sort order I need. Is there any way I can reference this sort by using your plugin?
You’re plug in is awesome, and this is just my last step for customization.
Here is how I’m using it:
https://www.shetzers.com/pictures/bald-eagle-pictures/Here is the function:
function custom_sorting_function_featured_file($post_list, $sort_view_id, $orderBy, $query)
{
//create a map list with posts containing a feature image and another which does not
$list_map_feature = array();
foreach($post_list as $object_id)
{
$thumbnail_id = get_post_meta($object_id, ‘_thumbnail_id’, TRUE);if(empty($thumbnail_id))
continue;$feature_post = get_post($object_id);
$list_map_feature[$feature_post->post_title] = $feature_post->ID;
}//sort the dates ascending
asort($list_map_feature);$post_list = array_values($list_map_feature);
return $post_list;
}Forum: Plugins
In reply to: [Cactus Masonry Classic] Post SortingThanks for the quick reply.
I did this on another site for portfolios with the following, and I’m wondering if there could be a modification to do it here.Thanks for looking at this !!!
Matt$archive_share = x_get_option( ‘x_integrity_portfolio_archive_post_sharing_enable’ );
?>
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<div class=”entry-featured”>
<?php x_portfolio_item_featured_content(); ?>
</div>
<div class=”entry-wrap cf”><?php if ( x_is_portfolio_item() ) : ?>
<div class=”entry-info”>
<header class=”entry-header”>
<h1 class=”entry-title entry-title-portfolio”><?php the_title(); ?></h1>
<?php x_integrity_entry_meta(); ?>
</header>
<?php x_get_view( ‘global’, ‘_content’, ‘the-content’ ); ?>
</div>
<div class=”entry-extra”>
<?php x_portfolio_item_tags(); ?>
<?php x_portfolio_item_project_link(); ?>
<?php x_portfolio_item_social(); ?>
</div><?php else : ?>
<header class=”entry-header”>
<h2 class=”entry-title entry-title-portfolio”>
” title=”<?php echo esc_attr( sprintf( __( ‘Permalink to: “%s”‘, ‘__x__’ ), the_title_attribute( ‘echo=0’ ) ) ); ?>”><?php x_the_alternate_title(); ?>
</h2>
<?php if ( $archive_share == ‘1’ ) : ?>
<?php x_portfolio_item_social(); ?>
<?php endif; ?>
</header><?php endif; ?>
</div>
</article>Forum: Plugins
In reply to: [Post-a-pic] ImageIf you would like to contact me at [email protected] I would gladly pay you for your time to get the IPTC description to post. Thank you. Matt
Thanks for the response.
I see the Gallery page, but the settings are minimized, and I am unable to expand them, therefore set the preview images.
For example:
https://shetzers.com/shetzers_v4/wp-content/uploads/2014/09/Capturea.jpg
Thank you.
Mattbump
Forum: Plugins
In reply to: [Posts in Sidebar] Removing Blank Space between widgetsPerfect. Thanks for all your help !
MattForum: Plugins
In reply to: [Posts in Sidebar] Text wrapping to the right of the imagePerfect. That did the trick. Thank you !!!
Forum: Plugins
In reply to: [Posts in Sidebar] Text wrapping to the right of the imageThanks for the quick response.
Unfortunately, that did not seem to do it.
Matt
Forum: Plugins
In reply to: [Posts in Sidebar] Text wrapping to the right of the imageSorry, sample link would in the “Recent Posts” section at:
https://shetzers.com/Matt