identity
Forum Replies Created
-
AuthorPosts
-
Naveen,
Not sure if this resulted from some changes I made or the recent update, but I noticed today that the map overlay was an issue again.
I since modified the CSS to:
.geodir-image-container ul.geodir-images li { z-index: 1 !important; }
If this was due to my edits, it may be important to identify a universal solution to this issue.
Cheers
No worries, all good.
Cheers
Still showing as expired and renew on all four.
Cheers
That seemed to do the trick!
Cheers
Excellent, thanks Naveen!
Cheers
Any update on the default location images appearing?
It is made even a little worse because the image caption actually appears under the city/location name, yet loses all context with an unrelated image.
Cheers
Bummer…circling back to this.
I had been playing with it as a Radio setting and was working. But now, unless I’m missing something, looks like the only way to do this with an admin only radio field of “n-tiers” of featured ordering, is to manually edit it on every listing, upgrade, and downgrade.
What I think is needed would be the ability to:
– designate a field to be “pulled” into the Packages settings
– then the ability to set the value of that field by packageExample:
Create an admin only Radio field of “package_tier” with Option Values of A/0,B/1,C/2,D/3 and check it as a “custom package” setting.Then within the Packages tab, say you create 4 different packages that you assign the package_tier as:
– Platinum package_tier = D
– Gold package_tier = C
– Silver package_tier = B
– Copper package_tier = A(Obviously you might want to create additional tiers and set accordingly so that you could easily “slide” a new package in between existing ones.)
This then allows sorting to be preset to favor varying “featured tier” levels:
Random within Platinum
Random within Gold
Random within Silver
Random within CopperIf I’ve missed how to set this up so that it is automated via the package levels, please let me know.
Otherwise, or anyway, I think this ability to designate a field to be a package field with a varying assigned value based on package could be a powerful addition.
Cheers
This reply has been marked as private.FYI,
I’m now seeing “Renew License” messaging on:
– Whoop!
– Supreme Directory
– GD Dashboard
– WP All ImportCheers
Whoops, found it in the Field settings.
This reply has been marked as private.Update…
Have since tried this code:
$author_link = do_shortcode( '[gd_ninja_forms id="4" text="Claim Me" output="button"]' );
Which does appear to mimic the same “lightbox” opening used on NFs, but it just results in an empty black box overlay on the screen now without the form ever loading.
With the ability to now customize the form through NF, it seems like there needs to be a backend setting to assign forms to any “template” functions like this.
Cheers
Alex,
Thanks. Unfortunately, this is probably way beyond my understanding. The “Claim Me” code here is, I think, far more complicated, rolling in the author image, if/then/else tests based on whether it is in fact claimed already.
That aside though, just testing out the general notion, I swapped out in the header-single-top.php file the following:
Originalif ( ! $author_link && function_exists( 'geodir_claim_show_claim_link' ) && geodir_claim_show_claim_link( $gd_post->ID ) ) { $author_name = __( 'Claim Me', 'supreme-directory' ); $author_link = do_shortcode( '[gd_claim_post text="Claim Me" output="button"]' ); $author_image = '
';
With this:
if ( ! $author_link && function_exists( 'geodir_claim_show_claim_link' ) && geodir_claim_show_claim_link( $gd_post->ID ) ) { $author_name = __( 'Claim Me', 'supreme-directory' ); $author_link = do_shortcode( '[ninja_form id=4 text="Claim Me" output="button"]' ); $author_image = '
';
In general, this did work, but rather than a button, it displayed the entire form, so I can only assume that the original function actually accounts for the button and the form overlay itself.
Other thoughts?
Cheers
Thanks for all the feedback.
As I look to mod Directory Starter / Supreme Directory, I noticed various references to “supreme-directory” in the code similar to the following:
title="<?php echo __( 'Share on Facebook', 'supreme-directory' ); ?>"
Do those need to be changed? If so, to what?
Cheers
Follow up….
Since purchasing the lifetime license, here are some things I’ve come across.
AffiliateWP Integration – no longer listed
GD Booster – no longer listed
PayFast Payment Gateway – no longer listed
WP All Import – license expired … need to renew licenseAre the first three still supported, needed, etc.?
For the last, is there some reason it is not included with Lifetime license?Cheers
-
AuthorPosts