eddiebouncer
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] get category from page-titleHello Brian,
Thanks for a fast reply.
The shortcode is convenient and i could place it in the child, so np there. But i’m thinking of a general shortcode so our client won’t have to change it for every page X.
It’s easy for a user to ‘give page X category X respectively’ and give page Y category Y.Could i inject php in the cat section?
$atts['cat'] ) {
Peace, Ed’
Bingo, that works nicely.
not sure what i missed as i CMD-F’d my way through all $args afaik
Thanks for the reply! Cheers, Ed’
Forum: Plugins
In reply to: [WP Sitemap Page] Sort orderHi awelsh,
I’m looking to reverse the order of the alphabetical order (as it’s from Z to A, instead of A to Z with order = title…
On which lines did you add the $order to function calls and return_content_type function parameters? Or could you share your .php?
Cheers, Ed’
Hi there,
I see that as of v1.5.6 we can sort lists with:
[wp_sitemap_page only=”page” sort=”menu_order”] To display the pages sorted by menu order. Possible values are: ‘post_title’, ‘menu_order’, ‘post_date’, ‘post_modified’, ‘ID’, ‘post_author’, ‘post_name’.
Now i’d like to use post_title to sort alphabetically, but when i do, the list goes from Z-A (top-bottom). How can this be reversed?
Thanks, Ed’
Forum: Plugins
In reply to: [Easy2Map] retina markersHi there,
I did upload high-res icons, but then they show up twice as big ??
Cheers!
Fixed, had to add options to downloads > settings > misc…
add.: It would be cool to not redirect the button to the options for the download, but to have these options on the Download page itself. But i guess that’s hard to accomplish?
Add.: This is the section that i removed to fix it:
<?php if ( !empty( $contents['legend'] ) ) : ?> <legend <?php echo rtb_print_element_class( '', $legend_classes ); ?>> <?php echo $contents['legend']; ?> </legend> <?php endif; ?>
Mmz perhaps it’s not the exact phrase in english as i translated it. It is in the template-functions.php @ line 84-88. There i removed the <legend> section.
Currently the site is in develop mode, so it isn’t public yet.
But do the lines 84-88 correspond with the <legend> tag?
Cheers, Ed’
Already did – Thanks for the support!
Forum: Plugins
In reply to: [Five Star Restaurant Reservations - WordPress Booking Plugin] Style FormSorry, it’s currently in dev-mode. Over here, i’ve set up a redirecting host.
Add.: The full code does have a closing /label tag; previous code-snippet was mainly to show the br-tag pops up.
<div class="name"> <label for="rtb-name"> <br> Name </label> <br> <input id="rtb-name" type="text" value="" name="rtb-name"> </div>
I can post the link soon if you’d like to take a look. For now i’ve set negative margin to fix it:
.rtb-booking-form label { margin: -1.5em 0; }
Cool beans, thanks for support and nice plugin!
Forum: Plugins
In reply to: [Five Star Restaurant Reservations - WordPress Booking Plugin] Style FormAn example for the name div which holds the br tag:
<div class="name"> <label for="rtb-name"> <br> <input id="rtb-name" type="text" value="" name="rtb-name"> </div>
So this is theme related?
Add.: I guess this works:
.picker–focused .picker__list-item–disabled, .picker__list-item–disabled, .picker__list-item–disabled:hover {
display: none;}Cheers!
Forum: Plugins
In reply to: [Five Star Restaurant Reservations - WordPress Booking Plugin] Style FormAdd.::
– i kept the titles, and used a negative margin to work around the<br>
in the code; But is there a way to remove the<br>
between title and textfield?
? kept titles so no need for placeholder.
? I used float left and right on the time and party divs, works fine.Forum: Plugins
In reply to: [WP Sitemap Page] can't find a way to make it show in alphabetical orderHi there,
Thanks for a nice plugin. +1 for this feature to sort the list alphabetically