Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello,
We will release it as soon as we have finished adding new updates and testing. Thanks for your patience.
I have tested this several times and I am not seeing an issue.
Can you say more about the problem? We cannot fix what we cannot see.
September 2, 2019 at 8:51 pm in reply to: Yoast meta titles not showing for individual listings. #506135This reply has been marked as private.Great!
Add that code as a wrapper for your ad code inside an HTML widget in:
WP Backend – Appearance – Widgets
If you need help with writing custom HTML for your site you can contact a developer here:
September 2, 2019 at 8:45 pm in reply to: Some custom fields not appearing in tabs on frontend #506132As Guust said, there is an inline style, and you have successfully overridden it. The CSS is not in the customizer. Where else are you storing CSS? It looks like you are using a plugin called CSS Hero. Try looking in there for the CSS.
This reply has been marked as private.I am not sure what the problem was, but it is working now, please check.
When you make the new invoice and select the user you can update their information in the invoice.
Hello,
what is the error?
The setup looks fine.
In the future please post WP Invoicing issues to https://wpinvoicing.com/support/
You can use the same credentials as you do for this site.
A
The compatibility was added the to GD Plugin.
The theme has options for adjusting layouts for CPTs and you should be able to use those.
GeoDirectory pages like GD Details, GD Archive, GD Search page layout can be managed from page layout settings.
Example: GD Archive Pages now supports page layout settings(sidebars, footer widgets etc…
Try the settings at:
GeneratePress > Elements > Add New
Choose Element Type > LayoutAfter that, you can use the GD Elements to determine what is displayed.
For any theme, if you are using a sidebar on the listing Details page, then you would want to add GD > Output location to the sidebar.
You can refer to our getting started page here: https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/
September 2, 2019 at 3:20 pm in reply to: I don't know what is next step of transform V1 to V2. #506096You can edit the page to change the shortcode configuration.
Use the shortcode builder to make the shortcodes you want:https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
I set the claim field to yes and it did not make a change in the image.
How did you create the listing? When I uploaded an image it worked fine, just as expected.
If you are using “Claim Manager” then the assumption is that listings will be added by someone (an admin) and then claimed by someone else (2nd person, like site visitor).
If that is the case, then, with claim set to required, the original author will be the listing owner of record, and the claim button will not show on the listing. So, the visitor will not be able to claim the listing.
September 2, 2019 at 2:57 pm in reply to: Adding list of events to a place with the custom field List Post Event #506092The snippet I shared will show only single events. Try changing
$query_args['single_event'] = true;to
$query_args['single_event'] = false;This reply has been marked as private. -
AuthorPosts