Vikas
Forum Replies Created
-
AuthorPosts
-
Sorry forgot to attach zip.
Hi,
Here is better way.
Plz download attached zip, extract it and upload post_functions.php to godirectory > geodirectory-functions folder.Then plz write this piece of code in ur theme functions.php
add_filter('geodir_custom_infowindow_html' , 'geodir_get_custom_infowindow_html', 10,3) ; function geodir_get_custom_infowindow_html($html , $postinfo_obj, $post_preview = '') { return 'Here u can copy content of geodir_get_infowindow_html function and can make necessary changes in html '; }
Actually i have added a filter on that make that html alterable.
It will be included in next release too.
Thanks
Hi,
Yes u are right, we u using different table to store images, and region behind this is to keep as less number of results as possible in WP default post table to make query fast when there are thousand of posts in it.Hi,
U still can achieve this using textbox, if u are using admin back end to add listing, just enter
<br/>
wherever wu ant to give a line break.
To achieve your desired result plz enter this in textbox.Monday to Friday: 8:30AM to 5:30PM<br />Saturday: 8:30AM to 1:00PM
I will work on it to make it convenient in near future.
Thanks
Hi,
Plz have a look on attached image and confirm that u have set that option to yes and added a coupon there.
Thanks for ur patience.
Hi,
Plz download attached zip, extract it and upload geodir_reviewrating_template_functions.php in, geodir_review_rating_manager adon folder using FTP.
Let me know ur comment.
Thanks.
This is bit complicated process, let me prepare a doc during this weekend.
I will post it asap.Thanks
Hi,
This issue has not been addressed in latest release. I will look into it now and will be fixed in next release.
Hi,
Thanks for spotting this.
To fix this issue, plz get attached zip, extract it and upload custom_functions.php in geodirectory > geodirectory-functions folder using ftp and then put this code in enfold child theme functions.phpadd_filter('geodir_post_gallery_id' , 'geodir_post_gallery_id'); function geodir_post_gallery_id($id) { $id = 'geodir-post-gallery-enfold' ; return $id ; }
after this, plz put this css part in
wp-admin > geodirectory > designs > scripts > Custom style css code#geodir-post-gallery-enfold a{ box-sizing: border-box; display: inline-block; position: relative; width: 24%; } #geodir-post-gallery-enfold a:after{ content: ''; display: block; margin-top: 65%; } #geodir-post-gallery-enfold a .geodir_thumbnail{ padding: 0px; float: left; width: 100px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; min-width: 92%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin:4%; }
Plz let me know, this will be included in next release.
Thanks
Hi,
I have fixed 2 notices, but this
(home/weedjoin/public_html/wp-content/plugins/shortcodes-ultimate/inc/core/tools.php) is not related to GD plugins.Thanks
Hi,
This appears to be a custom request.
Hi,
I have fixed this issue. GD related pages were missing.
I will create a diagnosis tool in near future so that user can fix these kind of issue himself.Thanks
Plz provide me ur site ftp in private reply.
Thanks
U have to create a sidebar on those page and then add desired widgets there.
thanks
Plz wait for one or two days max, we are going to release new version which will add unique id to each field so u can hide any field using css.
Thanks
-
AuthorPosts