Carin
Forum Replies Created
-
Thanks, with your help I found it by starting from scratch, before I had tried by plugin already installed
Hi Kris, it is working now, it must have been a plugin conflict, I deleted a few unnecessary plugins but had not tested it after that, Thank you so much for your kind and excellent help!
Thank you, here is the form, https://drive.google.com/file/d/1fcJbs-ImnkxVAjdG5g-lJ_j1UevJy9qd/view?usp=sharing
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Related Ads carousel images helpSomething else I just noticed, on a Page I created with Blocks, one ad with no image has a different default image, https://volusiaclassifieds.com/jobs-business-opportunities/
https://app.screencast.com/UHwpzFjtrWuAR
not the one I put in custom css ( this was a while back before the Blocks version came out) that shows on my home page. https://volusiaclassifieds.com
Perfect, thanks so much!
It was the summary, I saw about 100 summary notices in my email account before they shut the server down.
I already had my developer find a solution, thank you
Thank you for your quick response, it is very important to receive these emails do you know of a solution that will allow me to access the critical error emails despite their creation time? Do they not get sent out on certain conditions, or can they perhaps be accessed within the database by phpmyAdmin?
Perfect, thank you!
can you check the code below before I add it to my site, still not 100% sure, thank you so much for your help!
since the function to check for null is:
if(empty($ID)){}
But if there is already code to check if $image_id exists
<?php if($image_id): ?>
should I add
if(empty($image_id)){echo div.advert-img { background-image: url(https://volusiaclassifieds.com/wp-content/uploads/2021/10/ad-default.jpg)};
so it would be:
`<?php $image_id = adverts_get_main_image_id( $post->ID ) ?>
<div class=”advert-img”>
<?php if($image_id): ?>
<?php $image = get_post( $image_id ) ?>
ID ) ) ?>” class=”advert-item-grow” title=”<?php echo esc_attr($image->post_excerpt) ?>” alt=”<?php echo esc_attr($image->post_content) ?>” /><?php if(empty($image_id)){echo div.advert-img {
background-image: url(https://volusiaclassifieds.com/wp-content/uploads/2021/10/ad-default.jpg)};/>
<?php endif; ?>
</div>Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] ban emailI searched in Pages for [adverts_add] and that is the only page, the spam registrations are about once or twice a day, they never try to place an ad, but the one is the same domain based email everytime. I just double checked and anyone can register is turned off.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] ban emailI am using this only for Registration (wordpress page is turned off) [adverts_add preselect_category=”1″ moderate=”1″ requires=”read”]
So ads require moderation but I would like to ban specific emails that keep registering, any ideas for a plugin for that? (they use the same domain but change username and they never try to post ads, but its a nuisance to delete them from the user group and then my email list also that is integrated with sign up)
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] documentation for customizing taxonomy pageThat worked perfectly, thanks!!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] documentation for customizing taxonomy pageHi Greg, I think I am overcomplicating things again. All I want to do is enable an h1 heading on Ad Category Pages, I copied over the Template files to child theme for any other customizations later on and I created taxonomy-advert_category.php and added to root of Child Theme.
I cannot find taxonomy.php or archive.php in my public_html folder anywhere (using astra theme with child theme)
Your documentations states:
Similarly as in previous paragraph in your current theme directory create a file taxonomy-advert_category.php, copy to it content from taxonomy.php or archive.php and customize to your needs.Any hints?
This is the warning-it seems pretty dramatic to me, thats why I asked for what results I might need to look for:
Version 5.0.1* BIG UPDATE: This version is a major rewrite of the plugin. We strongly suggest you take a FULL BACKUP (DATABASE and IMAGES) before upgrading because there are multiple changes in the code and the optimization information is stored in a different way starting with this version.