Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
They were made absolute for another feature that we never added, we will change this in future.
Thanks,
Stiofan
I have added this as something to be added in the future.
Thanks,
Stiofan
Hi Matthew,
The problem was u were trying to show the events widget but there were no events cats and it was throwing an error, i have added a check in the code for this and applied it to your site.
Thanks,
Stiofan
You are trying to enter your membership key instead of the individual product key, it looks like you figured it out though 🙂
Stiofan
Hi Jorge,
We found searching for the end of words was giving to many fals positives, we only search for
( wp_posts.post_title LIKE ‘rally’
OR wp_posts.post_title LIKE ‘rally%’
OR wp_posts.post_title LIKE ‘% rally%’The autocomplete should not really search for that either,
I’ll discuss with paolo to see what we want to change.Thanks,
Stiofan
This is a WordPress bug, i reported it 4 months ago, it will probably be fixed in the next ver of WP: https://core.trac.wordpress.org/ticket/40158
Thanks,
Stiofan
That update screen will not be used anymore, please update Payments manger to V2 following the guide above, u will also need to install the WP Invoicing stripe gateway and remove the other stripe gateway. We are changing the way updates are done slightly.
Thanks,
Stiofan
July 3, 2017 at 10:49 am in reply to: Supreme Directory – Advances Search with additional infos #385488Hi Atilla,
I am not sue what you mean about the category but the search text is added by filters and the arrow is CSS
for example:
add_action('geodir_after_search_button', 'geodir_advance_search_hint'); function geodir_advance_search_hint(){ echo '<div style="color: #ffffff; position: relative;"><span class="advanced-search-text">Advanced<br>Search</span></div>'; }.geodir-search .advanced-search-text:after { background: url(https://ayecode.b-cdn.net/wp-content/plugins/sd-kleo-geodir/svg/arrow-curved.svg) center center no-repeat; background-size: contain; content: ""; display: block; height: 35px; left: 5px; margin-top: 5px; position: absolute; bottom: 90%; width: 35px; transform: scaleY(-1); }Stiofan
Under “App Review” do u have it set to public?
Stiofan
Hi Oliver,
Please provide FTP details and i will take a look.
Thanks,
Stiofan
If you are pasting it in then it will remove the characters after, this might include the closing html tags which might be what you are seeing.
Stiofan
u might be able to show it on the preview page by changing this line
if(geodir_is_page('detail')){to this
if(geodir_is_page('detail') || geodir_is_page('preview')){The other tabs are not shown on the preview page for a number of reasons.
Thanks,
Stiofan
U should not use “postid-6651” class it will change for every post..
Stiofan
June 30, 2017 at 10:48 am in reply to: Please wait.. and field description on standard form not part of translation fil #385253You are welcome 🙂
-
AuthorPosts