densdj
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Ads typeHi, can you tell me more about opportunity to custom programming at my question better to my email please.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Copy adverts from other my site.Thanks, and do you know any plugin like WP Scraper(it works only with posts), that will copy images, (and title) and will work with WP Adverts too? (Or any way to adapt WP Scraper to WP Adverts)
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Error in font pathThanks, it works (i created new thread, named “Error editing Add page” and copied this question in it)
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Error in font pathI am sorry, i was asking Greg
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Error in font pathMy site, if needed
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Error in font pathHi, today i notice that cant edit add page, WP admin shows error when i am trying to edit Add page (by adverts), email comes with: “Call to undefined function shortcode_adverts_add()” What i have to do? (i can preview it, and do other action but edit. There was moderation set on Add page, and plugin was updated few days ago)
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Display Specific Ads + Unable to Change TextForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Display Specific Ads + Unable to Change TextHi Greg, i want to ask, how to change “Your ad has been published. You can view it here(Url…)” and also text when ad is going to moderation, – to another text, with the help of “say what” I cant find right text domain (“adverts” as domain – dont work)?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] my_custom_fieldThank you for best plugin support. (later i am going to buy location module)
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] my_custom_fieldI mean this: https://ibb.co/rbm5F3w (i have contact form module), person name just near phone number.
Sorry, it was other extension.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] my_custom_fieldHi, in advert details page, i need to put contact person name after phone number, i used code:
add_action( “adverts_tpl_single_details”, “my_adverts_tpl_single_details” );
function my_adverts_tpl_single_details( $post_id ) {
$cf = get_post_meta( $post_id, “adverts_person”, true);?>
<?php if(! empty($cf) ): ?>
<div class=”adverts-grid-row”>
<div class=”adverts-grid-col adverts-col-30″>
<span class=”adverts-round-icon adverts-icon-wordpress”></span>
<span class=”adverts-row-title”>Person name</span>
</div>
<div class=”adverts-grid-col adverts-col-65″>
<?php esc_html_e( $cf ) ?>
</div>
</div>
<?php endif; ?><?php
}but it is shown in the middle of details page, and with round icon of WP logo.
Tell me please, how to put it after number, without any icon, or logo. (just person name)I mean this https://imageup.ru/img162/3472410/112.jpg Only posts categories available, classifieds have other categories, they are not in Restricted Categories extension.
2)And about topic “Hide a category”, is it possible to make Restricted Categories extension, to work with classifieds categories too, it works only with posts categories (again sorry for my English)
One more question, how to show only primary category, in place of date. For example: “moto cars\opel”, here primary category only opel (is set in classified category column), i want to show only opel in place of date.