
- ovidiubica
Total Posts
- Total Posts
- 5,749
- Posts Per Day
- 1.11
Total Thanks
- Total Thanks
- 240
General Information
- Last Activity
- June 20th, 2022
- Join Date
- March 6th, 2011
- Referrals
- 0
226 Likes
-
talent liked post by ovidiubica On thread : Help with default ad image uploader
You can disable the flash uploader ... put this in functions.php (keep in mind this will be overwritten on next theme update)
function remove_plupload() {
// This will remove support for...
Liked On: June 1st, 2017, 06:19 AM
-
aj2703 liked post by ovidiubica On thread : Image Size
The images you're seeing are the right size for every layout / device.
You may think that a given image is larger than its needed in a given situation but that image would need be larger when the...
Liked On: May 26th, 2017, 12:46 PM
-
aj2703 liked post by ovidiubica On thread : View member page view. / Mitglied Seite Ansicht anzeigen.
This question has been asked like 100 times already. In fact, I already answered you in your other thread (https://forums.appthemes.com/help-using-classipress/author-page-redirected-home-page-97132/)...
Liked On: May 25th, 2017, 09:40 AM
-
june172014 liked post by ovidiubica On thread : Business ads and Particular ads
You can create two custom forms, one for private and one for business then assign whatever custom fields you want to them.
Or simply add a custom field to a single form and ask the user to specify...
Liked On: May 22nd, 2017, 01:59 AM
-
prehistoric liked post by ovidiubica On thread : A few issues
Keep in mind though that you will lose any custom modifications if you previously edited any theme files.
If you did edit the files, its better not to use the automatic updater, take the manual...
Liked On: May 20th, 2017, 04:16 PM
-
prehistoric liked post by ovidiubica On thread : A few issues
Turns out I forgot to include an ID tag in the main style.css file header.
/*
Theme Name: ClassiPost
Version: 1.3.4
Description: A child theme for ClassiPress, classified ads theme....
Liked On: May 20th, 2017, 02:42 PM
-
IOGAMES liked post by ovidiubica On thread : I canīt access my site
Try setting an "ugly" permalink on your end and then update the database on namecheap. Also, in ClassiPress - Settings - Advanced - you should enable the default wp-login.php form until you get...
Liked On: May 17th, 2017, 11:18 PM
-
davebrowne liked post by ovidiubica On thread : Currencys
Take a look at this tutorial (https://docs.appthemes.com/classipress/multiple-currencies-for-ad-items/), just add a new dropdown custom field, cp_currency with your values and drag it near the price...
Liked On: May 15th, 2017, 12:36 PM
-
aj2703 liked post by ovidiubica On thread : Uploading large files via ad/post
Ah, I get it now... you're trying to upload images through the admin interface instead of the front-end.
Looks like there's a hard limit set into that section.
In...
Liked On: May 14th, 2017, 02:18 PM
-
aj2703 liked post by ovidiubica On thread : List of Country Specific Headings
This void has been filled by a plugin for ClassiPress. Take a look at Dynamic fields plugin (https://themebound.com/shop/dynamic-multi-level-fields-plugin-location-selector-classipress/) (outside of...
Liked On: May 14th, 2017, 02:15 PM
-
arisma liked post by ovidiubica On thread : featured slider
@arisma, If you're using a child theme, you should best ask in the right support forum as they know better where the code is and what it does.
Otherwise, a live link would also help.
Liked On: May 11th, 2017, 06:35 AM
-
june172014 liked post by ovidiubica On thread : featured slider
@arisma, If you're using a child theme, you should best ask in the right support forum as they know better where the code is and what it does.
Otherwise, a live link would also help.
Liked On: May 7th, 2017, 03:40 AM
-
june172014 liked post by ovidiubica On thread : Breadcrumbs Are Covered with Full Width Page template
There's a div missing from the tpl-full-width.php page template.
Add a new div before
and close it... right before:
Liked On: May 7th, 2017, 03:14 AM
-
rayraven liked post by ovidiubica On thread : Hover Setting Doing my Head In
Put this into Appearance - Customize - Additional CSS
#primary-menu.navbar-default .navbar-nav>li>a:hover,
#primary-menu.navbar-default .navbar-nav>li>a:focus {
background: #3cd186;
}
Liked On: May 3rd, 2017, 06:13 PM
-
june172014 liked post by ovidiubica On thread : Eliminate Country Only One State
There's no such option, you could try creating 2 forms, depending on how you set up your categories and skip the country field for one of the forms.
Liked On: April 30th, 2017, 02:00 AM