holby
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Load after ajaxWow, 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
In reply to: [Code Snippets] Load after ajaxSure, 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
In reply to: [Participants Database] editable single pageamazing, of course you have a tutorial for it ??
Forum: Plugins
In reply to: [Participants Database] date field not showingHi
I sent a mail on xnau.com/contact with access
thank you!
Forum: Plugins
In reply to: [WP Tiles] Restricting by category not workingit works fine with the category slug
[wp-tiles category=”your_cat_slug”]
fubbi
Forum: Plugins
In reply to: [MaxGalleria] first image always gets selectedI solved it by hiding the selection with:
*:focus {
outline: none;
}Forum: Plugins
In reply to: [WP Tiles] Add tiles with only text in my gridHi
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
In reply to: front page selectionHi
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