pare81
Forum Replies Created
-
Hi Greg,
no, if I use the code from link, then the “Contact Information Button is behind the additional content. I like the additional content underneath the button.
Best regards
PareForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Additonal content on single advertHi Greg,
thanks a lot, that worked.
Best regards
PareForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Pricing Fields SortingHi bfchris,
keep in mind, after an update of the plugin, you have to make the changes again…
best regards
pareForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Additonal content on single advertThe code above worked some weeks ago. Since one of your last updats the code doesn’t work. Is it possible, that the update from 2017-06-09 and there the point FIXED: Disallow shortcodes and some HTML tags in the Advert content is the problem?
It is no problem to add content before $content, but it is not possible to add additional content after $content.
This for example is working but the informations are postet before the gallery:
function my_additional_content($content) { if (is_singular('advert')) { $aftercontent = "<br><br>My additional content"; echo $aftercontent; } return; } add_filter('the_content', 'my_additional_content');
Thanks for your help and regards
Pare
Ahh ok, understand your problem ??
You can add a new currency. have a look to the following code:
// The code below you can paste in your theme functions.php or create // new plugin and paste the code there. add_filter("adverts_currency_list", "add_adverts_currency"); /** * Add new currency to the list * * @var $list Array list of currencies * @return Array updated list of currencies */ function add_adverts_currency($list) { $list[] = array( "code"=>"BWP", // ISO 4217 currency code, see https://en.wikipedia.org/wiki/ISO_4217 "sign"=>"Pula", // currency prefix or postfix "label"=>"Botswana pula" // currency long name ); return $list; }
you can find this information within the WPAdverts documentation.
https://wpadverts.com/documentation/adding-new-currency/—
Open your functions.php and paste the code from above at the end of this file. change the three lines with informations to your currency (BWP, Pula, Botswana pula) and safe the file. thats it.
Hi,
You can setup an currency within the options from WPAdverts.
Go to admin control panel of your wordpress and there:
Classifieds > Options > Core + Settings > and there you can setup the currency.
Best regards
PareForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Position of contact button/contact formAdditional question, is it possible to show the contactform as modal? so I only need the option to open this modal from position I define.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] UpdatesI love 1.2 only if I hear the improvements ??
thanks for reply Greg
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] View All Ads by User & Next Ad LinksHi, look at this for all ads by user:
https://github.com/simpliko/wpadverts-snippets/tree/master/ads-by-author
there are a lot more nice snippets by greg.
a buildin profilepage would be nice and a wishlist too but onetime it could be true if greg is lovely to us ??
best regards
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Adverts counterThanks Greg.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] ColumnsThanks for your reply ??
Would be nice if 4 columns will be standard ??
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Custom Fields AddonOk, thanks, I asked for the beta via contactform ??
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] License KeyOk thanks ??
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] License KeyShould work since the last update.
Could it be, that I have to update the addons manually with download the new version from your page and then upoad it again?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] ColumnsThanks, but then the option to use 4 columns within your optionspage is wrong ??