Kor
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Hi Leslie,
That script is incomplete and it’s just a sample that we work out to give you an idea how it works.
Thanks!
Hi Marcus,
Here you go. Insert into GD > Design > Scripts > Custom Style CSS.
a.b_sendtofriend:after { content: "\f0e0"; font: normal normal normal 35px/1 FontAwesome; visibility:visible!important; } span.geodir-i-email { float: left!important; } a.b_sendtofriend { visibility:hidden!important; margin-left:-90px!important; } .sd-detail-cta .geodir_email { margin-top: 5px!important; margin-right: 15px!important; width: 40px!important; float: left!important; } .sd-detail-cta span.geodir-addtofav{ float:left!important; width:40px!important; margin-top: 8px!important; } .sd-detail-cta .sd-cta-favsandshare { float:left!important; } .fa-envelope:before { display:none!important; }Hi Marcus,
Please share the URL of the site in question and I’ll try to work out a custom CSS for this.
Thanks!
Hi Bruce,
Yes, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
This reply has been marked as private.Hi Leslie,
I’ve just consulted this matter with a developer and what you needed there requires customization which we do not provide, unfortunately. But he shared a short script below that would probably give you some idea how this is going to work. If you don’t have much experience in PHP, you’ll find this difficult and we’ll suggest that you look for a freelance developer that would help you out. Or check out this article and see if it helps https://herothemes.com/blog/restricting-access-wordpress-pages-creating-members-area/
function gd_check_allowed_to_add_listing() { $allowed = true; // Write code here to detect add-listing page and validate with current logged user with membership if ( !$allowed ) wp_redirect( home_url() ); // Redirect to home if now allowed to add listing page exit; } } add_action( 'init', 'gd_check_allowed_to_add_listing', 10);Thanks!
Hi Glenn,
Sorry, I’m still not getting this. Could you please share your Website URL with us so we could have a better look at your issue? Also, provide some screenshots if required.
Thanks!
Hi Don,
#2 You left out this option http://prntscr.com/evv2jo
#3 Could you provide a screenshot? I can’t seem to replicate it on my end.
#4 Changing it to share requires customizationa and I’d suggest that you insert a new widget below and display a share button. Here’s where you can create your share buttons https://developers.facebook.com/docs/plugins/share-button
Regarding the login, yes, both works the same. They will be able to leave comments if they register using the form above and will not in anyway affect how people join/register.
Thanks!
Hi Denis,
Please use the custom CSS code below to fix those layout issues. Insert into GD > Design > Scripts > Custom Style CSS
#1
.entry-content .geodir-map-home-page ul { padding: 0px !important; } .map-places-listing { margin-top: -43px!important; } .map-cat-ptypes .map_category { margin-bottom: 43px!important; }#2 Seems to look fine here http://prntscr.com/evuqj7
Hi Yukie,
Can I have the login URL please?
Thanks!
Hi Glenn,
Could you tell me what you mean by “stop the page from populating a widget section” ? You mean do not want the “Popular listings” to display the latest listings?
Thanks!
Hi Marc,
You need to assign a category to the listing in order for it to work. http://prntscr.com/evmsgu .
https://wpgeodirectory.com/docs/guide-to-setting-up-your-geodirectory-website/#listingThanks!
Hi Fabricio,
That should be in the Payments addon language file. Refer to this posts https://wpgeodirectory.com/support/topic/texts-remain-unstranslated/#post-342339
-
AuthorPosts