Search:
Search took 1.00 seconds.
-
Itīs a Bug!
See this threat
https://forums.appthemes.com/help-using-classipress/searchbar-sidebar-different-102758/
-
Try this into functions.php or WordPress Code Snippets plugin ...
function enable_location_fields($location) {
foreach($location as $key => $value) {
if(in_array($value,...
-
Hello everybody
Need help please!!
In "classipress additional information" widget how to display:
cp_state
cp_city
cp_street
cp_zipcode
I know that these fields are used by map, but I need...
-
Looks like most of the changes that made it into this release are bug fixes.
If you're in a hurry, you can copy the featured.php file to your own child theme and change the slider options like...
-
Hey, Guys, I've updated code https://gist.github.com/dikiyforester/59371e7ac3235989499faf6bd5717e05
I had to add Javascript block to fix the issue with All States option.
Happy coding!
-
I'll ask the devs about this. Currently, there's just a background set, no image to replace.
You can add one however using CSS in Appearance - Customizer - Additional CSS. (You can change the image...
-
I've created a GitHub Gist for you with solution https://gist.github.com/dikiyforester/59371e7ac3235989499faf6bd5717e05
I think we can make Search form more flexible by allowing add custom fields...
-
I mentioned above that you should check the settings under ClassiPress - Payments - Settings
Next time, please pay attention and follow the instructions.
Is this OK now?
-
For now, you can put ...
alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"
This should echo the site title in the alt attribute.
-
Do you have the knowledge to add it in the header.php manually?
-
No php files to edit, that message is in ClassiPress - Settings - Messages.
-
There are many solutions to achieve this, the easiest one would be to use a plugin. This one is the first I encountered on my first search.
Make sure you backup your database first and also, make...
-
If you need more ad slots in various positions, the Banners Galore plugin is your best bet.
-
Yes, Google Webmaster Tools is your escape. Read carefully the help section I linked for you and you should get rid of the problem. But it requires time for Google to remove those URL parameters...
-
And here's a good resource that should help you solve your problem.
-
Hi nassimkasmi,
I will check this first on my install to see if it can be replicated on a default Classipress setup. This thread will be updated accordingly with the results.
- Jomark
-
great.
sorry for the long wait but glad all sorted out now.
-
The correct role for CP is contributor.
-
I found that by going into Classipress advanced settings and checking the box to "Use Google CDN" resolved my conflict that I had with the featured slider and some custom content I had on the page.
-
maybe problem with cloudflare rocket loader....try disable rocket loader
-
@nassi
You can use the more tag to limit the description of your post https://codex.wordpress.org/Customizing_the_Read_More
-
here how to fix the featured slider http://forums.appthemes.com/report-classipress-bugs/3-5-1-featured-slider-89523/#post374297
-
Yes. Two ways.
1.) In settings you disallow ads to be relisted. This is a global setting affecting all ads. All ad posters will have to post new ads after the ad expires.
2.) In older versions...
-
I realize this is an old old post but I struggled with this too and wanted to share the solution.
The ad category can be included in the page title or meta description by using Yoast SEO. Under...
-
@nassimkasmi,
have you tried what gosian posted?