Giri
Forum Replies Created
-
AuthorPosts
-
Thanks Nigel for correcting us.
SOLUTION = WPSEO -> Titles & metas -> Other -> ENABLE Author archives
Hi Brent,
We are glad you were able to achieve square image with that filter.
Thanks for letting us know.
Hi Phoebe,
At the moment UsersWP is still unstable since i’m working on the addons.
I’ll try to give you stable version by this weekend. If not possible, then you can get it on monday.
Thanks.
You are welcome.
Hi brent,
Please replace this line
File: /wp-content/themes/geodirectory_whoop/functions/photos.php
Line no: 159
Find
$nav_slides .= '<a href="' . esc_url(add_query_arg(array("biz_photos" => $key), get_permalink())) . '"><img src="' . $image['src'] . '" style="width:100px;height:100px;display:block;"/></a>';
Replace with
$nav_slides .= '<a href="' . esc_url(add_query_arg(array("biz_photos" => $key), get_permalink())) . '"><div style="width:100px;height:100px;display:block;background-image:url(' . $image['src'] . ');background-position:center;border-radius: 4px;"></div></a>';
Let me know how that goes.
Thanks
Hi Phoebe,
At the moment its not possible. But we will be adding that feature in our UsersWP addon which you can use with Supreme.
Thanks
For #1, try wrapping the code in media queries.
@media screen and (max-width: 480px) { .geodir_map_container .triggermap_fullscreen { top: 0px !important; padding: 3px; } }
Hi yes,
#3 and #6 are related.
I’m having hard time in figuring out whats causing that bug. I’ll post the fix once i found it. Thanks
This reply has been marked as private.I have tried to install the theme & it’s not working.
You mean, you unable to install? Can you post your admin details?
Thanks
You are welcome 🙂
should i use a real credit card on this or will sandbox paypal account work?
Sandbox account would work.
then i check via admin, the listing is in DRAFT mode – how do i change that?
Thats the expected behaviour. Till the payment is complete the listing will be put in draft mode.
Seems like its cookie problem. Have you tried in different browser?
Hi Richard, most likely you would require a custom function for this.
function display_author_link_by_id($user_id, $ptype) { $author_link = get_author_posts_url( $user_id ); $listing_link = geodir_getlink( $author_link, array( 'stype' => $ptype ), false ); echo $listing_link; }
You need to use code like this wherever you need that link.
<?php display_author_link_by_id(1, 'gd_place'); ?>
You are welcome.
-
AuthorPosts