Title: holby's Replies | WordPress.org

---

# holby

  [  ](https://wordpress.org/support/users/holby/)

 *   [Profile](https://wordpress.org/support/users/holby/)
 *   [Topics Started](https://wordpress.org/support/users/holby/topics/)
 *   [Replies Created](https://wordpress.org/support/users/holby/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/holby/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/holby/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/holby/engagements/)
 *   [Favorites](https://wordpress.org/support/users/holby/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Load after ajax](https://wordpress.org/support/topic/load-after-ajax/)
 *  Thread Starter [holby](https://wordpress.org/support/users/holby/)
 * (@holby)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/load-after-ajax/#post-13238360)
 * Wow, thank you so much
 * there is a small error which I am sure is trivial but beyond my scope
 * In the first script on the last line:
 *     ```
       Parse error: a syntax error, expecting "}"
       Parse error: a syntax error, expecting ")"
       ```
   
 * Thank you again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Load after ajax](https://wordpress.org/support/topic/load-after-ajax/)
 *  Thread Starter [holby](https://wordpress.org/support/users/holby/)
 * (@holby)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/load-after-ajax/#post-13237673)
 * Sure, here goes:
 *     ```
       // Content Views - add custom script
       add_action( 'wp_footer', 'cv_theme_custom_script', 999999 );
       function cv_theme_custom_script() {
       	?>
       	<script>
       		jQuery( document ).ready( function ( $ ) {
       			$('.pt-cv-ctf-ev_stichtag').each(function(){
       $(this).find('.pt-cv-ctf-value').css('width','100%');
       $(this).closest('.pt-cv-ctf-column').css({'position': 'absolute', 'bottom': '30px', 'left': '0px', 'text-align': 'left'});
       });
   
       		} );
       	</script>
       	<?php
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] editable single page](https://wordpress.org/support/topic/editable-single-page/)
 *  Thread Starter [holby](https://wordpress.org/support/users/holby/)
 * (@holby)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/editable-single-page/#post-7648027)
 * amazing, of course you have a tutorial for it 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] date field not showing](https://wordpress.org/support/topic/date-field-not-showing-1/)
 *  Thread Starter [holby](https://wordpress.org/support/users/holby/)
 * (@holby)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/date-field-not-showing-1/#post-7646377)
 * Hi
 * I sent a mail on xnau.com/contact with access
 * thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Tiles] Restricting by category not working](https://wordpress.org/support/topic/restricting-by-category-not-working/)
 *  [holby](https://wordpress.org/support/users/holby/)
 * (@holby)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/restricting-by-category-not-working/#post-7345208)
 * it works fine with the category slug
 * [wp-tiles category=”your_cat_slug”]
 * fubbi
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MaxGalleria] first image always gets selected](https://wordpress.org/support/topic/first-image-always-gets-selected/)
 *  Thread Starter [holby](https://wordpress.org/support/users/holby/)
 * (@holby)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/first-image-always-gets-selected/#post-6683543)
 * I solved it by hiding the selection with:
 * *:focus {
    outline: none; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Tiles] Add tiles with only text in my grid](https://wordpress.org/support/topic/add-tiles-with-only-text-in-my-grid/)
 *  [holby](https://wordpress.org/support/users/holby/)
 * (@holby)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/add-tiles-with-only-text-in-my-grid/#post-5804287)
 * Hi
 * This solution only shows the title, I would love to know how to get the text 
   tile to show the text of the post, or the excerpt. But I don’t want the text/
   excerpt in the byline overlay when there is an image.
 * It would be very useful to be able to mix up the image tiles with some large 
   typographic tiles.
 * Thanks for a great plugin!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [front page selection](https://wordpress.org/support/topic/front-page-selection/)
 *  Thread Starter [holby](https://wordpress.org/support/users/holby/)
 * (@holby)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/front-page-selection/#post-2512085)
 * Hi
 * I had a look I don’t think thats it. I have to understand where to change how
   the choice is made what to put on the front page. I wand it to use a category
   instead of date or whatever it does now.
 * It isn’t an option, I have to identify it in the code somehow
 * thank you
 * holby

Viewing 8 replies - 1 through 8 (of 8 total)