– post
– page
– advert (this is the one I want to be auto published)
– avia_framework_post
– portfolio
As you can see, the ” advert” option is in the list. But nothing happens if I create a new “advert” . So I tried the other options as wel, for instance “post” and “page” to see if “Auto Publish” works….but also nothing happens.
If however I “push” individual posts, pages and even adverts via the manual option, it works.
Resume :
Auto Publish does not work
Manual Publish does work
For me it looks like the plugin in general is working, but only the ” Auto Publish” doe not work.
Can you pleas advice what to do to make the ” Auto Publish” work. ?
]]>https://visualartists.ie/advert-category/job-vacancies-paid/feed/ should contain an image but as you will see there is nothing to be found in the code. These are coming from WP Adverts. They worked until recently and then nothing. Is there a setting that we should be using so that they show images in the same way that the other feeds do?
Thanks
Noel
]]>i′m using the full wp adverts bundle and use the following snippet (https://github.com/simpliko/wpadverts-snippets/blob/master/custom-fields-taxonomies/custom-fields-taxonomies.php) to add a new taxonomy to the add fields. It works fine, but how to display the “Taxonomy Example” value links in advert widget, singe page and so on like the standart “Advert Category”?
Thanks al lot!
]]>Is there a setting Im missing somewhere?
]]>We noticed after a plugins update the urls have changed for messaging which has misplaced where the user is sent to when they click on the Send Private Message button on an advert post.
Actual url Link to message compose page for Old Plugin Version.
/members/user1/messages/compose/
Actual url Link to message compose page for New Plugin Version.
/members/user1/messages/#compose
When a user clicks on Send Private Message to user JMB they are sent to
/members/user1/messages/compose/?r=JMB&_wpnonce=a082ef325b
This appears to be incorrect as it does not land on the compose page and lands on the main messages page.
If as a test we just manipulate the url to reflect the New Plugin Version “/#compose” instead of “/compose/” then the link does land on the compose page as should be.
Manipluated url
/members/user1/messages/#compose?r=JMB&_wpnonce=a082ef325b
Lands correctly!
It appears the Send Private Message button is still using the old plugin version url format “/compose/” Is it possible to have this corrected to reflect “/#compose”.
Thank you,
J
Topic: Send Messaging, Private Messaging Functionality.
Under new GDPR regulations in europe we are trying to minimize customer data exposure and getting the customer to do the least amount of work when messaging.
With the default setting in wp-adverts it exposes phone number and email of users that post adverts, this can be changed by:
Enabling the wp-adverts Contact Form
– which displays a contact form instead of contact details (Send Message).
This is step in the right direction for us, so we enabled Private Messaging through the wp-advert buddy press intergration plugin, great feature!.
We would now like to disable:
1) Send Message
2) Show Contact Details
And just have a Private Message button. We already looked at the general plugin customization as advised through the wp-advert docs with excellent guide https://wpadverts.com/documentation/child-themes-and-templates/
It appears that:
function ‘adverts_single_contact_information( $post_id )’
– located in ‘functions.php’, callback for ‘do_action(‘adverts_tpl_single_bottom’, $post_id)’
– located in in ‘/templates/single.php’
If the do action is removed from single.php it also removes all messaging + Private Messaging feature which we want to keep.
If we replace the contents of the function ‘adverts_single_contact_information( $post_id )’ and just have it return an empty div <div></div> then it seems to do the job. The trouble is if the wp adverts plugin is updated it will return to displaying the contact form or worse the contac details. not good!
The end goal is to have a a ‘Private Message’ button only at the end of the adverts page and when selected populates the ‘send to’ field with the advert sellers @username
ready to go!
Thanks
J
I have the Pro version of Content Aware Sidebars.
I can get the sidebars to appear on the pages I need but not on adverts posted using WPAdverts (https://wpadverts.com/)
For example: https://www.scootering.com/advert/for-sale-1963-vespa-gs160-mkii/
This page works fine: https://www.scootering.com/trader/
But each of the adverts when loaded shows the main theme sidebars.
How can I apply them to the advert pages?
Thanks
]]>