Tom Rendle
Forum Replies Created
-
AuthorPosts
-
That’s awesome thank you very much.
This reply has been marked as private.Hi, it is a conflict with the GD Booster. It functions fine when this plugin is inactive. The page the map is set to is powerlily.io/north-american-electricity-rates
admin details to followJanuary 8, 2017 at 4:18 pm in reply to: Display user listing on page not post with shortcode. #338950Anything I can do to sort this out or should I try something else instead?
January 8, 2017 at 4:05 pm in reply to: Any way to remove pinpoint and review stars but for a particular CPT #338945Are you referring to this? .single-gd_project_proposal dl.geodir-tab-head [data-tab=”#reviews”] {
display:none;
}So this gets rid of the reviews tab on project proposals in a more efficient way? Can this be extended to all CPT’s except for Solar_Installers?
Also, the code which I have in my child theme’s stylesheet is as follows (it gets rid of pinpoint etc for all cpt’s), only thing is that – like the reviews tab – I still want this to display for Solar Installers, just not any other CPT at this time, is that possible?
.geodir_rating {
display:none;
}
.geodir-pinpoint-link {
display:none;
}
.geodir-pinpoint {
display: none !important;
}
.geodir-pcomments {
display:none !important;
}
.geodir-rating .geodir_Star img {
display:none !important;
}
.geodir-addtofav {
display:none !important;
}Thanks for your help!
January 8, 2017 at 4:59 am in reply to: Any way to remove pinpoint and review stars but for a particular CPT #338661I just did the fix for all categories for now. I still need to set it so that it only shows the pinpoint and such for gd_solar_installer. I just have the code in my child theme’s functions and I put the login above. To reiterate I used the code in the very first link posted to remove them from all CPT’s.
January 8, 2017 at 1:18 am in reply to: Any way to remove pinpoint and review stars but for a particular CPT #338634I have two membership types, buyers and sellers. The sellers can list their business listing and the buyers can post a proposal to get quotes. The business listings can have reviews and the favorite and pinpoint things but I don’t want reviews for the project proposals. I have removed the reviews tab from the details section for the project proposals. Now I just need to remove the pinpoint, stars and favorite icons from the listing page based for the project proposals as well. I also have a “completed systems” CPT which is essentially the same as the project proposals, doesn’t need to be reviewed.
Thank you so much. Works perfectly.
January 7, 2017 at 7:27 pm in reply to: Any way to remove pinpoint and review stars but for a particular CPT #338561This reply has been marked as private.I see now, the issue is that it says link “delete” and I suppose this can’t be changed from sourcing the label of gd_place. So I changed that to “business” and now it says link business. I thought it was supposed to say “link [type of cpt set in edit>advancedsettings] and that’s why I was confused. Cheers
It just doesn’t seem to be functioning as it should. I might think of other ways to link things, but as of now each listing only lets me link to gd_place which I am not using and have renamed “delete” since I cannot delete it.
I’d like to be able to link gd_completed_system to gd_solar_installer, and I’d like to be able to link gd_special_offers to gd_solar_installer.
This reply has been marked as private.January 6, 2017 at 11:46 pm in reply to: Display user listing on page not post with shortcode. #338286I have buddypress integration setup, but the problem is that I have two membership types using PMPRO. This means that I have buyers and sellers and it’s set up so that they can post different cpt’s in the directory. If I set it to show business listings it would seem strange that buyers would have the option to view their business own listings. I set up home pages that are meant to be back end dashboards where the user can view and post the listings specific to their membership type.
January 6, 2017 at 9:35 pm in reply to: Display user listing on page not post with shortcode. #338227that’s powerlily.io. Also, I seem to have lost the sidebars in my gd_home (hub page) and gd_listings pages.
-
AuthorPosts