Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
It seems that code works for both but you need to extend the height of the scroll area by 1 extra so it will show without the need to scroll.
Stiofan
Hello,
Your old membership does not run out for another 2 days, your new expire date should show after that expires, if you have any problems after that just let me know.
Thanks,
Stiofan
I gave a code snippet for something similar, you might be able to work something out from it here: https://wpgeodirectory.com/support/topic/expired-custom-post-types-listings/page/2/#post-393327
Thanks,
Stiofan
Hi Brian,
What page is taking 14 seconds to load for you? Do you want me to install WP SUper cache and try that out?
Stiofan
Hi Mike,
If i understand correctly, what you want is a tab for a CPT that will just list them in order of distance to the currently viewed post?
Stiofan
Hi Tait,
I can’t think of a default exact solution, but it could be done by creating a custom field type.
For the treatments you could add a big multi select list but the practice could not add their own price for each.some type of repeater field might be useful in some circumstances but treatments might be better as a multiselect so end users can filter dentists by treatments?
Stiofan
September 13, 2017 at 12:20 pm in reply to: Again issues with WPML String URL translations "view all" within Homepage widget #395492Hi Alex,
I’ll try and find out what is happening, from the image it seems like he might be on holiday 🙂
Stiofan
This reply has been marked as private.Hi Dane,
Please update the location manager and it should fix the search issue.
Thanks,
Stiofan
i have added some basic wrappers, let me know if u spot anything else.
Thanks,
Stiofan
This reply has been marked as private.I get a 500 error when doing a near search for a post code, can you provide FTP info and i will debug it.
Thanks,
Stiofan
Hi Abel,
The description is hidden in list view, if you want to show it you can un-hide it with CSS.
Thanks,
Stiofan
The problem was to do with the way VC does not use standard WP nonces, i added a code snippet to resolve:
if( isset($_REQUEST['action']) && $_REQUEST['action']=='vc_get_vc_grid_data'){ add_filter('vc_grid_get_grid_data_access','__return_true'); }Thanks,
Stiofan
-
AuthorPosts