freizeitmonster
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Formatting content from text area fieldThank you Greg,
this works great.Please put this into your next update. ??
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Formatting content from text area fieldHi Greg, any ideas?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Formatting content from text area fieldHi,
i think we have a misunderstanding.
Currently the field output is:
Open hours: Monday - Friday: 08:00 - 12:00 Saturday - Sunday: 09:00 - 12:00 No Holidays.
What I need is this text as entered in field:
Open hours: Monday - Friday: 08:00 - 12:00 Saturday - Sunday: 09:00 - 12:00 No Holidays.
Works great.
Thank you very much!Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Font awesome iconsHow can we upload the current version or change some single icons to modern icons (e.g. map marker)
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Font awesome iconsPerfect question.
Follow!Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Display all selected checkbox optionsOk.
Thank you. I will looking for a developer ??Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] custom color search fieldok. may be with the update ??
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Display all selected checkbox optionsHi,
Thank you for your code.I create a custom checkbox field called “custom_corona”.
In this field there are several options to choose.What i try to achieve is this:
https://suchen.mobile.de/auto-inserat/volkswagen-golf-allstar-bmt-klima-shz-pdc-coburg-d%C3%B6rfles/313002435.html?coId=051e7b86-4cf2-48b7-a920-e5f4847280af&action=homeSponsoredProfileRecoAbove the image you can see 5 different colored blocks.
In the item list page (ad card) i want to show a png-image with a tooltip, when this custom field is filled.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Display all selected checkbox optionsHi,
thank you very much.
Now it is displayed as “Array ( [0] => Online-Beratung [1] => Online-Vertrag [2] => Hygienekonzept [3] => Lieferung m?glich )”.How to remove the “Array ( [0] => “?
And how to display each selected option as one stand alone string? I would like to customize each option with an individual background color?Best
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Custom field with price informationsExcellent!!!!!!
Brilliant.
Thank you very much.Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable standard featured imageForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] More than one search bar?Hi,
i would need help with it but I think this is custom coding and not a support topic.
In this case it would be the best way to create a php/html search bar in the header.
I’ve created a custom list-item plugin.
And i put this code into the new list-item.php to delete the published date.
This works. But the location informationen will not be displayed.
And how to add the category string?<div class="<?php echo adverts_css_classes( 'advert-item advert-item-col-'.(int)$columns, get_the_ID() ) ?>"> <?php $image_id = adverts_get_main_image_id( get_the_ID() ) ?> <div class="advert-img"> <?php if($image_id): ?> <?php $image = get_post( $image_id ) ?> <img src="<?php echo esc_attr( adverts_get_main_image( get_the_ID() ) ) ?>" class="advert-item-grow" title="<?php echo esc_attr($image->post_excerpt) ?>" alt="<?php echo esc_attr($image->post_content) ?>" /> <?php endif; ?> </div> <div class="advert-post-title"> <span title="<?php echo esc_attr( get_the_title() ) ?>" class="advert-link"> <span class="advert-link-text"><?php echo esc_html( get_the_title() ) ?></span> <?php do_action( "adverts_list_after_title", get_the_ID() ) ?> </span> <a href="<?php the_permalink() ?>" title="<?php echo esc_attr( get_the_title() ) ?>" class="advert-link-wrap"></a> </div> <div class="advert-published "> <?php $location = get_post_meta( get_the_ID(), "adverts_location", true ) ?> <?php if( ! empty( $location ) ): ?> <span class="advert-item-col-1-only advert-location adverts-icon-location"><?php echo esc_html( $location ) ?></span> <?php endif; ?> <?php $price = get_post_meta( get_the_ID(), "adverts_price", true ) ?> <?php if( $price ): ?> <div class="advert-price"><?php echo esc_html( adverts_get_the_price( get_the_ID(), $price ) ) ?></div> <?php elseif( adverts_config( 'empty_price' ) ): ?> <div class="advert-price adverts-price-empty"><?php echo esc_html( adverts_empty_price( get_the_ID() ) ) ?></div> <?php endif; ?> </div> <div> Item Location </div> <div> Item Categorie </div> </div>
Website: https://www.myfreizeit.de
- This reply was modified 3 years, 7 months ago by freizeitmonster.
- This reply was modified 3 years, 7 months ago by freizeitmonster.