atagrill
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Display a specific category on pageThe Short Code used to do this is [acadp_category id=1]. The number 1 will change depending on the category.
You just need to find the id for each category. To do that, in your dashboard go to Classifieds & Directory > Categories. Click on the heading for the category you want and open it in a browser so you can see the URL. The id number is expressed in that URL like this
acadp_categories&tag_ID=28
So, using my example, to display everything in that category my short code would be [acadp_category id=28]
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Change ‘Featured’ titleYou can do this in the plugin settings.
Go to Settings for the Plugin.
Choose Monetize from the tabs
There you’ll see the word Featured which you can change to the word you like.Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] WP Formsthanks, I guess it snuck in there with something else. Glad I can get rid of it.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Custom Fields in ListingI looked at my interface and these are the things I did:
IN the custom form area I indicated which Categories the specific form applies to. That’s done on the right hand side with heading Categories under the update button. I can’t remember if I had to add my categories there or if they appeared automatically.
In the custom form area make a selection under Display Options. You can choose to have the information appear on all categories (Form) All Categories or just the ones you chose as above (Categories) selective.
In the Add listing interface choose the Category when you add a listing (or when your customer does).
I’ll check other areas to see if there might be something else.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Custom Fields in ListingI think what he thought you were asking was can you show the unselected custom fields on the actual listing. Not just the ones selected.
If the custom fields are selected in the Listing Details area of the Add a Listing interface, yes they should show on the actual listing detail.
Here’s an example on my site : https://www.velohospitality.com/cycling-friendly/big-bike-giveaway/ One of my custom field is COVID-19 Essential Workers : Free Reconditioned Bikes for Essential Workers
Is that what you mean?
Forum: Plugins
In reply to: [Recent Posts Widget Extended] CSS CustomisationTry adding this in Custom css. If I remember the pre-written h3 in the custom box doesn’t doesn’t include the a tag. But the h3 is a link to post/page so you need to style that one not just h3
.rpwe-block h3 a{
font-size: 16px !important;
}The same likely goes for the excerpts.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] What kind of support forum is this???zsolt can you share those solutions here. It would be helpful for others who would like to know. I think that is often how it works on other support forums.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Briefcase Iconthanks tongpang, yes I should have clarified that I made these changes in a child theme. Thanks for pointing this out.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Featured Listings – RandomPerfect, again thanks so much. You’ve thought of everything!
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Link to ListingThanks so much. Instead of having the name appear again I changed esc_html( get_the_title() ) to ‘ read more . . . ‘
Very pleased!Also under settings for this plugin, under general, towards the bottom is: Show / Hide (in listing detail page). Where you can unclick date added, listing owner name etc.
I think this is more what you were asking.
- This reply was modified 4 years, 9 months ago by atagrill.
Hi,
This is a feature in wordpress admin panel go to Appearance > Customize > Blog
Select single post. Under Meta click the eye on the left of each feature and it removes them eg: author publish date.
In the structure you can also move the Title above the image which is something I like.I hope this is what you are looking to do. Maybe different for this plug in.
- This reply was modified 4 years, 9 months ago by atagrill.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] LocationsYes thanks so much that was the problem.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Briefcase IconIf anyone else is interested also in order to have a different icon on the manage listings page you can edit /wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/user/acadp-public-manage-listings-display.php
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Briefcase IconMany thanks, yes that works.
I think I ran into trouble because I created a custom file and got the directory location wrong. I realize that is another topic so I’ll search your forum and if I can’t find an answer I will post another question.