I bet it's somewhere in the /vantage/includes/images.php file
This is the code being pulled into the listing profile:
<?php the_listing_image_gallery(); ?>
So look for max uploads or...
I bet it's somewhere in the /vantage/includes/images.php file
This is the code being pulled into the listing profile:
<?php the_listing_image_gallery(); ?>
So look for max uploads or...
ciapp,
Vantage gives you the option to use 5 images by default.If you need more images then you need to make the necessary mods to the theme.Customization is not officially supported by AppThemes....
Hi cciapp.
@ johno69 is correct, you can hide stuff with CSS. If you are interested in learning, there are several free resources available. This one is popular, and they even cover hiding stuff....
You can hide the "added by" link in the listing.
Hide it via CSS.
It wouldn't make the page inaccessible but would take it out of public view.
Now that's a more thought out answer.
Well done.
@johno69
All files can be included in child themes, but files that are not in the root folder are trickier to make them work in a child theme.For the emails one easy way to do it is to edit the...
Why recommend a child then when the file you say needs editing cannot be used in a child theme?
Only root files can be used in child theme.
Seems support around here tries to answer without...
Hi cciapp,
You can find the email messages in your 'vantage/includes/emails.php' file.It is recommended to use a child theme so your changes will not be lost with the next update.
I'm using WP Super Cache and I have no problems with it.
I noticed that you made some modifications to the theme, then I urge you to reset the original files of the theme. After restore the original files, disable the theme and all the plugins and then...
Just did a test ... you can get the checkboxes back by uncommenting line 1 in includes/admin/listing-single.php
// add_action( 'wp_terms_checklist_args', 'va_category_checklist', 10, 2 );
...
I know it was strange that it didnt work, I found some other similar threads on google and all the answers were similar but for some reason it wasn't working for me :dejection:
I did however come...
Try wangguard. Works for me :)
Is it possible to remove the big search bar dominating the page and create a small custom search field instead? I don't need the second search field at all as my directory is for a small village - I...