Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
please add this to GeoDirectory >> deisgn >> script >> custom css
.geodir-bubble_desc a { color: #ffffff; }This will make it white. To pick a different color pls see here: http://www.color-hex.com/
Thanks
hi,
you’ll need to disable paypal and modify the text of that page via po file of the prices and payments add-on. (translation method)
Let us know how you went,
Thanks
Hi Ed,
we read all topics. Our response time is within 24hrs during week days. There is no need to open multiple topics. https://wpgeodirectory.com/support-policy/
Thank you
HI,
for buddypress profiles I have no idea, for listings you could try this in your functions.php :
function remove_links_from_post($post){ $post_content = stripslashes($post["post_content"]); if(!preg_match_all("/(<a.*>)(.*)(</a>)/ismU",$post_content,$outbound_links,PREG_SET_ORDER)){ return $post; } foreach($outbound_links as $key => $value){ preg_match("/hrefs*=s*['|"]s*(.*)s*['|"]/i",$value[1],$href); if((substr($href[1],0,7)!="http://" && substr($href[1],0,8)!="https://") || substr($href[1],0,strlen(get_bloginfo("url")))==get_bloginfo("url")){ unset($outbound_links[$key]); }else{ $post_content = str_replace($outbound_links[$key][0],$outbound_links[$key][2],$post_content); } } $post["post_content"] = addslashes($post_content); return $post; } add_filter("wp_insert_post_data", "remove_links_from_post");Haven’t tested it, so I can’t guarantee that it’ll work. If it does work, it will not remove links from old posts.
There is no way to do that. Please let us know how this worked for you.
Thanks
p.s. this will remove links from blog posts too… just FYI
Hi,
you can instruct GeoDirectory templates to use the same html classes and IDs used by the theme tamplates via GeoDirectory >> Theme Compatibility.
If you provide a link to your website (mages can’t be inspected), we’ll give you more pointer for your specific theme.
Or you can add css to the orginal GD wrapper like Guust explained in previous replies here.
Adding the following CSS to GeoDirectory >> design >> script >> custom css. will do it:
#geodir-wrapper { width: 1020px; margin: auto; }Let us know,
Hi,
you can change the Renew label via translation file of the Prices and Payments add-on.
Let us know how you went.
Thanks
This reply has been marked as private.Hi again,
the read more link produced by the listings page isn’t identical to the read more present in widgets.
please provide wp admin credentials in a private reply and I’ll see if this can be done.
Let us know,
Thanks
Thank you!
Thank you
You are welcome 🙂
Hi,
there is a javascript error:
TypeError: f.couple is not a function https://platform.twitter.com/js/timeline.15ca66e7cea0d973c001aadc88ba3868.js Line 1This is probably due to a Twitter related plugin. Try to disable all that you remember installing.
In GeoDirectory >> Pemalinks you don’t have a page assigned to listing preview, listing success and location page.
It appears that you deleted them. Please go to GeoDirectory >> GD Tools and run the tool to fix GD pages, then make sure they are assigned in GD >> Permalinks.
Let us know if this helps.
Thanks
You are welcome. 🙂
HI,
this will require a couple of hours of editing html and css.
If you want I can move this in the Jobs section of the forum.
Let us know,
Thanks
Hi,
it always worked like that.
Once Whoop 1.0.3 is released the “add photo” button will check for the pricing package as well.
Thank you
-
AuthorPosts