Guust
Forum Replies Created
-
AuthorPosts
-
Sorry, but that is not possible out of the box.
There might be some plugins that can assist whether you want an embedded video as a header or a banner.You can do that with the Custom Post Types addon, and it will not affect any listings at all unless you change the slug for Places as well, then the URL of the listings might change.
It is totally common to have a coupon field with an “apply discount” button next to it in the final checkout page.
The problem I see with moving the coupon to the bottom of the Add Listing page is that by then the user has entered all details, suddenly realizes they have a coupon, scroll to the top to change package, and then watch the page reload to add the extra fields, and now they have to restart all over.I commented this line in your style.css
.sd.search.geodir-page.admin-bar .geodir-listings-sidebar-right, .sd.archive.geodir-page.admin-bar .geodir-listings-sidebar-right { top: 93px; }Let me know if that breaks other things.
I don’t quite understand why the page shows different than http://wpgeo.directory/supreme-directory/placesTo change the header image for the detail pages to the same one as the homepage, replace
/wp-content/themes/supreme-directory/images/featured.jpg
with
/wp-content/uploads/2016/07/default.png1) You can “translate” that in the location manager language file, see
https://wpgeodirectory.com/docs/translating-addons/
https://wpgeodirectory.com/docs/category/translation/2) You would need to re-design the template to remove the map, see https://wpgeodirectory.com/docs/customizing-geodirectory-templates/
To add more listings, review https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-number-of-listings-per-page/
3) We would need to have your URL to check that.
4) This could be your answer: https://wpgeodirectory.com/docs/supreme-directory-overview/#homepage depending on what your homepage looks like for the moment.
1. download geodirectory plugin files to your computer using FTP
2. From the PoEdit main page, choose “Translate WP theme or plugin”
3. Create a POT by selecting the geodirectory folder
4. Now go to your /wp-content/languages/geodirectory/geodirectory-en_US.po etc files, and open
5. From the menu, select Catalogue > update from POT file > navigate to your scanned POT file, and merge.
6. Save and translate your new strings.You should be looking for /wp-content/plugins/geodirectory/db-language.php
And re-compile using PoEdit.You should be looking for /wp-content/plugins/geodirectory/db-language.php maybe?
And re-compile using PoEdit.I guess you are using WPML?
https://wpgeodirectory.com/docs/translating-custom-fields/1. You probably need this CSS:
.featured-area::before {
opacity: 0;
}
Adjust as required.2. Look for
echo do_shortcode('[gd_popular_post_category category_limit=5]');in content.php of Supreme and adjust as per https://wpgeodirectory.com/docs/core-shortcodes/#popcats
3. Appearance > widgets > GD Detail sidebar section > GD Listings Map widget
You need to use the MO files of the plugins. Do not change any of the default wording in the backend, but use the language files.
https://wpgeodirectory.com/docs/translating-addons/Once you scanned the custom fields you can merge that file with the GD core language file.
More info at https://wpgeodirectory.com/docs/translating-custom-fields/You can add any Custom Post Type there [just like Places and Events].
You can also extend the search with the Advanced search addon: https://wpgeodirectory.com/docs/search-filters-overview/#filter3. Make sure to pick your menu at GD > Design > Navigation:
https://wpgeodirectory.com/docs/core-design/#navigationAt GD > Design > Listings, you have set the left sidebar to 30%, the content section to 63% and the right sidebar to 30%. That adds to more than 100% so that is breaking the layout.
https://wpgeodirectory.com/docs/layout/#directoryThis is added to your CSS somewhere:
.archive .entry-header, .geodir-breadcrumb { border-bottom: 1px solid #e2e2e2; }.
That is what’s adding the divider line.2. Correct, that is how it works. If you want to show the location description on the page, you need to use the Location Description widget: https://wpgeodirectory.com/docs/location-manager-widgets/#desc
3. I cannot see any clusters anywhere because you do not have any GD Home Map widgets on the GD Home page anywhere. That is the only place clustering will work.
The only foolproof way to replace HTTP to HTTPS is using https://interconnectit.com/products/search-and-replace-for-wordpress-databases/4. Seems related to the incorrect change to HTTPS. Ill alert Paolo to have a closer look for that one.
5. Will leave that for Paolo too.
-
AuthorPosts