I’m currently using the Twenty Twenty theme. I’ve added four packages in both Hivepress and in WooCoommerce. However, I can’t see a Package page and the Add Listing button is not showing up anywhere on my site. Per some other answers in the community, I’ve tried deactivating other plug-ins, clearing the cache, and updating permalinks. Nothing is working and the button is still not showing up. How can I get this button to show up?
if you talk about the “Add Listing” button in the header menu, it’s displayed by the hivepress themes.
This button is part of the header of each HP themes, so if you use another theme, you’ll not see it.
Maybe you can add this button by yourself in your header menu via HTML and link it to your add listing form url ?
Got it - thanks! What is the URL for the Add Listing Form?
Hi,
Please make sure that the Allow submitting new listings is enabled in HivePress > Settings > Listings.
That’s already enabled, and that doesn’t answer my question. What is the URL for the Add Listing Form? For example, submitting a listing is /submit-listing. Is there another URL for the Add Listing Form? I need that so I can manually add it to my menu.
Hi! https://yourwebsite.com/submit-listing/details/
If you want to make it similar to the original add listing button, add this css into the “Additional css” field:
.menu-item-1234 a {
background-color: darkcyan;
padding: 1px 12px 2px 12px;
border-radius: 4px;
color: #fff;
}
.menu-item-1234 a:before {
content: "\2795\0a0";
}
Inspect your newly created add listing button, to find it’s ID, and replace the item id “item-1234” for your real ID.
Great! Thank you! Why don’t attributes like phone, email, etc show up on this form page?