Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I have released a ver that has this removed.
Thanks,
Stiofan
Its setup now 🙂
For future reference this is the code:
add_filter( 'geodir_filter_title_variables_vars', '_my_custom_meta_description_seo_vars',10,4); function _my_custom_meta_description_seo_vars( $title, $location_array, $gd_page, $sep ){ global $post; if ( strpos( $title, '%%custom_meta_desc%%' ) !== false && !empty($post->geodir_meta_desc) ) { $title = str_replace( "%%custom_meta_desc%%", $post->geodir_meta_desc, $title ); } return $title; }
Thanks,
Stiofan
Thanks for the info, uploaded and working now 🙂
Thanks,
Stiofan
Thanks for the feedback 🙂
Thanks for that, it was a bit of a struggle but we got there in the end 🙂
If you have any problems just let me know.Thanks,
Stiofan
July 11, 2018 at 11:35 am in reply to: User Activation Key; Multi-Select Error, Translation Error #437906I have added the vat info to the invoice, however we have already submitted and paid the EU VAT for this invoice, you would need to claim it back off your government.
Thanks,
Stiofan
July 11, 2018 at 11:24 am in reply to: Image link to place detail entry should be without # in URL #437901It belive it was to pass some accessability test, but we will need to find another way to do it, i’ll flag this for Kiran to remove the #
Stiofan
This reply has been marked as private.Yes, you can do it as normal where filter and add something like
AND NOT FIND_IN_SET(2 , wp_geodir_gd_place_detail.gd_placecategory)
Where 2 is the category you want to exclude.
Stiofan
I simply changed the widget sort order, i guess thats all you wanted?
(you are using the divi builder, i just edited it and changed the sort order option)Stiofan
July 11, 2018 at 11:02 am in reply to: User Activation Key; Multi-Select Error, Translation Error #437895Hi Arwin,
The VAT info needs to be added at checkout.
If you can provide it in a private reply (company name and VAT ID) then i will manually add it.Thanks,
Stiofan
What field do u want to use?
This is an example of how to do it: https://wpgeodirectory.com/support/topic/meta-title-tages/#post-369400
Stiofan
Apple seem to use a different type of apostrophe i have added some code to resolve this, if u provide FTP details we will upload the fix.
Thanks,
Stiofan
The way it works just now its not really possible to add it to the description.
If you set the layout to not be tabs but a list then it would not be a problem but thats a choice for you.
Stiofan
Hi Steffan,
Have you already setup the field? If so if you provide wp-admin i will set it up for you 🙂
Thanks,
Stiofan
-
AuthorPosts