Which email are you using? If its hosted on a shared hosting IP, it could be blacklisted. You can check here if the mail IP is found in the most important spam lists.
Which email are you using? If its hosted on a shared hosting IP, it could be blacklisted. You can check here if the mail IP is found in the most important spam lists.
You should use the @media css callups.
This way you're not overriding the @media css for the small screens.
(check the theme's css for examples)
Please note that you should not do this in the...
This plugin may help you achieve your goal.
Looks like it's stuck in there, you can hide it using CSS... put this is Appearance - Customize - Additional CSS
/* remove the RSS icon */
a.dashicons-before.srvicon.rss-icon,...
By size, do you mean height?
Put this into WordPress - Appearance - Customize - Additional CSS
textarea#comment {
height: 90px;
}
I don't know of any bidding plugin but ClassiPress has enough room to be extended using child themes or plugins. You may have some luck finding a good developer at Codable.
If you're only interested to modify a few template files, copy those to your new child theme and modify them.
The IP is only shown to the ad owner and site admin and its not possible to disable it without editing core ClassiPress files.
You may find it in your WordPress Menus.
Probably something left in browser cache as I cannot replicate this on my test site. Try opening your site in Chrome incognito window, login again and see if you can replicate this problem.
Also,...
Nick, most likely you're missing a page template. Just add a new page and call it "Reset Password" then pick the correct Page Template from the drop-down list on the right.
You only have two options:
1. (Recommended) Translate the theme ( it should allow you to change those words even if its the same language)
2. (Not recommended) Edit featured.php file and change...